Searched refs:TGA_DESC_ALPHABITS (Results 1 – 3 of 3) sorted by relevance
124 #define TGA_DESC_ALPHABITS 0x0f macro
206 nalpha = imagespec.descriptor & TGA_DESC_ALPHABITS; in tga_alphabits()351 (imagespec.descriptor & TGA_DESC_ALPHABITS) != 8 && in identify_tga_header()352 (imagespec.descriptor & TGA_DESC_ALPHABITS) != 0) in identify_tga_header()357 (imagespec.descriptor & TGA_DESC_ALPHABITS) != 0) in identify_tga_header()362 (imagespec.descriptor & TGA_DESC_ALPHABITS) != 1 && in identify_tga_header()363 (imagespec.descriptor & TGA_DESC_ALPHABITS) != 0) in identify_tga_header()367 (imagespec.descriptor & TGA_DESC_ALPHABITS) != 0) in identify_tga_header()
95 #define TGA_DESC_ALPHABITS 0x0f macro207 static_cast<int>(imagespec.descriptor & TGA_DESC_ALPHABITS)); in print_tga_info()