Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java318 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(nativeBitmapOrZero); in initRaster() local
321 Canvas_Delegate newDelegate = new Canvas_Delegate(bitmapDelegate); in initRaster()
826 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmap); in native_drawBitmap() local
827 if (bitmapDelegate == null) { in native_drawBitmap()
831 BufferedImage image = bitmapDelegate.getImage(); in native_drawBitmap()
835 drawBitmap(nativeCanvas, bitmapDelegate, nativePaintOrZero, in native_drawBitmap()
847 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmap); in native_drawBitmap() local
848 if (bitmapDelegate == null) { in native_drawBitmap()
852 BufferedImage image = bitmapDelegate.getImage(); in native_drawBitmap()
855 drawBitmap(nativeCanvas, bitmapDelegate, nativePaintOrZero, in native_drawBitmap()
[all …]