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

Method getWidth

shared/java/IRect.java:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 public int getWidth() {
26 return _right - _left;
27 }
28
29 public int getHeight() {
30 return _bottom - _top;

Callers 2

drawBlurMethod · 0.95
drawPixelsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected