Searched defs:interlaceType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/compile/
H A DPng.cpp111 int colorType, bitDepth, interlaceType, compressionType; local
113 &interlaceType, &compressionType, nullptr);
420 int colorType, bitDepth, interlaceType, compressionType; local
584 png_get_IHDR(writePtr, infoPtr, &width, &height, &bitDepth, &colorType, &interlaceType,
591 << ", inter = " << interlaceType << ", comp = " << compressionType);

Completed in 10 milliseconds