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

Method _nComputeTightBounds

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

Source from the content-addressed store, hash-verified

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);
1293 public static native Point[] _nConvertConicToQuads(float x0, float y0, float x1, float y1, float x2, float y2, float w, int pow2);
1294 public static native Rect _nIsRect(long ptr);

Callers 1

computeTightBoundsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected