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

Method _nSetShader

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

Source from the content-addressed store, hash-verified

707 public static native long _nGetFillPathCull(long ptr, long path, float left, float top, float right, float bottom, float resScale);
708 public static native long _nGetShader(long ptr);
709 public static native void _nSetShader(long ptr, long shaderPtr);
710 public static native long _nGetColorFilter(long ptr);
711 public static native void _nSetColorFilter(long ptr, long colorFilterPtr);
712 public static native int _nGetBlendMode(long ptr);

Callers 1

setShaderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected