Searched refs:stbi_pic_test_file (Results 1 – 1 of 1) sorted by relevance
389 extern int stbi_pic_test_file (FILE *f);575 extern int stbi_pic_test_file (FILE *f);672 if (stbi_pic_test_file(f)) return stbi_pic_load_from_file(f,x,y,comp,req_comp); in stbi_load_from_file()4211 int stbi_pic_test_file(FILE *f) in stbi_pic_test_file() function