Searched refs:stbi__mad4sizes_valid (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 1037 static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) in stbi__mad4sizes_valid() function 1062 if (!stbi__mad4sizes_valid(a, b, c, d, add)) return NULL; in stbi__malloc_mad4() 7211 if (!stbi__mad4sizes_valid(width, height, req_comp, sizeof(float), 0)) 7527 if (!stbi__mad4sizes_valid(s->img_n, s->img_x, s->img_y, ri->bits_per_channel / 8, 0))
|
Completed in 12 milliseconds