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

Method _nSetMode

shared/java/Paint.java:726–726  ·  view source on GitHub ↗
(long ptr, int value)

Source from the content-addressed store, hash-verified

724 public static native void _nSetDither(long ptr, boolean value);
725 public static native int _nGetMode(long ptr);
726 public static native void _nSetMode(long ptr, int value);
727 public static native int _nGetColor(long ptr);
728 public static native Color4f _nGetColor4f(long ptr);
729 public static native void _nSetColor(long ptr, int argb);

Callers 1

setModeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected