Lines Matching refs:aS1R
98 const B2DPoint aS1R(average(rfEB, rfPB)); in ImpSubDivAngle() local
100 const B2DPoint aS2R(average(aS1C, aS1R)); in ImpSubDivAngle()
107 …ImpSubDivAngle(aS3C, aS2R, aS1R, rfPB, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth -… in ImpSubDivAngle()
200 const B2DPoint aS1R(average(rfEB, rfPB)); in ImpSubDivAngleStart() local
202 const B2DPoint aS2R(average(aS1C, aS1R)); 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()
313 const B2DPoint aS1R(average(rfEB, rfPB)); in ImpSubDivDistance() local
315 const B2DPoint aS2R(average(aS1C, aS1R)); in ImpSubDivDistance()
322 …ImpSubDivDistance(aS3C, aS2R, aS1R, rfPB, rTarget, fDistanceBound2, fLastDistanceError2, nMaxRecur… in ImpSubDivDistance()
674 const B2DPoint aS1R(interpolate(maControlPointB, maEndPoint, t)); in interpolatePoint() local
676 const B2DPoint aS2R(interpolate(aS1C, aS1R, t)); in interpolatePoint()
803 const B2DPoint aS1R(interpolate(maControlPointB, maEndPoint, t)); in split() local
805 const B2DPoint aS2R(interpolate(aS1C, aS1R, t)); in split()
821 pBezierB->setControlPointB(aS1R); in split()