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

Method _nMakeShader

shared/java/MaskFilter.java:53–53  ·  view source on GitHub ↗
(long shaderPtr)

Source from the content-addressed store, hash-verified

51
52 public static native long _nMakeBlur(int mode, float sigma, boolean respectCTM);
53 public static native long _nMakeShader(long shaderPtr);
54 // public static native long _nMakeEmboss(float sigma, float x, float y, float z, int pad, int ambient, int specular);
55 public static native long _nMakeTable(byte[] table);
56 public static native long _nMakeGamma(float gamma);

Callers 1

makeShaderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected