Lines Matching refs:aS1L
96 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivAngle() local
99 const B2DPoint aS2L(average(aS1L, aS1C)); in ImpSubDivAngle()
104 …ImpSubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth -… in ImpSubDivAngle()
198 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivAngleStart() local
201 const B2DPoint aS2L(average(aS1L, aS1C)); in ImpSubDivAngleStart()
209 const B2DVector aLeftLeft(bLeftEqualZero ? aS2L - aS1L : aS1L - rfPA); // #i72104# in ImpSubDivAngleStart()
239 …ImpSubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, rfAngleBound, bAllowUnsharpen, nMaxRecursionDepth); in ImpSubDivAngleStart()
311 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivDistance() local
314 const B2DPoint aS2L(average(aS1L, aS1C)); in ImpSubDivDistance()
319 …ImpSubDivDistance(rfPA, aS1L, aS2L, aS3C, rTarget, fDistanceBound2, fLastDistanceError2, nMaxRecur… in ImpSubDivDistance()
672 const B2DPoint aS1L(interpolate(maStartPoint, maControlPointA, t)); in interpolatePoint() local
675 const B2DPoint aS2L(interpolate(aS1L, aS1C, t)); in interpolatePoint()
801 const B2DPoint aS1L(interpolate(maStartPoint, maControlPointA, t)); in split() local
804 const B2DPoint aS2L(interpolate(aS1L, aS1C, t)); in split()
812 pBezierA->setControlPointA(aS1L); in split()