Searched refs:rfPA (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/basegfx/source/curve/ |
| H A D | b2dcubicbezier.cxx | 42 const B2DPoint& rfPA, // start point in ImpSubDivAngle() argument 54 B2DVector aLeft(rfEA - rfPA); in ImpSubDivAngle() 60 aLeft = rfEB - rfPA; in ImpSubDivAngle() 92 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivAngle() 100 …ImpSubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth -… in ImpSubDivAngle() 112 const B2DPoint& rfPA, // start point in ImpSubDivAngleStart() argument 121 const B2DVector aLeft(rfEA - rfPA); in ImpSubDivAngleStart() 133 const B2DVector aBase(rfPB - rfPA); in ImpSubDivAngleStart() 194 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivAngleStart() 205 … const B2DVector aLeftLeft(bLeftEqualZero ? aS2L - aS1L : aS1L - rfPA); // #i72104# in ImpSubDivAngleStart() [all …]
|