Lines Matching refs:aS1L
92 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivAngle() local
95 const B2DPoint aS2L(average(aS1L, aS1C)); in ImpSubDivAngle()
100 …ImpSubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth -… in ImpSubDivAngle()
194 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivAngleStart() local
197 const B2DPoint aS2L(average(aS1L, aS1C)); in ImpSubDivAngleStart()
205 … const B2DVector aLeftLeft(bLeftEqualZero ? aS2L - aS1L : aS1L - rfPA); // #i72104# in ImpSubDivAngleStart()
235 …ImpSubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, rfAngleBound, bAllowUnsharpen, nMaxRecursionDepth); in ImpSubDivAngleStart()
307 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivDistance() local
310 const B2DPoint aS2L(average(aS1L, aS1C)); in ImpSubDivDistance()
315 …ImpSubDivDistance(rfPA, aS1L, aS2L, aS3C, rTarget, fDistanceBound2, fLastDistanceError2, nMaxRecur… in ImpSubDivDistance()
666 const B2DPoint aS1L(interpolate(maStartPoint, maControlPointA, t)); in interpolatePoint() local
669 const B2DPoint aS2L(interpolate(aS1L, aS1C, t)); in interpolatePoint()
795 const B2DPoint aS1L(interpolate(maStartPoint, maControlPointA, t)); in split() local
798 const B2DPoint aS2L(interpolate(aS1L, aS1C, t)); in split()
806 pBezierA->setControlPointA(aS1L); in split()