Home
last modified time | relevance | path

Searched defs:grayscale (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
DImageProcessHelper.java104 Bitmap grayscale = toGrayscale(bitmap); in compute() local
119 Bitmap grayscale = Bitmap.createBitmap(width, height, bitmap.getConfig()); in toGrayscale() local
129 private int[] getHistogram(Bitmap grayscale) { in getHistogram()
/frameworks/base/tools/aapt2/compile/
DPngCrunch.cpp315 static int PickColorType(int32_t width, int32_t height, bool grayscale, in PickColorType()
531 bool grayscale = true; in WritePng() local