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

/inkscape/src/
H A Dsp-offset.cpp819 double ndist = sqrt (dot(nxpx,nxpx)); local
821 if (ptSet == false || fabs (ndist) < fabs (ptDist))
859 ptDist = -ndist;
864 ptDist = ndist;
895 double ndist = (cross(nx, pxsx)) / len; local
897 if (arSet == false || fabs (ndist) < fabs (arDist))
899 arDist = ndist;
/inkscape/src/util/
H A Dziptool.cpp663 int ndist = ret + 1; local
667 if (nlen > MAXLCODES || ndist > MAXDCODES)
690 while (index < nlen + ndist)
722 if (index + symbol > nlen + ndist)
740 err = buildHuffman(&distcode, lengths + nlen, ndist);

Completed in 86 milliseconds