Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/graphic/
H A Dgrfcache.cxx728 … GraphicDisplayCacheEntry* pDisplayEntry = (GraphicDisplayCacheEntry*) maDisplayCache.First(); in ReleaseGraphicObject() local
730 while( pDisplayEntry ) in ReleaseGraphicObject()
732 if( pDisplayEntry->GetReferencedCacheEntry() == pEntry ) in ReleaseGraphicObject()
734 mnUsedDisplaySize -= pDisplayEntry->GetCacheSize(); in ReleaseGraphicObject()
735 maDisplayCache.Remove( pDisplayEntry ); in ReleaseGraphicObject()
736 delete pDisplayEntry; in ReleaseGraphicObject()
737 pDisplayEntry = (GraphicDisplayCacheEntry*) maDisplayCache.GetCurObject(); in ReleaseGraphicObject()
740 pDisplayEntry = (GraphicDisplayCacheEntry*) maDisplayCache.Next(); in ReleaseGraphicObject()
840 … GraphicDisplayCacheEntry* pDisplayEntry = (GraphicDisplayCacheEntry*) maDisplayCache.First(); in SetCacheTimeout() local
849 while( pDisplayEntry ) in SetCacheTimeout()
[all …]