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

Method _nSetPathEffect

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

Source from the content-addressed store, hash-verified

748 public static native void _nSetBlendMode(long ptr, int mode);
749 public static native long _nGetPathEffect(long ptr);
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);

Callers 1

setPathEffectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected