stb_image.c | 2956 static int parse_png_file(png *z, int scan, int req_comp) function in typeref:typename:int 3112 if (parse_png_file(p, SCAN_load, req_comp)) { 3163 r = parse_png_file(&p, SCAN_type,STBI_default); 3173 return parse_png_file(&p, SCAN_type,STBI_default); 3178 if (!parse_png_file(p, SCAN_header, 0))
|