MCPcopy Index your code
hub / github.com/HumbleUI/Skija / _nMakeImage

Method _nMakeImage

shared/java/ImageFilter.java:1087–1087  ·  view source on GitHub ↗
(long image, float l0, float t0, float r0, float b0, float l1, float t1, float r1, float b1, long samplingMode)

Source from the content-addressed store, hash-verified

1085 public static native long _nMakeDropShadowOnly(float dx, float dy, float sigmaX, float sigmaY, int color, long input, Rect crop);
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);

Callers 1

makeImageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected