Searched refs:stbi_jpeg_test_file (Results 1 – 1 of 1) sorted by relevance
321 extern int stbi_jpeg_test_file (FILE *f);509 extern int stbi_jpeg_test_file (FILE *f);667 if (stbi_jpeg_test_file(f)) return stbi_jpeg_load_from_file(f,x,y,comp,req_comp); in stbi_load_from_file()2112 int stbi_jpeg_test_file(FILE *f) in stbi_jpeg_test_file() function