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

/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp444 // result in ptga
446 pix_bits_to_tga(uint8 *pbits, uint8 *ptga, color_space fromspace, argument
454 memcpy(ptga, pbits, bytescopied);
460 ptga[0] = pbits[3];
461 ptga[1] = pbits[2];
462 ptga[2] = pbits[1];
463 ptga[3] = pbits[0];
465 ptga += 4;
473 ptga[0] = 255 - pbits[2];
474 ptga[
653 copy_rle_packet(uint8 *ptga, uint32 pixel, uint8 count, color_space fromspace, const color_map *pmap, int32 bitsBytesPerPixel) argument
670 copy_raw_packet(uint8 *ptga, uint8 *praw, uint8 count, color_space fromspace, const color_map *pmap, int32 bitsBytesPerPixel) argument
688 pix_bits_to_tgarle(uint8 *pbits, uint8 *ptga, color_space fromspace, uint16 width, const color_map *pmap, int32 bitsBytesPerPixel) argument
1403 pix_tganm_to_bits(uint8 *pbits, uint8 *ptga, uint16 width, uint8 depth, uint8 tgaBytesPerPixel, uint8 nalpha) argument
[all...]

Completed in 159 milliseconds