MCPcopy Create free account
hub / github.com/HumbleUI/Skija / _nGetBounds

Method _nGetBounds

shared/java/Path.java:1289–1289  ·  view source on GitHub ↗
(long ptr)

Source from the content-addressed store, hash-verified

1287 public static native Point _nGetLastPt(long ptr);
1288 public static native long _nApproximateBytesUsed(long ptr);
1289 public static native Rect _nGetBounds(long ptr);
1290 public static native void _nUpdateBoundsCache(long ptr);
1291 public static native Rect _nComputeTightBounds(long ptr);
1292 public static native boolean _nConservativelyContainsRect(long ptr, float l, float t, float r, float b);

Callers 1

getBoundsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected