Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DPngCrunch.cpp317 const size_t palette_data_chunk_size = 16 + width * height; in PickColorType() local
327 palette_data_chunk_size + kPaletteOverheadConstant; in PickColorType()
337 size_t total_size_with_palette = palette_data_chunk_size + palette_chunk_size; in PickColorType()