Searched refs:Cmap (Results 1 – 1 of 1) sorted by relevance
2065 typedef std::hash_multimap<sal_uInt16,sal_Unicode> Cmap; in GetKernPairs() typedef2066 Cmap aCmap; in GetKernPairs()2071 aCmap.insert( Cmap::value_type( nGlyphIndex, aChar ) ); in GetKernPairs()2088 typedef std::pair<Cmap::iterator,Cmap::iterator> CPair; in GetKernPairs()2091 for( Cmap::const_iterator i1 = p1.first; i1 != p1.second; ++i1 ) in GetKernPairs()2094 for( Cmap::const_iterator i2 = p2.first; i2 != p2.second; ++i2 ) in GetKernPairs()
Completed in 29 milliseconds