Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DPngCrunch.cpp338 size_t total_size_without_palette = color_data_chunk_size; in PickColorType() local
341 total_size_without_palette = color_alpha_data_chunk_size; in PickColorType()
344 if (total_size_without_palette > total_size_with_palette + kPaletteOverheadConstant) { in PickColorType()