Searched refs:stbi_jpeg_info_from_file (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/stbi/
H A Dstb_image.c325 extern int stbi_jpeg_info_from_file (FILE *f, int *x, int *y, int *comp);
513 extern int stbi_jpeg_info_from_file (FILE *f, int *x, int *y, int *comp);
2123 int stbi_jpeg_info_from_file(FILE *f, int *x, int *y, int *comp) function
2139 result = stbi_jpeg_info_from_file(f, x, y, comp);
2173 extern int stbi_jpeg_info_from_file (FILE *f, int *x, int *y, int *comp);
4970 if (stbi_jpeg_info_from_file(f, x, y, comp))

Completed in 184 milliseconds