Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/libs/androidfw/
H A 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()