Searched refs:ShearPoly (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/svx/source/svdraw/ |
| H A D | svdtrans.cxx | 229 void ShearPoly(Polygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear) in ShearPoly() function 245 void ShearPoly(PolyPolygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear) in ShearPoly() function 249 ShearPoly(rPoly[i],rRef,tn,bVShear); in ShearPoly() 593 if (rGeo.nShearWink!=0) ShearPoly(aPol,rRect.TopLeft(),rGeo.nTan); in Rect2Poly()
|
| H A D | svdotext.cxx | 1273 if (aGeo.nShearWink!=0) ShearPoly(aPol,aRect.TopLeft(),aGeo.nTan); in TakeXorPoly() 1313 if (aGeo.nShearWink!=0) ShearPoly(aPol,aRect.TopLeft(),aGeo.nTan); in RecalcSnapRect()
|
| /trunk/main/svx/inc/svx/ |
| H A D | svdtrans.hxx | 86 SVX_DLLPUBLIC void ShearPoly(Polygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear=sal_Fal… 88 void ShearPoly(PolyPolygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear=sal_False);
|
| /trunk/main/svx/source/tbxctrls/ |
| H A D | grafctrl.cxx | 1055 ShearPoly(aPol, in ExecuteGrafAttr()
|