Searched refs:nativePicture (Results 1 – 1 of 1) sorted by relevance
62 public Picture(long nativePicture) { in Picture() argument63 if (nativePicture == 0) { in Picture()66 mNativePicture = nativePicture; in Picture()236 private static native int nativeGetWidth(long nativePicture); in nativeGetWidth() argument237 private static native int nativeGetHeight(long nativePicture); in nativeGetHeight() argument240 private static native void nativeDraw(long nativeCanvas, long nativePicture); in nativeDraw() argument241 private static native boolean nativeWriteToStream(long nativePicture, in nativeWriteToStream() argument243 private static native void nativeDestructor(long nativePicture); in nativeDestructor() argument