Home
last modified time | relevance | path

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

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