Lines Matching refs:rPt
316 sal_Bool GraphicObject::ImplGetCropParams( OutputDevice* pOut, Point& rPt, Size& rSz, const Graphic… in ImplGetCropParams() argument
323 Polygon aClipPoly( Rectangle( rPt, rSz ) ); in ImplGetCropParams()
325 const Point aOldOrigin( rPt ); in ImplGetCropParams()
337 aClipPoly.Rotate( rPt, nRot10 ); in ImplGetCropParams()
370 rPt.X() += FRound( nNewLeft * fScale ); in ImplGetCropParams()
378 rPt.Y() += FRound( nNewTop * fScale ); in ImplGetCropParams()
385 aOriginPoly[ 0 ] = rPt; in ImplGetCropParams()
387 rPt = aOriginPoly[ 0 ]; in ImplGetCropParams()
625 sal_Bool GraphicObject::IsCached( OutputDevice* pOut, const Point& rPt, const Size& rSz, in IsCached() argument
636 Point aPt( rPt ); in IsCached()
676 sal_Bool GraphicObject::Draw( OutputDevice* pOut, const Point& rPt, const Size& rSz, in Draw() argument
680 Point aPt( rPt ); in Draw()
755 const Point& rPt, const Size& rSz, in DrawWithPDFHandling() argument
763 Point aPt( rPt ); 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
855 Point aPt( rPt ); in StartAnimation()
893 bRet = Draw( pOut, rPt, rSz, &aAttr, GRFMGR_DRAW_STANDARD ); in StartAnimation()