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

/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp659 uint8 packethead = (count - 1) | 0x80; local
660 ptga[0] = packethead;
676 uint8 packethead = count - 1; local
677 ptga[0] = packethead;
1668 uint8 packethead; local
1672 rd = sbuf.Read(&packethead, 1);
1675 if (packethead & TGA_RLE_PACKET_TYPE_BIT) {
1677 rlecount = (packethead & ~TGA_RLE_PACKET_TYPE_BIT) + 1;
1698 rawcount = (packethead & ~TGA_RLE_PACKET_TYPE_BIT) + 1;
1727 rd = sbuf.Read(&packethead,
1973 uint8 packethead; local
[all...]

Completed in 34 milliseconds