Home
last modified time | relevance | path

Searched refs:TGA_NOCOMP_TRUECOLOR (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp327 if ((fileheader.imagetype == TGA_NOCOMP_TRUECOLOR || in identify_tga_header()
348 if ((fileheader.imagetype == TGA_NOCOMP_TRUECOLOR || in identify_tga_header()
354 if ((fileheader.imagetype == TGA_NOCOMP_TRUECOLOR || in identify_tga_header()
359 if ((fileheader.imagetype == TGA_NOCOMP_TRUECOLOR || in identify_tga_header()
364 if ((fileheader.imagetype == TGA_NOCOMP_TRUECOLOR || in identify_tga_header()
401 case TGA_NOCOMP_TRUECOLOR: in identify_tga_header()
1232 fileheader.imagetype = TGA_NOCOMP_TRUECOLOR; in translate_from_bits()
1249 fileheader.imagetype = TGA_NOCOMP_TRUECOLOR; in translate_from_bits()
1262 fileheader.imagetype = TGA_NOCOMP_TRUECOLOR; in translate_from_bits()
1272 fileheader.imagetype = TGA_NOCOMP_TRUECOLOR; in translate_from_bits()
[all …]
H A DTGATranslator.h81 #define TGA_NOCOMP_TRUECOLOR 2 macro
/haiku/src/tools/translation/tgainfo/
H A Dtgainfo.cpp63 #define TGA_NOCOMP_TRUECOLOR 2 macro