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

Method _nSetVolatile

shared/java/Path.java:1299–1299  ·  view source on GitHub ↗
(long ptr, boolean isVolatile)

Source from the content-addressed store, hash-verified

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);
1302 public static native void _nReset(long ptr);

Callers 1

setVolatileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected