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