Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java924 int neww = width; in createBitmap() local
959 bitmap = createBitmap(null, neww, newh, newConfig, source.hasAlpha(), cs); in createBitmap()
966 neww = Math.round(deviceR.width()); in createBitmap()
979 bitmap = createBitmap(null, neww, newh, transformedConfig, in createBitmap()
1004 Bitmap newMapContents = transformGainmap(source, m, neww, newh, paint, srcR, dstR, in createBitmap()
1017 private static Bitmap transformGainmap(Bitmap source, Matrix m, int neww, int newh, Paint paint, in transformGainmap() argument
1025 int mapw = Math.round(neww * scaleX); in transformGainmap()