Lines Matching refs:rfEA
47 const B2DPoint& rfEA, // edge on A in ImpSubDivAngle() argument
58 B2DVector aLeft(rfEA - rfPA); in ImpSubDivAngle()
69 aRight = rfEA - rfPB; in ImpSubDivAngle()
96 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivAngle()
97 const B2DPoint aS1C(average(rfEA, rfEB)); in ImpSubDivAngle()
117 const B2DPoint& rfEA, // edge on A in ImpSubDivAngleStart() argument
125 const B2DVector aLeft(rfEA - rfPA); in ImpSubDivAngleStart()
198 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivAngleStart()
199 const B2DPoint aS1C(average(rfEA, rfEB)); in ImpSubDivAngleStart()
262 const B2DPoint& rfEA, // edge on A 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()
311 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivDistance()
312 const B2DPoint aS1C(average(rfEA, rfEB)); in ImpSubDivDistance()