Lines Matching refs:aS3C
97 const B2DPoint aS3C(average(aS2L, aS2R)); in ImpSubDivAngle() local
100 …ImpSubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth -… in ImpSubDivAngle()
103 …ImpSubDivAngle(aS3C, aS2R, aS1R, rfPB, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth -… in ImpSubDivAngle()
199 const B2DPoint aS3C(average(aS2L, aS2R)); in ImpSubDivAngleStart() local
206 const B2DVector aRightLeft(aS2L - aS3C); in ImpSubDivAngleStart()
215 const B2DVector aLeftRight(aS2R - aS3C); in ImpSubDivAngleStart()
231 rTarget.append(aS3C); in ImpSubDivAngleStart()
235 …ImpSubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, rfAngleBound, bAllowUnsharpen, nMaxRecursionDepth); in ImpSubDivAngleStart()
245 …ImpSubDivAngle(aS3C, aS2R, aS1R, rfPB, rTarget, rfAngleBound, bAllowUnsharpen, nMaxRecursionDepth); in ImpSubDivAngleStart()
312 const B2DPoint aS3C(average(aS2L, aS2R)); in ImpSubDivDistance() local
315 …ImpSubDivDistance(rfPA, aS1L, aS2L, aS3C, rTarget, fDistanceBound2, fLastDistanceError2, nMaxRecur… in ImpSubDivDistance()
318 …ImpSubDivDistance(aS3C, aS2R, aS1R, rfPB, rTarget, fDistanceBound2, fLastDistanceError2, nMaxRecur… in ImpSubDivDistance()
800 const B2DPoint aS3C(interpolate(aS2L, aS2R, t)); in split() local
805 pBezierA->setEndPoint(aS3C); in split()
812 pBezierB->setStartPoint(aS3C); in split()