Home
last modified time | relevance | path

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

/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2065 typedef std::hash_multimap<sal_uInt16,sal_Unicode> Cmap; in GetKernPairs() typedef
2066 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 23 milliseconds