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

/netbsd-current/sys/dev/stbi/
H A Dstb_image.c214 extern stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *comp, int req_comp);
215 // for stbi_load_from_file, file pointer is left pointing immediately after image
659 result = stbi_load_from_file(f,x,y,comp,req_comp);
664 unsigned char *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) function
737 data = stbi_load_from_file(f, x, y, comp, req_comp);

Completed in 198 milliseconds