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

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dgeometry.tcl425 set minDist "none"
428 if {$minDist=="none" || $dist < $minDist} {
429 set minDist $dist
432 return $minDist
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkFont.c2713 int i, x1, x2, y1, y2, xDiff, yDiff, dist, minDist, ascent, descent;
2723 minDist = 0;
2760 if ((dist < minDist) || (minDist == 0)) {
2761 minDist = dist;
2765 return minDist;
2686 int i, x1, x2, y1, y2, xDiff, yDiff, dist, minDist, ascent, descent; local
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkFont.c2591 int i, x1, x2, y1, y2, xDiff, yDiff, dist, minDist, ascent, descent;
2601 minDist = 0;
2638 if ((dist < minDist) || (minDist == 0)) {
2639 minDist = dist;
2643 return minDist;
2565 int i, x1, x2, y1, y2, xDiff, yDiff, dist, minDist, ascent, descent; local
/macosx-10.10.1/vim-55/src/
H A Dgui_at_fs.c1572 static int minDist = 50; local
1583 t = maxVal - ((maxVal / varyDist) * (dist - minDist));

Completed in 116 milliseconds