Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DPngCrunch.cpp313 bool convertible_to_grayscale, bool has_nine_patch, in PickColorType() argument
355 if (convertible_to_grayscale) { in PickColorType()
582 const bool convertible_to_grayscale = max_gray_deviation <= options.grayscale_tolerance; in WritePng() local
585 image->width, image->height, grayscale, convertible_to_grayscale, in WritePng()