Home
last modified time | relevance | path

Searched refs:Int2IntMap (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.hxx114 typedef ::std::hash_map<int,int> Int2IntMap; typedef in FtFontInfo
115 mutable Int2IntMap* mpChar2Glyph;
116 mutable Int2IntMap* mpGlyph2Char;
128 Int2IntMap::const_iterator it = mpChar2Glyph->find( cChar ); in GetGlyphIndex()
H A Dgcach_ftyp.cxx328 mpChar2Glyph = new Int2IntMap(); in InitHashes()
329 mpGlyph2Char = new Int2IntMap(); in InitHashes()

Completed in 33 milliseconds