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

Method _nGetSegmentMasks

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

Source from the content-addressed store, hash-verified

1296 public static native long _nMakeOffset(long ptr, float dx, float dy);
1297 public static native long _nMakeScale(long ptr, float sx, float sy);
1298 public static native int _nGetSegmentMasks(long ptr);
1299 public static native void _nSetVolatile(long ptr, boolean isVolatile);
1300 public static native void _nSwap(long ptr, long otherPtr);
1301 public static native void _nSetFillMode(long ptr, int fillMode);

Callers 1

getSegmentTypesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected