Searched refs:newMapContents (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 1027 Bitmap newMapContents = transformGainmap(source, m, neww, newh, paint, srcR, dstR, in createBitmap() local 1029 if (newMapContents != null) { in createBitmap() 1030 bitmap.setGainmap(new Gainmap(source.getGainmap(), newMapContents)); in createBitmap() 1065 Bitmap newMapContents = nativeCreate(null, 0, mapw, mapw, maph, in transformGainmap() local 1067 newMapContents.eraseColor(0); in transformGainmap() 1068 canvas = new Canvas(newMapContents); in transformGainmap() 1077 return newMapContents; in transformGainmap()
|