Searched refs:Int2IntMap (Results 1 – 2 of 2) sorted by relevance
114 typedef ::std::hash_map<int,int> Int2IntMap; typedef in FtFontInfo115 mutable Int2IntMap* mpChar2Glyph;116 mutable Int2IntMap* mpGlyph2Char;128 Int2IntMap::const_iterator it = mpChar2Glyph->find( cChar ); in GetGlyphIndex()
328 mpChar2Glyph = new Int2IntMap(); in InitHashes()329 mpGlyph2Char = new Int2IntMap(); in InitHashes()
Completed in 38 milliseconds