Searched refs:arDist (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsp-offset.cpp809 double arDist = -1.0; local
897 if (arSet == false || fabs (ndist) < fabs (arDist))
899 arDist = ndist;
909 arDist = ptDist;
913 ptDist = arDist;
916 if (fabs (ptDist) < fabs (arDist)) {
919 dist = arDist;

Completed in 661 milliseconds