Home | History | Annotate | Download | only in aapt2

Lines Matching refs:interlaceType

113     int colorType, bitDepth, interlaceType, compressionType;
115 &interlaceType, &compressionType, nullptr);
422 int colorType, bitDepth, interlaceType, compressionType;
586 png_get_IHDR(writePtr, infoPtr, &width, &height, &bitDepth, &colorType, &interlaceType,
592 << ", inter = " << interlaceType << ", comp = " << compressionType