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.java726 /*package*/ static void native_drawBitmap(Canvas thisCanvas, long nativeCanvas, Bitmap bitmap, in native_drawBitmap() method in Canvas_Delegate
748 /*package*/ static void native_drawBitmap(Canvas thisCanvas, long nativeCanvas, Bitmap bitmap, in native_drawBitmap() method in Canvas_Delegate
764 /*package*/ static void native_drawBitmap(long nativeCanvas, int[] colors, in native_drawBitmap() method in Canvas_Delegate
/frameworks/base/graphics/java/android/graphics/
DCanvas.java2067 private native void native_drawBitmap(long nativeCanvas, Bitmap bitmap, in native_drawBitmap() method in Canvas
2073 private native void native_drawBitmap(long nativeCanvas, Bitmap bitmap, in native_drawBitmap() method in Canvas
2077 private static native void native_drawBitmap(long nativeCanvas, int[] colors, in native_drawBitmap() method in Canvas