Searched refs:map (Results 51 - 75 of 286) sorted by path

1234567891011>>

/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJobConfiguration.h13 #include <map>
32 map<string, string> fStringSettings;
33 map<string, bool> fBooleanSettings;
34 map<string, int32> fIntSettings;
35 map<string, int32> fDimensionSettings;
36 map<string, double> fDoubleSettings;
/haiku/src/add-ons/translators/gif/
H A DSavePalette.cpp204 color_map* map = (color_map*)system_colors(); local
205 memcpy((void*)pal, map->color_list, sizeof(rgb_color) * 256);
/haiku/src/add-ons/translators/ppm/
H A Dcolorspace.cpp162 const color_map* map = system_colors(); local
164 rgb_color c = map->color_list[in_data[0]];
330 const color_map* map = system_colors(); local
337 out_buf[0] = map->index_map[val];
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.h87 #include <map>
555 typedef std::map<media_node_id, NodeRef*> node_ref_map;
/haiku/src/apps/cortex/Persistence/
H A DXML.h58 #include <map>
153 typedef std::map<BString, DocumentType*> doc_type_map;
/haiku/src/apps/cortex/RouteApp/
H A DRouteAppNodeManager.h57 // node. Build a map of ID -> media_node_id.
76 #include <map>
219 typedef std::map<uint64, MediaIcon*> icon_map;
/haiku/src/apps/cortex/support/
H A DProfileTarget.h40 #include <map>
70 typedef map<BString, block_entry> block_entry_map;
/haiku/src/apps/diskusage/
H A DPieView.h16 #include <map>
31 using std::map;
80 typedef map<int, SegmentList> MouseOverInfo;
/haiku/src/apps/mail/
H A DPeople.h9 #include <map>
61 typedef std::map<node_ref, Person*> PersonMap;
85 typedef std::map<BString, int> StringCountMap;
H A DQueryList.cpp228 RefMap map; local
242 map.insert(std::make_pair(nodeRef, ref));
249 RefMap::const_iterator iterator = map.begin();
250 for (; iterator != map.end(); iterator++) {
H A DQueryList.h9 #include <map>
32 typedef std::map<node_ref, entry_ref> RefMap;
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.h17 #include <map>
64 std::map<BString, int32>
/haiku/src/apps/pairs/
H A DPairs.h15 #include <map>
34 typedef std::map<size_t, vector_icon*> IconMap;
/haiku/src/apps/showimage/
H A DImageCache.h10 #include <map>
78 typedef std::map<ImageSelector, CacheEntry*> CacheMap;
79 typedef std::map<ImageSelector, QueueEntry*> QueueMap;
/haiku/src/apps/soundrecorder/
H A DTransportButton.cpp14 #include <map>
19 using std::map;
34 map<uint32, BBitmap *> stash;
60 for (map<uint32, BBitmap *>::iterator i = stash.begin();
/haiku/src/apps/switcher/
H A DGroupListView.cpp9 #include <map>
100 std::map<addr_t, BGroupLayout*> groupMap;
/haiku/src/bin/keymap/
H A DKeymap.cpp164 dump_map(FILE* file, const char* name, int32* map) argument
171 fprintf(file, "0x%04" B_PRIx32 ",%s", map[i * 8 + j],
717 //! We make our input server use the map in /boot/home/config/settings/Keymap
/haiku/src/bin/package_repo/
H A Dcommand_update.cpp14 #include <map>
52 typedef std::map<BPackageInfo, bool> PackageInfos;
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c273 memreq_t *req = &arg2.win_info.map;
/haiku/src/bin/rc/
H A Dparser.y27 #include <map>
50 typedef std::map<const char*, int32, ident_compare_t> sym_tab_t;
53 typedef std::map<const char*, type_t, ident_compare_t> type_tab_t;
56 typedef std::map<const char*, define_t, ident_compare_t> define_tab_t;
/haiku/src/build/libbe/interface/
H A DSystemPalette.cpp93 FillColorMap(const rgb_color *palette, color_map *map) argument
95 memcpy(map->color_list, palette, sizeof(map->color_list));
97 // init index map
105 map->index_map[color] = FindClosestColor(rgbColor, palette);
108 // init inversion map
110 rgb_color inverted = InvertColor(map->color_list[index]);
111 map->inversion_map[index] = FindClosestColor(inverted, palette);
/haiku/src/build/libroot/
H A Derrors.cpp10 #include <map>
14 static map<int, int> sToHaikuErrorMap;
15 static map<int, int> sToHostErrorMap;
162 map<int, int>::iterator it = sToHostErrorMap.find(error);
172 map<int, int>::iterator it = sToHaikuErrorMap.find(error);
H A Dfs_attr_haiku.cpp32 #include <map>
H A Dfs_descriptors.cpp17 #include <map>
30 using std::map;
34 typedef map<int, BPrivate::Descriptor*> DescriptorMap;
/haiku/src/kits/app/
H A DHandler.cpp28 using std::map;
107 typedef map<uint32, vector<const BHandler*> > HandlerObserverMap;
108 typedef map<uint32, vector<BMessenger> > MessengerObserverMap;

Completed in 136 milliseconds

1234567891011>>