Lines Matching refs:aS3C
101 const B2DPoint aS3C(average(aS2L, aS2R)); in ImpSubDivAngle() local
104 …ImpSubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth -… in ImpSubDivAngle()
107 …ImpSubDivAngle(aS3C, aS2R, aS1R, rfPB, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth -… in ImpSubDivAngle()
203 const B2DPoint aS3C(average(aS2L, aS2R)); in ImpSubDivAngleStart() local
210 const B2DVector aRightLeft(aS2L - aS3C); in ImpSubDivAngleStart()
219 const B2DVector aLeftRight(aS2R - aS3C); in ImpSubDivAngleStart()
235 rTarget.append(aS3C); in ImpSubDivAngleStart()
239 …ImpSubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, rfAngleBound, bAllowUnsharpen, nMaxRecursionDepth); in ImpSubDivAngleStart()
249 …ImpSubDivAngle(aS3C, aS2R, aS1R, rfPB, rTarget, rfAngleBound, bAllowUnsharpen, nMaxRecursionDepth); in ImpSubDivAngleStart()
316 const B2DPoint aS3C(average(aS2L, aS2R)); in ImpSubDivDistance() local
319 …ImpSubDivDistance(rfPA, aS1L, aS2L, aS3C, rTarget, fDistanceBound2, fLastDistanceError2, nMaxRecur… in ImpSubDivDistance()
322 …ImpSubDivDistance(aS3C, aS2R, aS1R, rfPB, rTarget, fDistanceBound2, fLastDistanceError2, nMaxRecur… in ImpSubDivDistance()
806 const B2DPoint aS3C(interpolate(aS2L, aS2R, t)); in split() local
811 pBezierA->setEndPoint(aS3C); in split()
818 pBezierB->setStartPoint(aS3C); in split()