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

Method _nConservativelyContainsRect

shared/java/Path.java:1990–1990  ·  view source on GitHub ↗
(long ptr, float l, float t, float r, float b)

Source from the content-addressed store, hash-verified

1988 public static native void _nUpdateBoundsCache(long ptr);
1989 public static native Rect _nComputeTightBounds(long ptr);
1990 public static native boolean _nConservativelyContainsRect(long ptr, float l, float t, float r, float b);
1991 public static native void _nIncReserve(long ptr, int extraPtCount);
1992 public static native void _nMoveTo(long ptr, float x, float y);
1993 public static native void _nRMoveTo(long ptr, float dx, float dy);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected