Searched refs:aDistortedRect (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/svx/source/svdraw/ |
H A D | svddrgmt.cxx | 3589 aDistortedRect=XPolygon(aMarkRect); in BeginSdrDrag() 3611 const basegfx::B2DPoint aTopLeft(aDistortedRect[0].X(), aDistortedRect[0].Y()); in _MovAllPoints() 3612 const basegfx::B2DPoint aTopRight(aDistortedRect[1].X(), aDistortedRect[1].Y()); in _MovAllPoints() 3613 const basegfx::B2DPoint aBottomLeft(aDistortedRect[3].X(), aDistortedRect[3].Y()); in _MovAllPoints() 3614 const basegfx::B2DPoint aBottomRight(aDistortedRect[2].X(), aDistortedRect[2].Y()); in _MovAllPoints() 3634 if (bNeuContortion!=bContortion || aDistortedRect[nPolyPt]!=aPnt) in MoveSdrDrag() 3637 aDistortedRect[nPolyPt]=aPnt; in MoveSdrDrag() 3652 getSdrDragView().DistortMarkedObj(aMarkRect,aDistortedRect,!bContortion,bCopy); in EndSdrDrag() 3670 getSdrDragView().ImpDistortObj(&rTarget, aMarkRect, aDistortedRect, !bContortion); in applyCurrentTransformationToSdrObject()
|
H A D | svddrgm1.hxx | 229 XPolygon aDistortedRect; member in SdrDragDistort
|
Completed in 28 milliseconds