Searched refs:mpCurrentGCFont (Results 1 – 2 of 2) sorted by relevance
59 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 …]
101 ServerFont* mpCurrentGCFont; member in GlyphCache