Lines Matching refs:rPoly

38 void MoveXPoly(XPolygon& rPoly, const Size& S)  in MoveXPoly()  argument
40 rPoly.Move(S.Width(),S.Height()); in MoveXPoly()
43 void MoveXPoly(XPolyPolygon& rPoly, const Size& S) in MoveXPoly() argument
45 rPoly.Move(S.Width(),S.Height()); in MoveXPoly()
90 void ResizePoly(Polygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFact) in ResizePoly() argument
92 sal_uInt16 nAnz=rPoly.GetSize(); in ResizePoly()
94 ResizePoint(rPoly[i],rRef,xFact,yFact); in ResizePoly()
98 void ResizeXPoly(XPolygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFact) in ResizeXPoly() argument
100 sal_uInt16 nAnz=rPoly.GetPointCount(); in ResizeXPoly()
102 ResizePoint(rPoly[i],rRef,xFact,yFact); in ResizeXPoly()
106 void ResizePoly(PolyPolygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFact) in ResizePoly() argument
108 sal_uInt16 nAnz=rPoly.Count(); in ResizePoly()
110 ResizePoly(rPoly[i],rRef,xFact,yFact); in ResizePoly()
114 void ResizeXPoly(XPolyPolygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFa… in ResizeXPoly() argument
116 sal_uInt16 nAnz=rPoly.Count(); in ResizeXPoly()
118 ResizeXPoly(rPoly[i],rRef,xFact,yFact); in ResizeXPoly()
124 void RotatePoly(Polygon& rPoly, const Point& rRef, double sn, double cs) in RotatePoly() argument
126 sal_uInt16 nAnz=rPoly.GetSize(); in RotatePoly()
128 RotatePoint(rPoly[i],rRef,sn,cs); in RotatePoly()
132 void RotateXPoly(XPolygon& rPoly, const Point& rRef, double sn, double cs) in RotateXPoly() argument
134 sal_uInt16 nAnz=rPoly.GetPointCount(); in RotateXPoly()
136 RotatePoint(rPoly[i],rRef,sn,cs); in RotateXPoly()
140 void RotatePoly(PolyPolygon& rPoly, const Point& rRef, double sn, double cs) in RotatePoly() argument
142 sal_uInt16 nAnz=rPoly.Count(); in RotatePoly()
144 RotatePoly(rPoly[i],rRef,sn,cs); in RotatePoly()
148 void RotateXPoly(XPolyPolygon& rPoly, const Point& rRef, double sn, double cs) in RotateXPoly() argument
150 sal_uInt16 nAnz=rPoly.Count(); in RotateXPoly()
152 RotateXPoly(rPoly[i],rRef,sn,cs); in RotateXPoly()
199 void MirrorPoly(Polygon& rPoly, const Point& rRef1, const Point& rRef2) in MirrorPoly() argument
201 sal_uInt16 nAnz=rPoly.GetSize(); in MirrorPoly()
203 MirrorPoint(rPoly[i],rRef1,rRef2); in MirrorPoly()
207 void MirrorXPoly(XPolygon& rPoly, const Point& rRef1, const Point& rRef2) in MirrorXPoly() argument
209 sal_uInt16 nAnz=rPoly.GetPointCount(); in MirrorXPoly()
211 MirrorPoint(rPoly[i],rRef1,rRef2); in MirrorXPoly()
215 void MirrorPoly(PolyPolygon& rPoly, const Point& rRef1, const Point& rRef2) in MirrorPoly() argument
217 sal_uInt16 nAnz=rPoly.Count(); in MirrorPoly()
219 MirrorPoly(rPoly[i],rRef1,rRef2); in MirrorPoly()
223 void MirrorXPoly(XPolyPolygon& rPoly, const Point& rRef1, const Point& rRef2) in MirrorXPoly() argument
225 sal_uInt16 nAnz=rPoly.Count(); in MirrorXPoly()
227 MirrorXPoly(rPoly[i],rRef1,rRef2); in MirrorXPoly()
233 void ShearPoly(Polygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear) in ShearPoly() argument
235 sal_uInt16 nAnz=rPoly.GetSize(); in ShearPoly()
237 ShearPoint(rPoly[i],rRef,tn,bVShear); in ShearPoly()
241 void ShearXPoly(XPolygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear) in ShearXPoly() argument
243 sal_uInt16 nAnz=rPoly.GetPointCount(); in ShearXPoly()
245 ShearPoint(rPoly[i],rRef,tn,bVShear); in ShearXPoly()
249 void ShearPoly(PolyPolygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear) in ShearPoly() argument
251 sal_uInt16 nAnz=rPoly.Count(); in ShearPoly()
253 ShearPoly(rPoly[i],rRef,tn,bVShear); in ShearPoly()
257 void ShearXPoly(XPolyPolygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear) in ShearXPoly() argument
259 sal_uInt16 nAnz=rPoly.Count(); in ShearXPoly()
261 ShearXPoly(rPoly[i],rRef,tn,bVShear); in ShearXPoly()
411 void CrookRotatePoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert) in CrookRotatePoly() argument
414 sal_uInt16 nPointAnz=rPoly.GetPointCount(); in CrookRotatePoly()
417 Point* pPnt=&rPoly[i]; in CrookRotatePoly()
420 if (i+1<nPointAnz && rPoly.IsControl(i)) { // Kontrollpunkt links in CrookRotatePoly()
423 pPnt=&rPoly[i]; in CrookRotatePoly()
426 if (i<nPointAnz && rPoly.IsControl(i)) { // Kontrollpunkt rechts in CrookRotatePoly()
427 pC2=&rPoly[i]; in CrookRotatePoly()
434 void CrookSlantPoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert) in CrookSlantPoly() argument
437 sal_uInt16 nPointAnz=rPoly.GetPointCount(); in CrookSlantPoly()
440 Point* pPnt=&rPoly[i]; in CrookSlantPoly()
443 if (i+1<nPointAnz && rPoly.IsControl(i)) { // Kontrollpunkt links in CrookSlantPoly()
446 pPnt=&rPoly[i]; in CrookSlantPoly()
449 if (i<nPointAnz && rPoly.IsControl(i)) { // Kontrollpunkt rechts in CrookSlantPoly()
450 pC2=&rPoly[i]; in CrookSlantPoly()
457 void CrookStretchPoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert, con… in CrookStretchPoly() argument
460 sal_uInt16 nPointAnz=rPoly.GetPointCount(); in CrookStretchPoly()
463 Point* pPnt=&rPoly[i]; in CrookStretchPoly()
466 if (i+1<nPointAnz && rPoly.IsControl(i)) { // Kontrollpunkt links in CrookStretchPoly()
469 pPnt=&rPoly[i]; in CrookStretchPoly()
472 if (i<nPointAnz && rPoly.IsControl(i)) { // Kontrollpunkt rechts in CrookStretchPoly()
473 pC2=&rPoly[i]; in CrookStretchPoly()
482 void CrookRotatePoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert) in CrookRotatePoly() argument
484 sal_uInt16 nPolyAnz=rPoly.Count(); in CrookRotatePoly()
486 CrookRotatePoly(rPoly[nPolyNum],rCenter,rRad,bVert); in CrookRotatePoly()
490 void CrookSlantPoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert) in CrookSlantPoly() argument
492 sal_uInt16 nPolyAnz=rPoly.Count(); in CrookSlantPoly()
494 CrookSlantPoly(rPoly[nPolyNum],rCenter,rRad,bVert); in CrookSlantPoly()
498 void CrookStretchPoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert,… in CrookStretchPoly() argument
500 sal_uInt16 nPolyAnz=rPoly.Count(); in CrookStretchPoly()
502 CrookStretchPoly(rPoly[nPolyNum],rCenter,rRad,bVert,rRefRect); in CrookStretchPoly()