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

/netbsd-current/sys/dev/stbi/
H A Dstb_image.c404 extern int stbi_gif_info_from_file (FILE *f, int *x, int *y, int *comp);
590 extern int stbi_gif_info_from_file (FILE *f, int *x, int *y, int *comp);
4716 res = stbi_gif_info_from_file(f, x, y, comp);
4721 int stbi_gif_info_from_file(FILE *f, int *x, int *y, int *comp) function
4974 if (stbi_gif_info_from_file(f, x, y, comp))

Completed in 150 milliseconds