Lines Matching refs:pDisplayEntry
728 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()
851 pDisplayEntry->SetReleaseTime( aReleaseTime ); in SetCacheTimeout()
852 pDisplayEntry = (GraphicDisplayCacheEntry*) maDisplayCache.Next(); in SetCacheTimeout()
1077 GraphicDisplayCacheEntry* pDisplayEntry = (GraphicDisplayCacheEntry*) maDisplayCache.First(); in IMPL_LINK() local
1081 while( pDisplayEntry ) in IMPL_LINK()
1083 const ::vos::TTimeValue& rReleaseTime = pDisplayEntry->GetReleaseTime(); in IMPL_LINK()
1087 mnUsedDisplaySize -= pDisplayEntry->GetCacheSize(); in IMPL_LINK()
1088 maDisplayCache.Remove( pDisplayEntry ); in IMPL_LINK()
1089 delete pDisplayEntry; in IMPL_LINK()
1090 pDisplayEntry = (GraphicDisplayCacheEntry*) maDisplayCache.GetCurObject(); in IMPL_LINK()
1093 pDisplayEntry = (GraphicDisplayCacheEntry*) maDisplayCache.Next(); in IMPL_LINK()