Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/compile/
H A DPngCrunch.cpp324 const size_t grayscale_alpha_data_chunk_size = 16 + 2 * width * height; in PickColorType() local
337 if (grayscale_alpha_data_chunk_size > palette_threshold) { in PickColorType()