Home
last modified time | relevance | path

Searched refs:rfPA (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx46 const B2DPoint& rfPA, // start point in ImpSubDivAngle() argument
58 B2DVector aLeft(rfEA - rfPA); in ImpSubDivAngle()
64 aLeft = rfEB - rfPA; 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()
261 const B2DPoint& rfPA, // start point in ImpSubDivDistance() argument
285 const double fJ1x(rfEA.getX() - rfPA.getX() - 1.0/3.0*(rfPB.getX() - rfPA.getX())); in ImpSubDivDistance()
286 const double fJ1y(rfEA.getY() - rfPA.getY() - 1.0/3.0*(rfPB.getY() - rfPA.getY())); in ImpSubDivDistance()
287 const double fJ2x(rfEB.getX() - rfPA.getX() - 2.0/3.0*(rfPB.getX() - rfPA.getX())); in ImpSubDivDistance()
[all …]

Completed in 15 milliseconds