Home
last modified time | relevance | path

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

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