Searched refs:interlace_method (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | PngCrunch.cpp | 208 int bit_depth, color_type, interlace_method, compression_method, filter_method; in ReadPng() local 209 png_get_IHDR(read_ptr, info_ptr, &width, &height, &bit_depth, &color_type, &interlace_method, in ReadPng() 239 if (interlace_method != PNG_INTERLACE_NONE) { in ReadPng()
|