HomeSort by: relevance | last modified time | path
    Searched defs:parse_png_file (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/stbi/
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))
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))

Completed in 28 milliseconds