Lines Matching refs:rRad

278 						 const Point& rRad, double& rSin, double& rCos, FASTBOOL bVert)  in CrookRotateXPoint()  argument
286 double nWink=GetCrookAngle(rPnt,rCenter,rRad,bVert); in CrookRotateXPoint()
295 pC1->Y()=Round(((double)pC1->Y()) /rRad.X()*(cx-pC1->X())); in CrookRotateXPoint()
302 double nFact=(double)nPntRad/(double)rRad.Y(); in CrookRotateXPoint()
313 pC2->Y()=Round(((double)pC2->Y()) /rRad.X()*(rCenter.X()-pC2->X())); in CrookRotateXPoint()
320 double nFact=(double)nPntRad/(double)rRad.Y(); in CrookRotateXPoint()
332 const Point& rRad, double& rSin, double& rCos, FASTBOOL bVert) in CrookSlantXPoint() argument
342 long nStart=rCenter.X()-rRad.X(); in CrookSlantXPoint()
354 long nStart=rCenter.Y()-rRad.Y(); in CrookSlantXPoint()
366 double nWink=GetCrookAngle(rPnt,rCenter,rRad,bVert); in CrookSlantXPoint()
387 const Point& rRad, double& rSin, double& rCos, FASTBOOL bVert, in CrookStretchXPoint() argument
394 CrookSlantXPoint(rPnt,pC1,pC2,rCenter,rRad,rSin,rCos,bVert); in CrookStretchXPoint()
411 void CrookRotatePoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert) in CrookRotatePoly() argument
430 CrookRotateXPoint(*pPnt,pC1,pC2,rCenter,rRad,nSin,nCos,bVert); in CrookRotatePoly()
434 void CrookSlantPoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert) in CrookSlantPoly() argument
453 CrookSlantXPoint(*pPnt,pC1,pC2,rCenter,rRad,nSin,nCos,bVert); in CrookSlantPoly()
457 void CrookStretchPoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert, con… in CrookStretchPoly() argument
476 CrookStretchXPoint(*pPnt,pC1,pC2,rCenter,rRad,nSin,nCos,bVert,rRefRect); in CrookStretchPoly()
482 void CrookRotatePoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert) in CrookRotatePoly() argument
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
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
502 CrookStretchPoly(rPoly[nPolyNum],rCenter,rRad,bVert,rRefRect); in CrookStretchPoly()