HomeSort by: relevance | last modified time | path
    Searched defs:tga_inverted (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/stbi/
stb_image.c 3620 int tga_inverted = get8u(s); local in function:tga_load
3637 /* int tga_alpha_bits = tga_inverted & 15; */
3638 tga_inverted = 1 - ((tga_inverted >> 5) & 1);
3797 if ( tga_inverted )
stb_image.c 3620 int tga_inverted = get8u(s); local in function:tga_load
3637 /* int tga_alpha_bits = tga_inverted & 15; */
3638 tga_inverted = 1 - ((tga_inverted >> 5) & 1);
3797 if ( tga_inverted )
stb_image.c 3620 int tga_inverted = get8u(s); local in function:tga_load
3637 /* int tga_alpha_bits = tga_inverted & 15; */
3638 tga_inverted = 1 - ((tga_inverted >> 5) & 1);
3797 if ( tga_inverted )

Completed in 40 milliseconds