Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/
H A Dglyphcache.hxx237 ServerFont* mpPrevGCFont; member in ServerFont
/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx263 pNew->mpPrevGCFont = pNew; in CacheFont()
268 pNew->mpPrevGCFont = mpCurrentGCFont->mpPrevGCFont; in CacheFont()
269 pNew->mpPrevGCFont->mpNextGCFont = pNew; in CacheFont()
270 mpCurrentGCFont->mpPrevGCFont = pNew; in CacheFont()
349 if( pServerFont->mpPrevGCFont ) in GarbageCollect()
350 pServerFont->mpPrevGCFont->mpNextGCFont = pServerFont->mpNextGCFont; in GarbageCollect()
352 pServerFont->mpNextGCFont->mpPrevGCFont = pServerFont->mpPrevGCFont; in GarbageCollect()
404 mpPrevGCFont( NULL ), in ServerFont()
436 ServerFont* pPrev = mpPrevGCFont; in ReleaseFromGarbageCollect()
439 if( pNext ) pNext->mpPrevGCFont = pPrev; in ReleaseFromGarbageCollect()
[all …]

Completed in 21 milliseconds