Home | History | Annotate | Download | only in pathops

Lines Matching defs:distSq

371         double distSq = (fPerpPt - cPt).lengthSquared();
373 if (dist2Sq < distSq) {
1467 double distSq = thisRayI.pt(index).distanceSquared(oppRayI.pt(oIndex));
1468 if (closest > distSq) {
1469 closest = distSq;
1486 double distSq = oppIPt.distanceSquared(iPt);
1487 if (bestDistSq < distSq || ++loopCount > 5) {
1490 bestDistSq = distSq;