Lines Matching refs:sal_uLong

112 GraphicManager::GraphicManager( sal_uLong nCacheSize, sal_uLong nMaxObjCacheSize ) :  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()
210 const sal_uLong nFlags, sal_Bool& rCached ) in DrawObj()
317 sal_uLong nUsedSize(0); in ImplCheckSizeOfSwappedInGraphics()
335 static sal_uLong aMultiplicator(10); in ImplCheckSizeOfSwappedInGraphics()
340 static sal_uLong aMaxSize32Bit(500 * 1024 * 1024); in ImplCheckSizeOfSwappedInGraphics()
343 … const sal_uLong nMaxCacheSize(::std::min(GetMaxCacheSize() * aMultiplicator, aMaxSize32Bit)); in ImplCheckSizeOfSwappedInGraphics()
356 const sal_uLong nSizeBytes(pObj->GetSizeBytes()); in ImplCheckSizeOfSwappedInGraphics()
413 const sal_uLong nFlags, sal_Bool& rCached ) in ImplDraw()
494 const sal_uLong nFlags, BitmapEx* pBmpEx ) in ImplCreateOutput()
724 const sal_uLong /*nFlags*/, GDIMetaFile& rOutMtf, BitmapEx& rOutBmpEx ) in ImplCreateOutput() argument
1749 void GraphicManager::ImplAdjust( BitmapEx& rBmpEx, const GraphicAttr& rAttr, sal_uLong nAdjustmentF… in ImplAdjust()
1813 sal_uLong nTrans = cTrans, nNewTrans; 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()
2021 const GraphicAttr* pAttr, sal_uLong nFlags ) in ImplRenderTempTile()
2065 sal_uLong nFlags, ImplTileInfo& rTileInfo ) in ImplRenderTileRecursive()
2240 … const Size& rOffset, const GraphicAttr* pAttr, sal_uLong nFlags, int nTileCacheSize1D ) in ImplDrawTiled()
2351 … const Size& rTileSizePixel, const GraphicAttr* pAttr, sal_uLong nFlags ) in ImplDrawTiled()