Searched refs:TGA_ORIGIN_VERT_BIT (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tools/translation/tgainfo/
H A Dtgainfo.cpp86 #define TGA_ORIGIN_VERT_BIT 0x20 macro
208 if (imagespec.descriptor & TGA_ORIGIN_VERT_BIT)
211 static_cast<int>(imagespec.descriptor & (TGA_ORIGIN_VERT_BIT
216 static_cast<int>(imagespec.descriptor & (TGA_ORIGIN_VERT_BIT
222 static_cast<int>(imagespec.descriptor & (TGA_ORIGIN_VERT_BIT
227 static_cast<int>(imagespec.descriptor & (TGA_ORIGIN_VERT_BIT
/haiku/src/add-ons/translators/tga/
H A DTGATranslator.h115 #define TGA_ORIGIN_VERT_BIT 0x20 macro
H A DTGATranslator.cpp1220 imagespec.descriptor = TGA_ORIGIN_VERT_BIT;
1539 if (imagespec.descriptor & TGA_ORIGIN_VERT_BIT)
1637 if (imagespec.descriptor & TGA_ORIGIN_VERT_BIT)
1842 if (imagespec.descriptor & TGA_ORIGIN_VERT_BIT)
1940 if (imagespec.descriptor & TGA_ORIGIN_VERT_BIT)

Completed in 87 milliseconds