Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DPngCrunch.cpp213 int bit_depth, color_type, interlace_method, compression_method, filter_method; in ReadPng() local
215 &interlace_method, &compression_method, &filter_method); in ReadPng()
245 if (interlace_method != PNG_INTERLACE_NONE) { in ReadPng()