()
| 925 | } |
| 926 | |
| 927 | @Override |
| 928 | public void close() { |
| 929 | if (_canvas != null) { |
| 930 | _canvas.invalidate(); |
| 931 | _canvas = null; |
| 932 | } |
| 933 | super.close(); |
| 934 | } |
| 935 | |
| 936 | public static native long _nWrapPixels(int width, int height, int colorType, int alphaType, long colorSpacePtr, long pixelsPtr, long rowBytes, SurfaceProps surfaceProps); |
| 937 | public static native long _nWrapPixelsPixmap(long pixmapPtr, SurfaceProps surfaceProps); |