Searched refs:bitmapDelegate (Results 1 – 1 of 1) sorted by relevance
318 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(nativeBitmapOrZero); in initRaster() local321 Canvas_Delegate newDelegate = new Canvas_Delegate(bitmapDelegate); in initRaster()826 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmap); in native_drawBitmap() local827 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() local848 if (bitmapDelegate == null) { in native_drawBitmap()852 BufferedImage image = bitmapDelegate.getImage(); in native_drawBitmap()855 drawBitmap(nativeCanvas, bitmapDelegate, nativePaintOrZero, in native_drawBitmap()[all …]