Lines Matching refs:rSz
200 const Size& rSz, const GraphicObject& rObj, in IsInCache() argument
203 return mpCache->IsInDisplayCache( pOut, rPt, rSz, rObj, rAttr ); in IsInCache()
208 sal_Bool GraphicManager::DrawObj( OutputDevice* pOut, const Point& rPt, const Size& rSz, in DrawObj() argument
213 Size aSz( rSz ); in DrawObj()
411 const Size& rSz, GraphicObject& rObj, in ImplDraw() argument
427 mpCache->IsDisplayCacheable( pOut, rPt, rSz, rObj, rAttr ) ) in ImplDraw()
431 if( ImplCreateOutput( pOut, rPt, rSz, aSrcBmpEx, rAttr, nFlags, &aDstBmpEx ) ) in ImplDraw()
433 rCached = mpCache->CreateDisplayCacheObj( pOut, rPt, rSz, rObj, rAttr, aDstBmpEx ); in ImplDraw()
439 bRet = ImplCreateOutput( pOut, rPt, rSz, aSrcBmpEx, rAttr, nFlags ); in ImplDraw()
445 if( mpCache->IsDisplayCacheable( pOut, rPt, rSz, rObj, rAttr ) ) in ImplDraw()
450 if( ImplCreateOutput( pOut, rPt, rSz, rSrcMtf, rAttr, nFlags, aDstMtf, aContainedBmpEx ) ) in ImplDraw()
459 … if( ImplCreateOutput( pOut, rPt, rSz, aContainedBmpEx, rAttr, nFlags, &aDstBmpEx ) ) 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()
479 aGraphic.Draw( pOut, rPt, rSz ); in ImplDraw()
492 const Point& rPt, const Size& rSz, in ImplCreateOutput() argument
499 Size aUnrotatedSzPix( pOut->LogicToPixel( rSz ) ); in ImplCreateOutput()
504 Polygon aPoly( Rectangle( rPt, rSz ) ); in ImplCreateOutput()
722 const Point& rPt, const Size& rSz, in ImplCreateOutput() argument
734 if( aNewSize.Width() && aNewSize.Height() && rSz.Width() && rSz.Height() ) in ImplCreateOutput()
737 const double fOutWH = (double) rSz.Width() / rSz.Height(); in ImplCreateOutput()
1012 ImplDraw( pOut, rPt, rSz, rOutMtf, rAttr ); in ImplCreateOutput()
1960 void GraphicManager::ImplDraw( OutputDevice* pOut, const Point& rPt, const Size& rSz, in ImplDraw() argument
1965 Size aOutSz( rSz ); in ImplDraw()