Home | History | Annotate | Download | only in compile

Lines Matching refs:bitDepth

111     int colorType, bitDepth, interlaceType, compressionType;
112 png_get_IHDR(readPtr, infoPtr, &outInfo->width, &outInfo->height, &bitDepth, &colorType,
119 if (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8) {
127 if (bitDepth == 16) {
420 int colorType, bitDepth, interlaceType, compressionType;
584 png_get_IHDR(writePtr, infoPtr, &width, &height, &bitDepth, &colorType, &interlaceType,
590 << ", d = " << bitDepth << ", colors = " << colorType