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

/inkscape/src/util/
H A Dunordered-containers.h27 # define INK_UNORDERED_MAP std::unordered_map macro
43 # define INK_UNORDERED_MAP std::tr1::unordered_map
61 # define INK_UNORDERED_MAP boost::unordered_map
78 #define INK_UNORDERED_MAP
H A Dunits.h140 typedef INK_UNORDERED_MAP<Glib::ustring, Unit> UnitMap;
141 typedef INK_UNORDERED_MAP<unsigned, Unit*> UnitCodeMap;
H A Dunits.cpp87 typedef INK_UNORDERED_MAP<unsigned, SVGLength::Unit> UnitCodeLookup;
102 typedef INK_UNORDERED_MAP<Glib::ustring, Inkscape::Util::UnitType> TypeMap;
/inkscape/src/ui/tool/
H A Dcontrol-point-selection.h147 INK_UNORDERED_MAP<SelectableControlPoint *, Geom::Point> _original_positions;
148 INK_UNORDERED_MAP<SelectableControlPoint *, Geom::Affine> _last_trans;
/inkscape/src/libnrtype/
H A DFontFactory.cpp27 typedef INK_UNORDERED_MAP<PangoFontDescription*, font_instance*, font_descr_hash, font_descr_equal> FaceMapType;

Completed in 36 milliseconds