Searched refs:RotateXPoly (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/svx/inc/svx/ |
H A D | svdtrans.hxx | 76 void RotateXPoly(XPolygon& rPoly, const Point& rRef, double sn, double cs); 78 void RotateXPoly(XPolyPolygon& rPoly, const Point& rRef, double sn, double cs);
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdtrans.cxx | 132 void RotateXPoly(XPolygon& rPoly, const Point& rRef, double sn, double cs) in RotateXPoly() function 148 void RotateXPoly(XPolyPolygon& rPoly, const Point& rRef, double sn, double cs) in RotateXPoly() function 152 RotateXPoly(rPoly[i],rRef,sn,cs); in RotateXPoly()
|
H A D | svdorect.cxx | 161 if (aGeo.nDrehWink!=0) RotateXPoly(aXPoly,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in ImpCalcXPoly()
|
H A D | svdoedge.cxx | 2284 RotateXPoly(*pEdgeTrack, rRef, sn, cs); in NbcRotate()
|
H A D | svddrgmt.cxx | 3083 RotateXPoly(aTempPolyPoly[i],aCtr0,nSin,nCos); in _MovAllPoints()
|
H A D | svdopath.cxx | 2434 RotateXPoly(aXPP,Point(),-aGeo.nSin,aGeo.nCos); in TakeUnrotatedSnapRect()
|
Completed in 322 milliseconds