Searched refs:idlength (Results 1 – 3 of 3) sorted by relevance
51 uint8 idlength; member154 fh.idlength = buf[0]; in print_tga_info()159 printf(B_TRANSLATE(" id length: %d\n"), static_cast<int>(fh.idlength)); in print_tga_info()
60 uint8 idlength; member
264 fileheader.idlength = buf[0]; in identify_tga_header()372 pfileheader->idlength = fileheader.idlength; in identify_tga_header()1075 outFileheader.idlength = fileheader.idlength; in write_tga_headers()1094 tgaheaders[0] = outFileheader.idlength; in write_tga_headers()1205 fileheader.idlength = 0; in translate_from_bits()2123 if (fileheader.idlength > 0) in translate_from_tga()2124 inSource->Seek(fileheader.idlength, SEEK_CUR); in translate_from_tga()