Lines Matching refs:rfEA
43 const B2DPoint& rfEA, // edge on A in ImpSubDivAngle() argument
54 B2DVector aLeft(rfEA - rfPA); in ImpSubDivAngle()
65 aRight = rfEA - rfPB; in ImpSubDivAngle()
92 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivAngle()
93 const B2DPoint aS1C(average(rfEA, rfEB)); in ImpSubDivAngle()
113 const B2DPoint& rfEA, // edge on A in ImpSubDivAngleStart() argument
121 const B2DVector aLeft(rfEA - rfPA); in ImpSubDivAngleStart()
194 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivAngleStart()
195 const B2DPoint aS1C(average(rfEA, rfEB)); in ImpSubDivAngleStart()
258 const B2DPoint& rfEA, // edge on A in ImpSubDivDistance() argument
281 const double fJ1x(rfEA.getX() - rfPA.getX() - 1.0/3.0*(rfPB.getX() - rfPA.getX())); in ImpSubDivDistance()
282 const double fJ1y(rfEA.getY() - rfPA.getY() - 1.0/3.0*(rfPB.getY() - rfPA.getY())); in ImpSubDivDistance()
307 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivDistance()
308 const B2DPoint aS1C(average(rfEA, rfEB)); in ImpSubDivDistance()