Searched refs:rfPA (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/basegfx/source/curve/ |
| H A D | b2dcubicbezier.cxx | 46 const B2DPoint& rfPA, // start point in ImpSubDivAngle() argument 58 B2DVector aLeft(rfEA - rfPA); in ImpSubDivAngle() 64 aLeft = rfEB - rfPA; in ImpSubDivAngle() 96 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivAngle() 104 …ImpSubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth -… in ImpSubDivAngle() 116 const B2DPoint& rfPA, // start point in ImpSubDivAngleStart() argument 125 const B2DVector aLeft(rfEA - rfPA); in ImpSubDivAngleStart() 137 const B2DVector aBase(rfPB - rfPA); in ImpSubDivAngleStart() 198 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivAngleStart() 209 … const B2DVector aLeftLeft(bLeftEqualZero ? aS2L - aS1L : aS1L - rfPA); // #i72104# in ImpSubDivAngleStart() [all …]
|