Home
last modified time | relevance | path

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

/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp184 if (filehead.imagetype == TGA_NOCOMP_COLORMAP || in tga_alphabits()
185 filehead.imagetype == TGA_RLE_COLORMAP) { in tga_alphabits()
270 fileheader.imagetype = buf[2]; in identify_tga_header()
271 if ((fileheader.imagetype > 3 && fileheader.imagetype < 9) || in identify_tga_header()
272 fileheader.imagetype > 11) in identify_tga_header()
275 fileheader.imagetype == TGA_NOCOMP_COLORMAP) || in identify_tga_header()
277 fileheader.imagetype != TGA_NOCOMP_COLORMAP && in identify_tga_header()
278 fileheader.imagetype != TGA_RLE_COLORMAP)) in identify_tga_header()
327 if ((fileheader.imagetype == TGA_NOCOMP_TRUECOLOR || in identify_tga_header()
328 fileheader.imagetype == TGA_RLE_TRUECOLOR) && in identify_tga_header()
[all …]
H A DTGATranslator.h65 uint8 imagetype; member
/haiku/src/tools/translation/tgainfo/
H A Dtgainfo.cpp54 uint8 imagetype; member
113 imagetype(uint8 n) in imagetype() function
156 fh.imagetype = buf[2]; in print_tga_info()
165 static_cast<int>(fh.imagetype), in print_tga_info()
166 static_cast<const char *>(imagetype(fh.imagetype))); in print_tga_info()