Lines Matching refs:rSz
316 sal_Bool GraphicObject::ImplGetCropParams( OutputDevice* pOut, Point& rPt, Size& rSz, const Graphic… in ImplGetCropParams() argument
323 Polygon aClipPoly( Rectangle( rPt, rSz ) ); in ImplGetCropParams()
369 fScale = (double) rSz.Width() / aSize100.Width(); in ImplGetCropParams()
371 rSz.Width() = FRound( ( nNewRight - nNewLeft + 1 ) * fScale ); in ImplGetCropParams()
377 fScale = (double) rSz.Height() / aSize100.Height(); in ImplGetCropParams()
379 rSz.Height() = FRound( ( nNewBottom - nNewTop + 1 ) * fScale ); in ImplGetCropParams()
625 sal_Bool GraphicObject::IsCached( OutputDevice* pOut, const Point& rPt, const Size& rSz, in IsCached() argument
637 Size aSz( rSz ); in IsCached()
676 sal_Bool GraphicObject::Draw( OutputDevice* pOut, const Point& rPt, const Size& rSz, in Draw() argument
681 Size aSz( rSz ); in Draw()
755 const Point& rPt, const Size& rSz, in DrawWithPDFHandling() argument
764 Size aSz( rSz ); in DrawWithPDFHandling()
772 rSz.Width() > 0L && in DrawWithPDFHandling()
773 rSz.Height() > 0L && in DrawWithPDFHandling()
800 sal_Bool bRet = Draw( &rOutDev, rPt, rSz, &aGrfAttr, nFlags ); in DrawWithPDFHandling()
841 sal_Bool GraphicObject::StartAnimation( OutputDevice* pOut, const Point& rPt, const Size& rSz, in StartAnimation() argument
856 Size aSz( rSz ); in StartAnimation()
893 bRet = Draw( pOut, rPt, rSz, &aAttr, GRFMGR_DRAW_STANDARD ); in StartAnimation()