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

Method _nSetMode

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

Source from the content-addressed store, hash-verified

691 public static native void _nSetDither(long ptr, boolean value);
692 public static native int _nGetMode(long ptr);
693 public static native void _nSetMode(long ptr, int value);
694 public static native int _nGetColor(long ptr);
695 public static native Color4f _nGetColor4f(long ptr);
696 public static native void _nSetColor(long ptr, int argb);

Callers 1

setModeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected