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

Method _nSetMaskFilter

shared/java/Paint.java:752–752  ·  view source on GitHub ↗
(long ptr, long filterPtr)

Source from the content-addressed store, hash-verified

750 public static native void _nSetPathEffect(long ptr, long pathEffectPtr);
751 public static native long _nGetMaskFilter(long ptr);
752 public static native void _nSetMaskFilter(long ptr, long filterPtr);
753 public static native long _nGetImageFilter(long ptr);
754 public static native void _nSetImageFilter(long ptr, long filterPtr);
755 public static native boolean _nHasNothingToDraw(long ptr);

Callers 1

setMaskFilterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected