Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java720 /*package*/ static void native_drawBitmap(Canvas thisCanvas, long nativeCanvas, long bitmap, in native_drawBitmap() method in Canvas_Delegate
742 /*package*/ static void native_drawBitmap(Canvas thisCanvas, long nativeCanvas, long bitmap, in native_drawBitmap() method in Canvas_Delegate
758 /*package*/ static void native_drawBitmap(long nativeCanvas, int[] colors, in native_drawBitmap() method in Canvas_Delegate
/frameworks/base/graphics/java/android/graphics/
DCanvas.java2050 private native void native_drawBitmap(long nativeCanvas, long nativeBitmap, in native_drawBitmap() method in Canvas
2056 private native void native_drawBitmap(long nativeCanvas, long nativeBitmap, in native_drawBitmap() method in Canvas
2060 private static native void native_drawBitmap(long nativeCanvas, int[] colors, in native_drawBitmap() method in Canvas