Lines Matching refs:GraphicManager

112 GraphicManager::GraphicManager( sal_uLong nCacheSize, sal_uLong nMaxObjCacheSize ) :  in GraphicManager()  function in GraphicManager
119 GraphicManager::~GraphicManager() in ~GraphicManager()
129 void GraphicManager::SetMaxCacheSize( sal_uLong nNewCacheSize ) in SetMaxCacheSize()
136 sal_uLong GraphicManager::GetMaxCacheSize() const in GetMaxCacheSize()
143 void GraphicManager::SetMaxObjCacheSize( sal_uLong nNewMaxObjSize, sal_Bool bDestroyGreaterCached ) in SetMaxObjCacheSize()
150 sal_uLong GraphicManager::GetMaxObjCacheSize() const in GetMaxObjCacheSize()
157 sal_uLong GraphicManager::GetUsedCacheSize() const in GetUsedCacheSize()
164 sal_uLong GraphicManager::GetFreeCacheSize() const in GetFreeCacheSize()
171 void GraphicManager::SetCacheTimeout( sal_uLong nTimeoutSeconds ) in SetCacheTimeout()
178 sal_uLong GraphicManager::GetCacheTimeout() const in GetCacheTimeout()
185 void GraphicManager::ClearCache() in ClearCache()
192 void GraphicManager::ReleaseFromCache( const GraphicObject& /*rObj*/ ) in ReleaseFromCache()
199 sal_Bool GraphicManager::IsInCache( OutputDevice* pOut, const Point& rPt, in IsInCache()
208 sal_Bool GraphicManager::DrawObj( OutputDevice* pOut, const Point& rPt, const Size& rSz, in DrawObj()
267 void GraphicManager::ImplRegisterObj( const GraphicObject& rObj, Graphic& rSubstitute, in ImplRegisterObj()
276 void GraphicManager::ImplUnregisterObj( const GraphicObject& rObj ) in ImplUnregisterObj()
284 void GraphicManager::ImplGraphicObjectWasSwappedOut( const GraphicObject& rObj ) in ImplGraphicObjectWasSwappedOut()
291 ByteString GraphicManager::ImplGetUniqueID( const GraphicObject& rObj ) const in ImplGetUniqueID()
309 void GraphicManager::ImplCheckSizeOfSwappedInGraphics() in ImplCheckSizeOfSwappedInGraphics()
396 sal_Bool GraphicManager::ImplFillSwappedGraphicObject( const GraphicObject& rObj, Graphic& rSubstit… in ImplFillSwappedGraphicObject()
403 void GraphicManager::ImplGraphicObjectWasSwappedIn( const GraphicObject& rObj ) in ImplGraphicObjectWasSwappedIn()
410 sal_Bool GraphicManager::ImplDraw( OutputDevice* pOut, const Point& rPt, in ImplDraw()
491 sal_Bool GraphicManager::ImplCreateOutput( OutputDevice* pOut, in ImplCreateOutput()
721 sal_Bool GraphicManager::ImplCreateOutput( OutputDevice* pOut, in ImplCreateOutput()
1021 sal_Bool GraphicManager::ImplCreateScaled( const BitmapEx& rBmpEx, in ImplCreateScaled()
1420 sal_Bool GraphicManager::ImplCreateRotatedScaled( const BitmapEx& rBmpEx, in ImplCreateRotatedScaled()
1749 void GraphicManager::ImplAdjust( BitmapEx& rBmpEx, const GraphicAttr& rAttr, sal_uLong nAdjustmentF… in ImplAdjust()
1854 void GraphicManager::ImplAdjust( GDIMetaFile& rMtf, const GraphicAttr& rAttr, sal_uLong nAdjustment… in ImplAdjust()
1907 void GraphicManager::ImplAdjust( Animation& rAnimation, const GraphicAttr& rAttr, sal_uLong nAdjust… in ImplAdjust()
1960 void GraphicManager::ImplDraw( OutputDevice* pOut, const Point& rPt, const Size& rSz, in ImplDraw()