Searched refs:native_drawBitmap (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java726 /*package*/ static void native_drawBitmap(Canvas thisCanvas, long nativeCanvas, Bitmap bitmap, method in class:Canvas_Delegate
748 /*package*/ static void native_drawBitmap(Canvas thisCanvas, long nativeCanvas, Bitmap bitmap, method in class:Canvas_Delegate
764 /*package*/ static void native_drawBitmap(long nativeCanvas, int[] colors, method in class:Canvas_Delegate
H A DNinePatch_Delegate.java215 Canvas_Delegate.native_drawBitmap(null, canvas_instance, bitmap_instance,
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1326 native_drawBitmap(mNativeCanvasWrapper, bitmap, left, top,
1372 native_drawBitmap(mNativeCanvasWrapper, bitmap, left, top, right, bottom,
1419 native_drawBitmap(mNativeCanvasWrapper, bitmap, left, top, right, bottom,
1472 native_drawBitmap(mNativeCanvasWrapper, colors, offset, stride, x, y, width, height, hasAlpha,
2067 private native void native_drawBitmap(long nativeCanvas, Bitmap bitmap, method in class:Canvas
2073 private native void native_drawBitmap(long nativeCanvas, Bitmap bitmap, method in class:Canvas
2077 private static native void native_drawBitmap(long nativeCanvas, int[] colors, method in class:Canvas

Completed in 118 milliseconds