Searched refs:aS1L (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/basegfx/source/curve/ |
| H A D | b2dcubicbezier.cxx | 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() [all …]
|