Searched refs:is_grey (Results 1 – 2 of 2) sorted by relevance
5395 static int stbi__tga_get_comp(int bits_per_pixel, int is_grey, int* is_rgb16) in stbi__tga_get_comp() argument5401 case 16: if(is_grey) return STBI_grey_alpha; in stbi__tga_get_comp()