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

/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1079 native_drawBitmap(mNativeCanvas, bitmap.ni(), left, top,
1111 native_drawBitmap(mNativeCanvas, bitmap.ni(), src, dst,
1143 native_drawBitmap(mNativeCanvas, bitmap.ni(), src, dst,
1191 native_drawBitmap(mNativeCanvas, colors, offset, stride, x, y, width, height, hasAlpha,
1713 private native void native_drawBitmap(int nativeCanvas, int bitmap, method in class:Canvas
1719 private native void native_drawBitmap(int nativeCanvas, int bitmap, method in class:Canvas
1724 private static native void native_drawBitmap(int nativeCanvas, int bitmap, method in class:Canvas
1729 private static native void native_drawBitmap(int nativeCanvas, int[] colors, method in class:Canvas
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java810 /*package*/ static void native_drawBitmap(Canvas thisCanvas, int nativeCanvas, int bitmap, method in class:Canvas_Delegate
832 /*package*/ static void native_drawBitmap(Canvas thisCanvas, int nativeCanvas, int bitmap, method in class:Canvas_Delegate
857 /*package*/ static void native_drawBitmap(int nativeCanvas, int bitmap, method in class:Canvas_Delegate
882 /*package*/ static void native_drawBitmap(int nativeCanvas, int[] colors, method in class:Canvas_Delegate

Completed in 84 milliseconds