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

/haiku/src/add-ons/translators/tga/
H A DTGATranslator.h153 uint8 tga_alphabits(TGAFileHeader &filehead, TGAColorMapSpec &mapspec,
160 BPositionIO *outDestination, TGAFileHeader &filehead,
164 BPositionIO *outDestination, TGAFileHeader &filehead,
168 BPositionIO *outDestination, TGAFileHeader &filehead,
H A DTGATranslator.cpp177 TGATranslator::tga_alphabits(TGAFileHeader &filehead, TGAColorMapSpec &mapspec, argument
184 if (filehead.imagetype == TGA_NOCOMP_COLORMAP ||
185 filehead.imagetype == TGA_RLE_COLORMAP) {
1519 // filehead, image type info
1535 BPositionIO *outDestination, TGAFileHeader &filehead,
1543 uint8 nalpha = tga_alphabits(filehead, mapspec, imagespec);
1615 // filehead, image type info
1631 BPositionIO *outDestination, TGAFileHeader &filehead,
1641 uint8 nalpha = tga_alphabits(filehead, mapspec, imagespec);
1917 // filehead, imag
1534 translate_from_tganm_to_bits(BPositionIO *inSource, BPositionIO *outDestination, TGAFileHeader &filehead, TGAColorMapSpec &mapspec, TGAImageSpec &imagespec) argument
1630 translate_from_tganmrle_to_bits(BPositionIO *inSource, BPositionIO *outDestination, TGAFileHeader &filehead, TGAColorMapSpec &mapspec, TGAImageSpec &imagespec) argument
1933 translate_from_tgamrle_to_bits(BPositionIO *inSource, BPositionIO *outDestination, TGAFileHeader &filehead, TGAColorMapSpec &mapspec, TGAImageSpec &imagespec, uint8 *pmap) argument
[all...]

Completed in 39 milliseconds