Searched refs:aS2L (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/basegfx/source/curve/ |
| H A D | b2dcubicbezier.cxx | 99 const B2DPoint aS2L(average(aS1L, aS1C)); in ImpSubDivAngle() local 101 const B2DPoint aS3C(average(aS2L, aS2R)); in ImpSubDivAngle() 104 …ImpSubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth -… in ImpSubDivAngle() 201 const B2DPoint aS2L(average(aS1L, aS1C)); in ImpSubDivAngleStart() local 203 const B2DPoint aS3C(average(aS2L, aS2R)); in ImpSubDivAngleStart() 209 … const B2DVector aLeftLeft(bLeftEqualZero ? aS2L - aS1L : aS1L - rfPA); // #i72104# in ImpSubDivAngleStart() 210 const B2DVector aRightLeft(aS2L - aS3C); in ImpSubDivAngleStart() 239 …ImpSubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, rfAngleBound, bAllowUnsharpen, nMaxRecursionDepth); in ImpSubDivAngleStart() 314 const B2DPoint aS2L(average(aS1L, aS1C)); in ImpSubDivDistance() local 316 const B2DPoint aS3C(average(aS2L, aS2R)); in ImpSubDivDistance() [all …]
|