Searched refs:RotateXPoly (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/svx/inc/svx/ |
| H A D | svdtrans.hxx | 72 void RotateXPoly(XPolygon& rPoly, const Point& rRef, double sn, double cs); 74 void RotateXPoly(XPolyPolygon& rPoly, const Point& rRef, double sn, double cs);
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdtrans.cxx | 128 void RotateXPoly(XPolygon& rPoly, const Point& rRef, double sn, double cs) in RotateXPoly() function 144 void RotateXPoly(XPolyPolygon& rPoly, const Point& rRef, double sn, double cs) in RotateXPoly() function 148 RotateXPoly(rPoly[i],rRef,sn,cs); in RotateXPoly()
|
| H A D | svdorect.cxx | 159 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 | 3078 RotateXPoly(aTempPolyPoly[i],aCtr0,nSin,nCos); in _MovAllPoints()
|
| H A D | svdopath.cxx | 2432 RotateXPoly(aXPP,Point(),-aGeo.nSin,aGeo.nCos); in TakeUnrotatedSnapRect()
|