Home | History | Annotate | Download | only in codec

Lines Matching refs:bitDepth

229     int bitDepth, encodedColorType;
230 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
234 *bitDepthPtr = bitDepth;
240 if (bitDepth == 16) {
254 if (bitDepth < 8) {
276 if (bitDepth < 8) {
333 png_structp png_ptr, png_infop info_ptr, int bitDepth, int numberPasses)
340 , fBitDepth(bitDepth)
544 SkPngChunkReader* chunkReader, png_structp png_ptr, png_infop info_ptr, int bitDepth)
545 : INHERITED(srcInfo, stream, chunkReader, png_ptr, info_ptr, bitDepth, 1)
610 int bitDepth, int numberPasses)
611 : INHERITED(srcInfo, stream, chunkReader, png_ptr, info_ptr, bitDepth, numberPasses)
734 int bitDepth;
737 if (!read_header(stream, chunkReader, &png_ptr, &info_ptr, &imageInfo, &bitDepth,
744 png_ptr, info_ptr, bitDepth);
748 png_ptr, info_ptr, bitDepth, numberPasses);