MCPcopy Create free account
hub / github.com/JetBrains/skija / getHeight

Method getHeight

shared/java/IRect.java:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 public int getHeight() {
30 return _bottom - _top;
31 }
32
33 @NotNull @Contract("_, _, _, _ -> new")
34 public static IRect makeLTRB(int l, int t, int r, int b) {

Callers 2

drawBlurMethod · 0.95
drawPixelsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected