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

Method _nSetDither

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

Source from the content-addressed store, hash-verified

722 public static native void _nSetAntiAlias(long ptr, boolean value);
723 public static native boolean _nIsDither(long ptr);
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);

Callers 1

setDitherMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected