stb_image.c | 210 extern stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp); 691 unsigned char *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp) function in typeref:typename:unsigned char * 751 data = stbi_load_from_memory(buffer, len, x, y, comp, req_comp);
|