Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java925 int newh = height; in createBitmap() local
959 bitmap = createBitmap(null, neww, newh, newConfig, source.hasAlpha(), cs); in createBitmap()
967 newh = Math.round(deviceR.height()); 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
1026 int maph = Math.round(newh * scaleY); in transformGainmap()