Lines Matching refs:mpCache

113 		mpCache( new GraphicCache( *this, nCacheSize, nMaxObjCacheSize ) )  in GraphicManager()
124 delete mpCache; in ~GraphicManager()
131 mpCache->SetMaxDisplayCacheSize( nNewCacheSize ); in SetMaxCacheSize()
138 return mpCache->GetMaxDisplayCacheSize(); in GetMaxCacheSize()
145 mpCache->SetMaxObjDisplayCacheSize( nNewMaxObjSize, bDestroyGreaterCached ); in SetMaxObjCacheSize()
152 return mpCache->GetMaxObjDisplayCacheSize(); in GetMaxObjCacheSize()
159 return mpCache->GetUsedDisplayCacheSize(); in GetUsedCacheSize()
166 return mpCache->GetFreeDisplayCacheSize(); in GetFreeCacheSize()
173 mpCache->SetCacheTimeout( nTimeoutSeconds ); in SetCacheTimeout()
180 return mpCache->GetCacheTimeout(); in GetCacheTimeout()
187 mpCache->ClearDisplayCache(); in ClearCache()
203 return mpCache->IsInDisplayCache( pOut, rPt, rSz, rObj, rAttr ); in IsInCache()
255 if( !mpCache->DrawDisplayCacheObj( pOut, aPt, aSz, rObj, rAttr ) ) in DrawObj()
271 mpCache->AddGraphicObject( rObj, rSubstitute, pID, pCopyObj ); in ImplRegisterObj()
278 mpCache->ReleaseGraphicObject( rObj ); in ImplUnregisterObj()
286 mpCache->GraphicObjectWasSwappedOut( rObj ); in ImplGraphicObjectWasSwappedOut()
293 return mpCache->GetUniqueID( rObj ); in ImplGetUniqueID()
398 return mpCache->FillSwappedGraphicObject(rObj, rSubstitute); in ImplFillSwappedGraphicObject()
405 mpCache->GraphicObjectWasSwappedIn( rObj ); in ImplGraphicObjectWasSwappedIn()
427 mpCache->IsDisplayCacheable( pOut, rPt, rSz, rObj, rAttr ) ) in ImplDraw()
433 rCached = mpCache->CreateDisplayCacheObj( pOut, rPt, rSz, rObj, rAttr, aDstBmpEx ); in ImplDraw()
445 if( mpCache->IsDisplayCacheable( pOut, rPt, rSz, rObj, rAttr ) ) in ImplDraw()
461 … rCached = mpCache->CreateDisplayCacheObj( pOut, rPt, rSz, rObj, rAttr, aDstBmpEx ); in ImplDraw()
467 … rCached = mpCache->CreateDisplayCacheObj( pOut, rPt, rSz, rObj, rAttr, aDstMtf ); in ImplDraw()