Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/
H A Doutfont.hxx350 typedef ::std::hash_map<GFBCacheKey,String,GFBCacheKey_Hash> UnicodeFallbackList; typedef in ImplFontEntry
351 UnicodeFallbackList* mpUnicodeFallbackList;
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx1011 mpUnicodeFallbackList = new UnicodeFallbackList; in AddFallbackForUnicode()
1022UnicodeFallbackList::const_iterator it = mpUnicodeFallbackList->find( GFBCacheKey(cChar,eWeight) ); in GetFallbackForUnicode()
1035 UnicodeFallbackList::iterator it = mpUnicodeFallbackList->find( GFBCacheKey(cChar,eWeight) ); in IgnoreFallbackForUnicode()

Completed in 45 milliseconds