Searched refs:load_from_file (Results 1 – 1 of 1) sorted by relevance
279 stbi_uc * (*load_from_file)(FILE *f, int *x, int *y, int *comp, int req_comp); member683 return loaders[i]->load_from_file(f,x,y,comp,req_comp); in stbi_load_from_file()