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