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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java814 public static void native_drawBitmap(Canvas thisCanvas, long nativeCanvas, Bitmap bitmap, method in class:Canvas_Delegate
836 public static void native_drawBitmap(Canvas thisCanvas, long nativeCanvas, Bitmap bitmap, method in class:Canvas_Delegate
852 public static void native_drawBitmap(long nativeCanvas, int[] colors, method in class:Canvas_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1337 native_drawBitmap(mNativeCanvasWrapper, bitmap, left, top,
1383 native_drawBitmap(mNativeCanvasWrapper, bitmap, left, top, right, bottom,
1430 native_drawBitmap(mNativeCanvasWrapper, bitmap, left, top, right, bottom,
1483 native_drawBitmap(mNativeCanvasWrapper, colors, offset, stride, x, y, width, height, hasAlpha,
2088 private native void native_drawBitmap(long nativeCanvas, Bitmap bitmap, method in class:Canvas
2094 private native void native_drawBitmap(long nativeCanvas, Bitmap bitmap, method in class:Canvas
2098 private static native void native_drawBitmap(long nativeCanvas, int[] colors, method in class:Canvas

Completed in 58 milliseconds