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.java814 public static void native_drawBitmap(Canvas thisCanvas, long nativeCanvas, Bitmap bitmap, in native_drawBitmap() method in Canvas_Delegate
836 public static void native_drawBitmap(Canvas thisCanvas, long nativeCanvas, Bitmap bitmap, in native_drawBitmap() method in Canvas_Delegate
852 public static void native_drawBitmap(long nativeCanvas, int[] colors, in native_drawBitmap() method in Canvas_Delegate
/frameworks/base/graphics/java/android/graphics/
DCanvas.java2088 private native void native_drawBitmap(long nativeCanvas, Bitmap bitmap, in native_drawBitmap() method in Canvas
2094 private native void native_drawBitmap(long nativeCanvas, Bitmap bitmap, in native_drawBitmap() method in Canvas
2098 private static native void native_drawBitmap(long nativeCanvas, int[] colors, in native_drawBitmap() method in Canvas