Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DPngCrunch.cpp316 const size_t grayscale_alpha_data_chunk_size = 16 + 2 * width * height; in PickColorType() local
328 if (grayscale_alpha_data_chunk_size > palette_threshold) { in PickColorType()