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

Method _nContains

shared/java/Path.java:1303–1303  ·  view source on GitHub ↗
(long ptr, float x, float y)

Source from the content-addressed store, hash-verified

1301 public static native void _nSetFillMode(long ptr, int fillMode);
1302 public static native void _nReset(long ptr);
1303 public static native boolean _nContains(long ptr, float x, float y);
1304 public static native void _nDump(long ptr);
1305 public static native void _nDumpHex(long ptr);
1306 public static native byte[] _nSerializeToBytes(long ptr);

Callers 1

containsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected