Lines Matching refs:pCacheObj
817 GraphicDisplayCacheEntry* pCacheObj = (GraphicDisplayCacheEntry*) maDisplayCache.First(); in SetMaxObjDisplayCacheSize() local
819 while( pCacheObj ) in SetMaxObjDisplayCacheSize()
821 if( pCacheObj->GetCacheSize() > mnMaxObjDisplaySize ) in SetMaxObjDisplayCacheSize()
823 mnUsedDisplaySize -= pCacheObj->GetCacheSize(); in SetMaxObjDisplayCacheSize()
824 maDisplayCache.Remove( pCacheObj ); in SetMaxObjDisplayCacheSize()
825 delete pCacheObj; in SetMaxObjDisplayCacheSize()
826 pCacheObj = (GraphicDisplayCacheEntry*) maDisplayCache.GetCurObject(); in SetMaxObjDisplayCacheSize()
829 pCacheObj = (GraphicDisplayCacheEntry*) maDisplayCache.Next(); in SetMaxObjDisplayCacheSize()
1040 GraphicDisplayCacheEntry* pCacheObj = (GraphicDisplayCacheEntry*) pObj; in ImplFreeDisplayCacheSpace() local
1042 nFreedSize += pCacheObj->GetCacheSize(); in ImplFreeDisplayCacheSpace()
1043 mnUsedDisplaySize -= pCacheObj->GetCacheSize(); in ImplFreeDisplayCacheSpace()
1045 delete pCacheObj; in ImplFreeDisplayCacheSpace()