Searched refs:stbi_hdr_load_from_file (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/stbi/ |
H A D | stb_image.c | 380 extern float * stbi_hdr_load_from_file (FILE *f, int *x, int *y, int *comp, int… 566 extern float * stbi_hdr_load_from_file (FILE *f, int *x, int *y, int *comp, int… 676 float *hdr = stbi_hdr_load_from_file(f, x,y,comp,req_comp); in stbi_load_from_file() 735 return stbi_hdr_load_from_file(f,x,y,comp,req_comp); in stbi_loadf_from_file() 4939 float *stbi_hdr_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_hdr_load_from_file() function
|