Searched refs:aDistortedRect (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/svx/source/svdraw/ |
H A D | svddrgmt.cxx | 3586 aDistortedRect=XPolygon(aMarkRect); in BeginSdrDrag() 3608 const basegfx::B2DPoint aTopLeft(aDistortedRect[0].X(), aDistortedRect[0].Y()); in _MovAllPoints() 3609 const basegfx::B2DPoint aTopRight(aDistortedRect[1].X(), aDistortedRect[1].Y()); in _MovAllPoints() 3610 const basegfx::B2DPoint aBottomLeft(aDistortedRect[3].X(), aDistortedRect[3].Y()); in _MovAllPoints() 3611 const basegfx::B2DPoint aBottomRight(aDistortedRect[2].X(), aDistortedRect[2].Y()); in _MovAllPoints() 3631 if (bNeuContortion!=bContortion || aDistortedRect[nPolyPt]!=aPnt) in MoveSdrDrag() 3634 aDistortedRect[nPolyPt]=aPnt; in MoveSdrDrag() 3649 getSdrDragView().DistortMarkedObj(aMarkRect,aDistortedRect,!bContortion,bCopy); in EndSdrDrag() 3667 getSdrDragView().ImpDistortObj(&rTarget, aMarkRect, aDistortedRect, !bContortion); in applyCurrentTransformationToSdrObject()
|
H A D | svddrgm1.hxx | 229 XPolygon aDistortedRect; member in SdrDragDistort
|
Completed in 29 milliseconds