Searched refs:stbi__readval (Results 1 – 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
D | stb_image.h | 6282 static stbi_uc *stbi__readval(stbi__context *s, int channel, stbi_uc *dest) in stbi__readval() function 6348 if (!stbi__readval(s,packet->channel,dest)) in stbi__pic_load_core() 6366 if (!stbi__readval(s,packet->channel,value)) return 0; in stbi__pic_load_core() 6391 if (!stbi__readval(s,packet->channel,value)) in stbi__pic_load_core() 6401 if (!stbi__readval(s,packet->channel,dest)) in stbi__pic_load_core()
|