Home
last modified time | relevance | path

Searched refs:GFBCacheKey (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx1001 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()
/trunk/main/vcl/inc/
H A Doutfont.hxx348 typedef ::std::pair<sal_UCS4,FontWeight> GFBCacheKey; typedef in ImplFontEntry
349 struct GFBCacheKey_Hash{ size_t operator()( const GFBCacheKey& ) const; };
350 typedef ::std::hash_map<GFBCacheKey,String,GFBCacheKey_Hash> UnicodeFallbackList;

Completed in 50 milliseconds