Lines Matching refs:GraphicCache

600 GraphicCache::GraphicCache( GraphicManager& rMgr, sal_uLong nDisplayCacheSize, sal_uLong nMaxObjDis…  in GraphicCache()  function in GraphicCache
607 maReleaseTimer.SetTimeoutHdl( LINK( this, GraphicCache, ReleaseTimeoutHdl ) ); in GraphicCache()
614 GraphicCache::~GraphicCache() in ~GraphicCache()
622 void GraphicCache::AddGraphicObject( const GraphicObject& rObj, Graphic& rSubstitute, in AddGraphicObject()
712 void GraphicCache::ReleaseGraphicObject( const GraphicObject& rObj ) in ReleaseGraphicObject()
757 void GraphicCache::GraphicObjectWasSwappedOut( const GraphicObject& rObj ) in GraphicObjectWasSwappedOut()
769 sal_Bool GraphicCache::FillSwappedGraphicObject( const GraphicObject& rObj, Graphic& rSubstitute ) in FillSwappedGraphicObject()
781 void GraphicCache::GraphicObjectWasSwappedIn( const GraphicObject& rObj ) in GraphicObjectWasSwappedIn()
799 void GraphicCache::SetMaxDisplayCacheSize( sal_uLong nNewCacheSize ) in SetMaxDisplayCacheSize()
809 void GraphicCache::SetMaxObjDisplayCacheSize( sal_uLong nNewMaxObjSize, sal_Bool bDestroyGreaterCac… in SetMaxObjDisplayCacheSize()
836 void GraphicCache::SetCacheTimeout( sal_uLong nTimeoutSeconds ) in SetCacheTimeout()
859 void GraphicCache::ClearDisplayCache() in ClearDisplayCache()
870 sal_Bool GraphicCache::IsDisplayCacheable( OutputDevice* pOut, const Point& rPt, const Size& rSz, in IsDisplayCacheable()
879 sal_Bool GraphicCache::IsInDisplayCache( OutputDevice* pOut, const Point& rPt, const Size& rSz, in IsInDisplayCache()
884 const GraphicCacheEntry* pCacheEntry = ( (GraphicCache*) this )->ImplGetCacheEntry( rObj ); in IsInDisplayCache()
900 ByteString GraphicCache::GetUniqueID( const GraphicObject& rObj ) const in GetUniqueID()
903 GraphicCacheEntry* pEntry = ( (GraphicCache*) this )->ImplGetCacheEntry( rObj ); in GetUniqueID()
910 pEntry = ( (GraphicCache*) this )->ImplGetCacheEntry( rObj ); in GetUniqueID()
920 sal_Bool GraphicCache::CreateDisplayCacheObj( OutputDevice* pOut, const Point& rPt, const Size& rSz… in CreateDisplayCacheObj()
954 sal_Bool GraphicCache::CreateDisplayCacheObj( OutputDevice* pOut, const Point& rPt, const Size& rSz… in CreateDisplayCacheObj()
988 sal_Bool GraphicCache::DrawDisplayCacheObj( OutputDevice* pOut, const Point& rPt, const Size& rSz, in DrawDisplayCacheObj()
1027 sal_Bool GraphicCache::ImplFreeDisplayCacheSpace( sal_uLong nSizeToFree ) in ImplFreeDisplayCacheSpace()
1059 GraphicCacheEntry* GraphicCache::ImplGetCacheEntry( const GraphicObject& rObj ) in ImplGetCacheEntry()
1072 IMPL_LINK( GraphicCache, ReleaseTimeoutHdl, Timer*, pTimer ) in IMPL_LINK() argument