Searched refs:nBitmap (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java907 /*package*/ static void nativeDrawBitmapMatrix(int nCanvas, int nBitmap, argument
919 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(nBitmap);
947 /*package*/ static void nativeDrawBitmapMesh(int nCanvas, int nBitmap, argument
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1734 private static native void nativeDrawBitmapMatrix(int nCanvas, int nBitmap, argument
1736 private static native void nativeDrawBitmapMesh(int nCanvas, int nBitmap, argument
H A DBitmap.java1219 private static native void nativeSetHasAlpha(int nBitmap, boolean hasAlpha); argument

Completed in 112 milliseconds