Searched defs:nativePicture (Results 1 – 1 of 1) sorted by relevance
62 public Picture(long nativePicture) { in Picture()234 private static native int nativeGetWidth(long nativePicture); in nativeGetWidth()235 private static native int nativeGetHeight(long nativePicture); in nativeGetHeight()238 private static native void nativeDraw(long nativeCanvas, long nativePicture); in nativeDraw()239 private static native boolean nativeWriteToStream(long nativePicture, in nativeWriteToStream()241 private static native void nativeDestructor(long nativePicture); in nativeDestructor()