Searched defs:pmap (Results 1 - 4 of 4) sorted by relevance

/haiku/3rdparty/pulkomandy/
H A Dpkggraph.py47 pmap = {} variable
/haiku/src/add-ons/translators/png/
H A DPNGTranslator.cpp736 const color_map *pmap = NULL; local
528 pix_bits_to_png(uint8 *pbits, uint8 *ppng, color_space fromspace, uint32 width, const color_map *pmap, int32 bitsBytesPerPixel) argument
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp641 const color_map *pmap = NULL; local
1137 const color_map *pmap = system_colors(); local
/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp446 pix_bits_to_tga(uint8 *pbits, uint8 *ptga, color_space fromspace, uint16 width, const color_map *pmap, int32 bitsBytesPerPixel) argument
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
898 const color_map *pmap = NULL; local
1357 const color_map *pmap = system_colors(); local
1738 pix_tgam_to_bits(uint8 *pbits, uint8 *ptgaindices, uint16 width, uint8 depth, uint8 *pmap) argument
1837 translate_from_tgam_to_bits(BPositionIO *inSource, BPositionIO *outDestination, TGAColorMapSpec &mapspec, TGAImageSpec &imagespec, uint8 *pmap) argument
1933 translate_from_tgamrle_to_bits(BPositionIO *inSource, BPositionIO *outDestination, TGAFileHeader &filehead, TGAColorMapSpec &mapspec, TGAImageSpec &imagespec, uint8 *pmap) argument
[all...]

Completed in 52 milliseconds