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

Method _nMakeImage

shared/java/ImageFilter.java:281–281  ·  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

279 public static native long _nMakeDropShadow(float dx, float dy, float sigmaX, float sigmaY, int color, long input, IRect crop);
280 public static native long _nMakeDropShadowOnly(float dx, float dy, float sigmaX, float sigmaY, int color, long input, IRect crop);
281 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);
282 public static native long _nMakeMagnifier(float l, float t, float r, float b, float inset, long input, IRect crop);
283 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, IRect crop);
284 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