Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DBitmap.java947 int neww = width; in createBitmap() local
982 bitmap = createBitmap(null, neww, newh, newConfig, source.hasAlpha(), cs); in createBitmap()
989 neww = Math.round(deviceR.width()); in createBitmap()
1002 bitmap = createBitmap(null, neww, newh, transformedConfig, in createBitmap()
1027 Bitmap newMapContents = transformGainmap(source, m, neww, newh, paint, srcR, dstR, in createBitmap()
1040 private static Bitmap transformGainmap(Bitmap source, Matrix m, int neww, int newh, Paint paint, in transformGainmap() argument
1048 int mapw = Math.round(neww * scaleX); in transformGainmap()