| 950 | public static native long _nMakeSurfaceI(long ptr, int width, int height, int colorType, int alphaType, long colorSpacePtr); |
| 951 | public static native long _nMakeSurface(long ptr, int width, int height); |
| 952 | public static native long _nMakeImageSnapshot(long ptr); |
| 953 | public static native long _nMakeImageSnapshotR(long ptr, int left, int top, int right, int bottom); |
| 954 | public static native void _nDraw(long ptr, long canvasPtr, float x, float y, long paintPtr); |
| 955 | public static native boolean _nPeekPixels(long ptr, long pixmapPtr); |