Searched refs:newMapContents (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Bitmap.java | 1004 Bitmap newMapContents = transformGainmap(source, m, neww, newh, paint, srcR, dstR, in createBitmap() local 1006 if (newMapContents != null) { in createBitmap() 1007 bitmap.setGainmap(new Gainmap(source.getGainmap(), newMapContents)); in createBitmap() 1042 Bitmap newMapContents = nativeCreate(null, 0, mapw, mapw, maph, in transformGainmap() local 1044 newMapContents.eraseColor(0); in transformGainmap() 1045 canvas = new Canvas(newMapContents); in transformGainmap() 1054 return newMapContents; in transformGainmap()
|