Searched refs:load_from_memory (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/stbi/ |
H A D | stb_image.c | 276 …stbi_uc * (*load_from_memory)(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_c… member 710 return loaders[i]->load_from_memory(buffer,len,x,y,comp,req_comp); in stbi_load_from_memory()
|