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

/haiku/3rdparty/pulkomandy/
H A Dpkggraph.py47 pmap = {} variable
70 pmap[pro] = provides[0]
77 if dep in pmap:
78 dep = pmap[dep]
/haiku/src/system/kernel/arch/mips/
H A Darch_pmap.cpp8 #include <kernel/arch/pmap.h>
/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp447 uint16 width, const color_map *pmap, int32 bitsBytesPerPixel)
623 c = pmap->color_list[pbits[0]];
654 color_space fromspace, const color_map *pmap,
664 ptga, fromspace, 1, pmap, bitsBytesPerPixel) + 1;
671 color_space fromspace, const color_map *pmap,
681 count, pmap, bitsBytesPerPixel) + 1;
689 uint16 width, const color_map *pmap, int32 bitsBytesPerPixel)
711 fromspace, pmap, bitsBytesPerPixel);
738 fromspace, pmap, bitsBytesPerPixel);
765 fromspace, pmap, bitsBytesPerPixe
446 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...]
H A DTGATranslator.h169 TGAColorMapSpec &mapspec, TGAImageSpec &imagespec, uint8 *pmap);
/haiku/src/add-ons/translators/png/
H A DPNGTranslator.cpp529 uint32 width, const color_map *pmap, int32 bitsBytesPerPixel)
700 c = pmap->color_list[pbits[0]];
736 const color_map *pmap = NULL; local
738 pmap = system_colors();
739 if (!pmap)
904 pmap, bitsBytesPerPixel);
913 width, pmap, bitsBytesPerPixel);
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/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_osdep.h33 #include <vm/pmap.h>
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp641 const color_map *pmap = NULL; local
643 pmap = system_colors();
644 if (!pmap) {
718 rgb_color c = pmap->color_list[bitspixel[0]];
1137 const color_map *pmap = system_colors(); local
1138 if (!pmap)
1141 rgb_color c = pmap->color_list[i];
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_osdep.h65 #include <vm/pmap.h>
/haiku/src/add-ons/kernel/drivers/network/ether/pcnet/dev/pcn/
H A Dif_pcn.c77 #include <vm/pmap.h> /* for vtophys */
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c80 #include <vm/pmap.h>
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c94 #include <vm/pmap.h>

Completed in 336 milliseconds