Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DPngCrunch.cpp310 bool convertible_to_grayscale, bool has_nine_patch, in PickColorType() argument
349 if (convertible_to_grayscale) { in PickColorType()
574 const bool convertible_to_grayscale = max_gray_deviation <= options.grayscale_tolerance; in WritePng() local
577 PickColorType(image->width, image->height, grayscale, convertible_to_grayscale, in WritePng()