Searched defs:convertible_to_grayscale (Results 1 - 1 of 1) sorted by relevance

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

Completed in 9 milliseconds