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