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

/external/webkit/Source/WebCore/platform/image-decoders/png/
H A DPNGImageDecoder.cpp266 int bitDepth, colorType, interlaceType, compressionType, filterType, channels; local
267 png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, &filterType);
310 if (interlaceType == PNG_INTERLACE_ADAM7)

Completed in 107 milliseconds