Home
last modified time | relevance | path

Searched defs: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
1017 private static Bitmap transformGainmap(Bitmap source, Matrix m, int neww, int newh, Paint paint, in transformGainmap()