loadpng.c | 22 int bitdepth, colortype, imethod, cmethod, fmethod, i; local 67 png_get_IHDR(p, pi, &width, &height, &bitdepth, &colortype, 70 // width, height, bitdepth, colortype); 89 if(bitdepth < 8) { 98 if(bitdepth == 16) { 160 int bitdepth, colortype, imethod, cmethod, fmethod, i; local 199 png_get_IHDR(p, pi, &width, &height, &bitdepth, &colortype, 202 // width, height, bitdepth, colortype); 221 if(bitdepth < 8) { 230 if(bitdepth == 16) [all...] |