Searched refs:GFBCacheKey (Results 1 – 2 of 2) sorted by relevance
348 typedef ::std::pair<sal_UCS4,FontWeight> GFBCacheKey; typedef in ImplFontEntry349 struct GFBCacheKey_Hash{ size_t operator()( const GFBCacheKey& ) const; };350 typedef ::std::hash_map<GFBCacheKey,String,GFBCacheKey_Hash> UnicodeFallbackList;
1001 size_t ImplFontEntry::GFBCacheKey_Hash::operator()( const GFBCacheKey& rData ) const in operator ()()1012 (*mpUnicodeFallbackList)[ GFBCacheKey(cChar,eWeight) ] = rFontName; in AddFallbackForUnicode()1022 …UnicodeFallbackList::const_iterator it = mpUnicodeFallbackList->find( GFBCacheKey(cChar,eWeight) ); in GetFallbackForUnicode()1035 UnicodeFallbackList::iterator it = mpUnicodeFallbackList->find( GFBCacheKey(cChar,eWeight) ); in IgnoreFallbackForUnicode()
Completed in 67 milliseconds