Lines Matching refs:aLeft
58 B2DVector aLeft(rfEA - rfPA); in ImpSubDivAngle() local
62 if(aLeft.equalZero()) in ImpSubDivAngle()
64 aLeft = rfEB - rfPA; in ImpSubDivAngle()
72 const double fCurrentAngle(aLeft.angle(aRight)); in ImpSubDivAngle()
125 const B2DVector aLeft(rfEA - rfPA); in ImpSubDivAngleStart() local
127 bool bLeftEqualZero(aLeft.equalZero()); in ImpSubDivAngleStart()
142 const bool bLeftParallel(bLeftEqualZero ? true : areParallel(aLeft, aBase)); in ImpSubDivAngleStart()
155 fFactor = aLeft.getX() / aBase.getX(); in ImpSubDivAngleStart()
159 fFactor = aLeft.getY() / aBase.getY(); in ImpSubDivAngleStart()
518 B2DCubicBezier aLeft, aRight; in impGetLength() local
522 rEdge.split(0.5, &aLeft, &aRight); in impGetLength()
524 return impGetLength(aLeft, fNewDeviation, nNewRecursionWatch) in impGetLength()