Searched refs:newh (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 948 int newh = height; in createBitmap() local 982 bitmap = createBitmap(null, neww, newh, newConfig, source.hasAlpha(), cs); in createBitmap() 990 newh = Math.round(deviceR.height()); 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 1049 int maph = Math.round(newh * scaleY); in transformGainmap()
|