Home
last modified time | relevance | path

Searched refs:mpUnicodeFallbackList (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Doutfont.hxx351 UnicodeFallbackList* mpUnicodeFallbackList; member in ImplFontEntry
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx987 mpUnicodeFallbackList( NULL ) in ImplFontEntry()
996 delete mpUnicodeFallbackList; in ~ImplFontEntry()
1010 if( !mpUnicodeFallbackList ) in AddFallbackForUnicode()
1011 mpUnicodeFallbackList = new UnicodeFallbackList; in AddFallbackForUnicode()
1012 (*mpUnicodeFallbackList)[ GFBCacheKey(cChar,eWeight) ] = rFontName; in AddFallbackForUnicode()
1019 if( !mpUnicodeFallbackList ) in GetFallbackForUnicode()
1022 …UnicodeFallbackList::const_iterator it = mpUnicodeFallbackList->find( GFBCacheKey(cChar,eWeight) ); in GetFallbackForUnicode()
1023 if( it == mpUnicodeFallbackList->end() ) in GetFallbackForUnicode()
1035 UnicodeFallbackList::iterator it = mpUnicodeFallbackList->find( GFBCacheKey(cChar,eWeight) ); in IgnoreFallbackForUnicode()
1037 if( it == mpUnicodeFallbackList->end() ) in IgnoreFallbackForUnicode()
[all …]

Completed in 47 milliseconds