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

/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1614 private static native void nativeSetHasAlpha(int nBitmap, boolean hasAlpha); argument
1616 private static native void nativeSetHasMipMap(int nBitmap, boolean hasMipMap); argument
H A DCanvas.java1804 private static native void nativeDrawBitmapMatrix(int nCanvas, int nBitmap, argument
1806 private static native void nativeDrawBitmapMesh(int nCanvas, int nBitmap, argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java915 /*package*/ static void nativeDrawBitmapMatrix(int nCanvas, int nBitmap, argument
927 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(nBitmap);
956 /*package*/ static void nativeDrawBitmapMesh(int nCanvas, int nBitmap, argument

Completed in 93 milliseconds