Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPicture.java133 private Picture(int nativePicture) { in Picture()
147 private static native void nativeDraw(int nativeCanvas, int nativePicture); in nativeDraw()
148 private static native boolean nativeWriteToStream(int nativePicture, in nativeWriteToStream()
150 private static native void nativeDestructor(int nativePicture); in nativeDestructor()
DCanvas.java1579 int nativePicture); in native_drawPicture()