Searched defs:nativeAwPicture (Results 1 – 1 of 1) sorted by relevance
26 private DestroyRunnable(long nativeAwPicture) { in DestroyRunnable()41 AwPicture(long nativeAwPicture) { in AwPicture()82 private static native void nativeDestroy(long nativeAwPicture); in nativeDestroy()83 private native int nativeGetWidth(long nativeAwPicture); in nativeGetWidth()84 private native int nativeGetHeight(long nativeAwPicture); in nativeGetHeight()85 private native void nativeDraw(long nativeAwPicture, Canvas canvas); in nativeDraw()