Searched refs:stbi_pic_load_from_memory (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/stbi/ |
H A D | stb_image.c | 387 extern stbi_uc *stbi_pic_load_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *com… 573 extern stbi_uc *stbi_pic_load_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *com… 699 …if (stbi_pic_test_memory(buffer,len)) return stbi_pic_load_from_memory(buffer,len,x,y,comp,req_co… in stbi_load_from_memory() 4276 stbi_uc *stbi_pic_load_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp, int … in stbi_pic_load_from_memory() function
|