Searched defs:nativePicture (Results 1 – 2 of 2) sorted by relevance
133 private Picture(int nativePicture) { in Picture()147 private static native void nativeDraw(int nativeCanvas, int nativePicture); in nativeDraw()148 private static native boolean nativeWriteToStream(int nativePicture, in nativeWriteToStream()150 private static native void nativeDestructor(int nativePicture); in nativeDestructor()
1579 int nativePicture); in native_drawPicture()