Searched defs:native_drawBitmap (Results 1 – 2 of 2) sorted by relevance
| /frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
| D | Canvas_Delegate.java | 726 /*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/ |
| D | Canvas.java | 2067 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
|