Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DPng.cpp113 int colorType, bitDepth, interlaceType, compressionType; in readPng() local
115 &interlaceType, &compressionType, nullptr); in readPng()
422 int colorType, bitDepth, interlaceType, compressionType; in writePng() local
586 png_get_IHDR(writePtr, infoPtr, &width, &height, &bitDepth, &colorType, &interlaceType, in writePng()
592 << ", inter = " << interlaceType << ", comp = " << compressionType in writePng()