| 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); |
| 1092 | public static native long _nMakeOffset(float dx, float dy, long input, Rect crop); |
| 1093 | public static native long _nMakePicture(long picture, float l, float t, float r, float b); |