Searched refs:interlaceType (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | Png.cpp | 110 int colorType, bitDepth, interlaceType, compressionType; in readPng() local 112 &interlaceType, &compressionType, nullptr); in readPng() 427 int colorType, bitDepth, interlaceType, compressionType; in writePng() local 587 png_get_IHDR(writePtr, infoPtr, &width, &height, &bitDepth, &colorType, &interlaceType, in writePng() 593 << ", inter = " << interlaceType << ", comp = " << compressionType); in writePng()
|