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

/netbsd-current/sys/dev/stbi/
H A Dstb_image.c246 extern int stbi_info_from_file (FILE *f, int *x, int *y, int *comp);
4963 result = stbi_info_from_file(f, x, y, comp);
4968 int stbi_info_from_file(FILE *f, int *x, int *y, int *comp) function

Completed in 267 milliseconds