Searched refs:aS1L (Results 1 – 1 of 1) sorted by relevance
/aoo42x/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() 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() 311 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivDistance() local 314 const B2DPoint aS2L(average(aS1L, aS1C)); in ImpSubDivDistance() 672 const B2DPoint aS1L(interpolate(maStartPoint, maControlPointA, t)); in interpolatePoint() local 675 const B2DPoint aS2L(interpolate(aS1L, aS1C, t)); in interpolatePoint() 804 const B2DPoint aS2L(interpolate(aS1L, aS1C, t)); in split() [all …]
|
Completed in 27 milliseconds