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

Method _nMakeMagnifier

shared/java/ImageFilter.java:1088–1088  ·  view source on GitHub ↗
(float l, float t, float r, float b, float zoomAmount, float inset, long samplingMode, long input, Rect crop)

Source from the content-addressed store, hash-verified

1086 public static native long _nMakeEmpty();
1087 public static native long _nMakeImage(long image, float l0, float t0, float r0, float b0, float l1, float t1, float r1, float b1, long samplingMode);
1088 public static native long _nMakeMagnifier(float l, float t, float r, float b, float zoomAmount, float inset, long samplingMode, long input, Rect crop);
1089 public static native long _nMakeMatrixConvolution(int kernelW, int kernelH, float[] kernel, float gain, float bias, int offsetX, int offsetY, int tileMode, boolean convolveAlpha, long input, Rect crop);
1090 public static native long _nMakeMatrixTransform(float[] matrix, long samplingMode, long input);
1091 public static native long _nMakeMerge(long[] filters, Rect crop);

Callers 1

makeMagnifierMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected