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

/ast/src/lib/libtk/generic/
H A DtkRectOval.c607 double xDiff, yDiff, x1, y1, x2, y2, inc, tmp;
638 xDiff = pointPtr[0] - x1;
640 if (tmp < xDiff) {
641 xDiff = tmp;
648 if (yDiff < xDiff) {
649 xDiff = yDiff;
651 xDiff -= rectPtr->width;
652 if (xDiff < 0.0) {
655 return xDiff;
663 xDiff
600 double xDiff, yDiff, x1, y1, x2, y2, inc, tmp; local
[all...]
H A DtkCanvImg.c493 double x1, x2, y1, y2, xDiff, yDiff;
505 xDiff = x1 - coordPtr[0];
507 xDiff = coordPtr[0] - x2;
509 xDiff = 0;
520 return hypot(xDiff, yDiff);
486 double x1, x2, y1, y2, xDiff, yDiff; local
H A DtkCanvBmap.c543 double x1, x2, y1, y2, xDiff, yDiff;
555 xDiff = x1 - coordPtr[0];
557 xDiff = coordPtr[0] - x2;
559 xDiff = 0;
570 return hypot(xDiff, yDiff);
536 double x1, x2, y1, y2, xDiff, yDiff; local
H A DtkCanvWind.c594 double x1, x2, y1, y2, xDiff, yDiff;
606 xDiff = x1 - pointPtr[0];
608 xDiff = pointPtr[0] + 1 - x2;
610 xDiff = 0;
621 return hypot(xDiff, yDiff);
587 double x1, x2, y1, y2, xDiff, yDiff; local
H A DtkCanvText.c1079 double xDiff, yDiff, dist, minDist;
1110 xDiff = linePtr->x1 - pointPtr[0];
1112 xDiff = pointPtr[0] - linePtr->x2;
1114 xDiff = 0;
1125 dist = hypot(xDiff, yDiff);
1070 double xDiff, yDiff, dist, minDist; local

Completed in 21 milliseconds