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

Method _nMakeBlur

shared/java/MaskFilter.java:52–52  ·  view source on GitHub ↗
(int mode, float sigma, boolean respectCTM)

Source from the content-addressed store, hash-verified

50 }
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);

Callers 1

makeBlurMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected