Home
last modified time | relevance | path

Searched defs:nativeAwPicture (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwPicture.java26 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()