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

/haiku/src/tools/translation/tgainfo/
H A Dtgainfo.cpp51 uint8 idlength; member in struct:TGAFileHeader
154 fh.idlength = buf[0];
159 printf(B_TRANSLATE(" id length: %d\n"), static_cast<int>(fh.idlength));
/haiku/src/add-ons/translators/tga/
H A DTGATranslator.h60 uint8 idlength; member in struct:TGAFileHeader
H A DTGATranslator.cpp264 fileheader.idlength = buf[0];
372 pfileheader->idlength = fileheader.idlength;
1075 outFileheader.idlength = fileheader.idlength;
1094 tgaheaders[0] = outFileheader.idlength;
1205 fileheader.idlength = 0;
2123 if (fileheader.idlength > 0)
2124 inSource->Seek(fileheader.idlength, SEEK_CUR);

Completed in 78 milliseconds