Lines Matching refs:aS2R
100 const B2DPoint aS2R(average(aS1C, aS1R)); in ImpSubDivAngle() local
101 const B2DPoint aS3C(average(aS2L, aS2R)); in ImpSubDivAngle()
107 …ImpSubDivAngle(aS3C, aS2R, aS1R, rfPB, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth -… in ImpSubDivAngle()
202 const B2DPoint aS2R(average(aS1C, aS1R)); in ImpSubDivAngleStart() local
203 const B2DPoint aS3C(average(aS2L, aS2R)); in ImpSubDivAngleStart()
219 const B2DVector aLeftRight(aS2R - aS3C); in ImpSubDivAngleStart()
220 const B2DVector aRightRight(bRightEqualZero ? aS2R - aS1R : aS1R - rfPB); // #i72104# in ImpSubDivAngleStart()
249 …ImpSubDivAngle(aS3C, aS2R, aS1R, rfPB, rTarget, rfAngleBound, bAllowUnsharpen, nMaxRecursionDepth); in ImpSubDivAngleStart()
315 const B2DPoint aS2R(average(aS1C, aS1R)); in ImpSubDivDistance() local
316 const B2DPoint aS3C(average(aS2L, aS2R)); in ImpSubDivDistance()
322 …ImpSubDivDistance(aS3C, aS2R, aS1R, rfPB, rTarget, fDistanceBound2, fLastDistanceError2, nMaxRecur… in ImpSubDivDistance()
676 const B2DPoint aS2R(interpolate(aS1C, aS1R, t)); in interpolatePoint() local
678 return interpolate(aS2L, aS2R, t); in interpolatePoint()
805 const B2DPoint aS2R(interpolate(aS1C, aS1R, t)); in split() local
806 const B2DPoint aS3C(interpolate(aS2L, aS2R, t)); in split()
820 pBezierB->setControlPointA(aS2R); in split()