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