Home
last modified time | relevance | path

Searched refs:mpNextGCFont (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx262 pNew->mpNextGCFont = pNew; in CacheFont()
267 pNew->mpNextGCFont = mpCurrentGCFont; in CacheFont()
269 pNew->mpPrevGCFont->mpNextGCFont = pNew; in CacheFont()
326 mpCurrentGCFont = pServerFont->mpNextGCFont; in GarbageCollect()
350 pServerFont->mpPrevGCFont->mpNextGCFont = pServerFont->mpNextGCFont; in GarbageCollect()
351 if( pServerFont->mpNextGCFont ) in GarbageCollect()
352 pServerFont->mpNextGCFont->mpPrevGCFont = pServerFont->mpPrevGCFont; in GarbageCollect()
405 mpNextGCFont( NULL ), in ServerFont()
437 ServerFont* pNext = mpNextGCFont; in ReleaseFromGarbageCollect()
438 if( pPrev ) pPrev->mpNextGCFont = pNext; in ReleaseFromGarbageCollect()
[all …]
/trunk/main/vcl/inc/
H A Dglyphcache.hxx238 ServerFont* mpNextGCFont; member in ServerFont

Completed in 13 milliseconds