Searched refs:rfPB (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/basegfx/source/curve/ |
| H A D | b2dcubicbezier.cxx | 45 const B2DPoint& rfPB, // end point in ImpSubDivAngle() argument 55 B2DVector aRight(rfEB - rfPB); in ImpSubDivAngle() 65 aRight = rfEA - rfPB; in ImpSubDivAngle() 94 const B2DPoint aS1R(average(rfEB, rfPB)); in ImpSubDivAngle() 103 …ImpSubDivAngle(aS3C, aS2R, aS1R, rfPB, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth -… in ImpSubDivAngle() 107 rTarget.append(rfPB); in ImpSubDivAngle() 115 const B2DPoint& rfPB, // end point in ImpSubDivAngleStart() argument 122 const B2DVector aRight(rfEB - rfPB); in ImpSubDivAngleStart() 133 const B2DVector aBase(rfPB - rfPA); in ImpSubDivAngleStart() 196 const B2DPoint aS1R(average(rfEB, rfPB)); in ImpSubDivAngleStart() [all …]
|