Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/glyphs/
H A Dglyphcache.cxx59 mpCurrentGCFont(NULL), in GlyphCache()
89 mpCurrentGCFont = NULL; in InvalidateAllGlyphs()
259 if( !mpCurrentGCFont ) in CacheFont()
261 mpCurrentGCFont = pNew; in CacheFont()
267 pNew->mpNextGCFont = mpCurrentGCFont; in CacheFont()
268 pNew->mpPrevGCFont = mpCurrentGCFont->mpPrevGCFont; in CacheFont()
270 mpCurrentGCFont->mpPrevGCFont = pNew; in CacheFont()
288 mpCurrentGCFont = pFont; in UncacheFont()
313 if( !mpCurrentGCFont ) in GarbageCollect()
317 mpCurrentGCFont = it->second; in GarbageCollect()
[all …]
/AOO41X/main/vcl/inc/
H A Dglyphcache.hxx101 ServerFont* mpCurrentGCFont; member in GlyphCache