Symbol: imagetype
src/add-ons/translators/tga/TGATranslator.cpp
1077
outFileheader.imagetype = fileheader.imagetype;
src/add-ons/translators/tga/TGATranslator.cpp
1096
tgaheaders[2] = outFileheader.imagetype;
src/add-ons/translators/tga/TGATranslator.cpp
1207
fileheader.imagetype = 0;
src/add-ons/translators/tga/TGATranslator.cpp
1230
fileheader.imagetype = TGA_RLE_TRUECOLOR;
src/add-ons/translators/tga/TGATranslator.cpp
1232
fileheader.imagetype = TGA_NOCOMP_TRUECOLOR;
src/add-ons/translators/tga/TGATranslator.cpp
1247
fileheader.imagetype = TGA_RLE_TRUECOLOR;
src/add-ons/translators/tga/TGATranslator.cpp
1249
fileheader.imagetype = TGA_NOCOMP_TRUECOLOR;
src/add-ons/translators/tga/TGATranslator.cpp
1260
fileheader.imagetype = TGA_RLE_TRUECOLOR;
src/add-ons/translators/tga/TGATranslator.cpp
1262
fileheader.imagetype = TGA_NOCOMP_TRUECOLOR;
src/add-ons/translators/tga/TGATranslator.cpp
1270
fileheader.imagetype = TGA_RLE_TRUECOLOR;
src/add-ons/translators/tga/TGATranslator.cpp
1272
fileheader.imagetype = TGA_NOCOMP_TRUECOLOR;
src/add-ons/translators/tga/TGATranslator.cpp
1282
fileheader.imagetype = TGA_RLE_TRUECOLOR;
src/add-ons/translators/tga/TGATranslator.cpp
1284
fileheader.imagetype = TGA_NOCOMP_TRUECOLOR;
src/add-ons/translators/tga/TGATranslator.cpp
1294
fileheader.imagetype = TGA_RLE_COLORMAP;
src/add-ons/translators/tga/TGATranslator.cpp
1296
fileheader.imagetype = TGA_NOCOMP_COLORMAP;
src/add-ons/translators/tga/TGATranslator.cpp
1309
fileheader.imagetype = TGA_RLE_BW;
src/add-ons/translators/tga/TGATranslator.cpp
1311
fileheader.imagetype = TGA_NOCOMP_BW;
src/add-ons/translators/tga/TGATranslator.cpp
184
if (filehead.imagetype == TGA_NOCOMP_COLORMAP ||
src/add-ons/translators/tga/TGATranslator.cpp
185
filehead.imagetype == TGA_RLE_COLORMAP) {
src/add-ons/translators/tga/TGATranslator.cpp
2138
if (fileheader.imagetype != TGA_NOCOMP_BW &&
src/add-ons/translators/tga/TGATranslator.cpp
2139
fileheader.imagetype != TGA_RLE_BW &&
src/add-ons/translators/tga/TGATranslator.cpp
2160
switch (fileheader.imagetype) {
src/add-ons/translators/tga/TGATranslator.cpp
270
fileheader.imagetype = buf[2];
src/add-ons/translators/tga/TGATranslator.cpp
271
if ((fileheader.imagetype > 3 && fileheader.imagetype < 9) ||
src/add-ons/translators/tga/TGATranslator.cpp
272
fileheader.imagetype > 11)
src/add-ons/translators/tga/TGATranslator.cpp
275
fileheader.imagetype == TGA_NOCOMP_COLORMAP) ||
src/add-ons/translators/tga/TGATranslator.cpp
277
fileheader.imagetype != TGA_NOCOMP_COLORMAP &&
src/add-ons/translators/tga/TGATranslator.cpp
278
fileheader.imagetype != TGA_RLE_COLORMAP))
src/add-ons/translators/tga/TGATranslator.cpp
327
if ((fileheader.imagetype == TGA_NOCOMP_TRUECOLOR ||
src/add-ons/translators/tga/TGATranslator.cpp
328
fileheader.imagetype == TGA_RLE_TRUECOLOR) &&
src/add-ons/translators/tga/TGATranslator.cpp
332
if ((fileheader.imagetype == TGA_NOCOMP_BW ||
src/add-ons/translators/tga/TGATranslator.cpp
333
fileheader.imagetype == TGA_RLE_BW) &&
src/add-ons/translators/tga/TGATranslator.cpp
348
if ((fileheader.imagetype == TGA_NOCOMP_TRUECOLOR ||
src/add-ons/translators/tga/TGATranslator.cpp
349
fileheader.imagetype == TGA_RLE_TRUECOLOR) &&
src/add-ons/translators/tga/TGATranslator.cpp
354
if ((fileheader.imagetype == TGA_NOCOMP_TRUECOLOR ||
src/add-ons/translators/tga/TGATranslator.cpp
355
fileheader.imagetype == TGA_RLE_TRUECOLOR) &&
src/add-ons/translators/tga/TGATranslator.cpp
359
if ((fileheader.imagetype == TGA_NOCOMP_TRUECOLOR ||
src/add-ons/translators/tga/TGATranslator.cpp
360
fileheader.imagetype == TGA_RLE_TRUECOLOR) &&
src/add-ons/translators/tga/TGATranslator.cpp
364
if ((fileheader.imagetype == TGA_NOCOMP_TRUECOLOR ||
src/add-ons/translators/tga/TGATranslator.cpp
365
fileheader.imagetype == TGA_RLE_TRUECOLOR) &&
src/add-ons/translators/tga/TGATranslator.cpp
374
pfileheader->imagetype = fileheader.imagetype;
src/add-ons/translators/tga/TGATranslator.cpp
395
switch (fileheader.imagetype) {
src/add-ons/translators/tga/TGATranslator.h
65
uint8 imagetype;
src/tools/translation/tgainfo/tgainfo.cpp
156
fh.imagetype = buf[2];
src/tools/translation/tgainfo/tgainfo.cpp
165
static_cast<int>(fh.imagetype),
src/tools/translation/tgainfo/tgainfo.cpp
166
static_cast<const char *>(imagetype(fh.imagetype)));
src/tools/translation/tgainfo/tgainfo.cpp
54
uint8 imagetype;