Home
last modified time | relevance | path

Searched refs:nativePicture (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPicture.java62 public Picture(long nativePicture) { in Picture() argument
63 if (nativePicture == 0) { in Picture()
66 mNativePicture = nativePicture; in Picture()
236 private static native int nativeGetWidth(long nativePicture); in nativeGetWidth() argument
237 private static native int nativeGetHeight(long nativePicture); in nativeGetHeight() argument
240 private static native void nativeDraw(long nativeCanvas, long nativePicture); in nativeDraw() argument
241 private static native boolean nativeWriteToStream(long nativePicture, in nativeWriteToStream() argument
243 private static native void nativeDestructor(long nativePicture); in nativeDestructor() argument