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

Method _nSetDither

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

Source from the content-addressed store, hash-verified

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

Callers 1

setDitherMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected