Searched refs:pDisplayEntry (Results 1 – 1 of 1) sorted by relevance
728 … GraphicDisplayCacheEntry* pDisplayEntry = (GraphicDisplayCacheEntry*) maDisplayCache.First(); in ReleaseGraphicObject() local730 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() local849 while( pDisplayEntry ) in SetCacheTimeout()[all …]