Searched refs:iBitDepth (Results 1 – 1 of 1) sorted by relevance
/external/libpng/contrib/visupng/ |
D | PngFile.c | 104 int iBitDepth; in PngLoadImage() local 174 png_get_IHDR(png_ptr, info_ptr, piWidth, piHeight, &iBitDepth, in PngLoadImage() 181 if (iBitDepth == 16) in PngLoadImage() 190 if (iBitDepth < 8) in PngLoadImage() 221 png_get_IHDR(png_ptr, info_ptr, piWidth, piHeight, &iBitDepth, in PngLoadImage()
|