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

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkRectOval.c891 double xDiff, yDiff, x1, y1, x2, y2, inc, tmp;
938 xDiff = pointPtr[0] - x1;
940 if (tmp < xDiff) {
941 xDiff = tmp;
948 if (yDiff < xDiff) {
949 xDiff = yDiff;
951 xDiff -= width;
952 if (xDiff < 0.0) {
955 return xDiff;
963 xDiff
884 double xDiff, yDiff, x1, y1, x2, y2, inc, tmp; local
[all...]
H A DtkCanvImg.c607 double x1, x2, y1, y2, xDiff, yDiff;
619 xDiff = x1 - coordPtr[0];
621 xDiff = coordPtr[0] - x2;
623 xDiff = 0;
634 return hypot(xDiff, yDiff);
600 double x1, x2, y1, y2, xDiff, yDiff; local
H A DtkCanvWind.c670 double x1, x2, y1, y2, xDiff, yDiff;
682 xDiff = x1 - pointPtr[0];
684 xDiff = pointPtr[0] + 1 - x2;
686 xDiff = 0;
697 return hypot(xDiff, yDiff);
663 double x1, x2, y1, y2, xDiff, yDiff; local
H A DtkCanvBmap.c692 double x1, x2, y1, y2, xDiff, yDiff;
704 xDiff = x1 - coordPtr[0];
706 xDiff = coordPtr[0] - x2;
708 xDiff = 0;
719 return hypot(xDiff, yDiff);
685 double x1, x2, y1, y2, xDiff, yDiff; local
H A DtkFont.c2713 int i, x1, x2, y1, y2, xDiff, yDiff, dist, minDist, ascent, descent;
2742 xDiff = x1 - x;
2744 xDiff = x - x2 + 1;
2746 xDiff = 0;
2756 if ((xDiff == 0) && (yDiff == 0)) {
2759 dist = (int) hypot((double) xDiff, (double) yDiff);
2686 int i, x1, x2, y1, y2, xDiff, yDiff, dist, minDist, ascent, descent; local
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkRectOval.c883 double xDiff, yDiff, x1, y1, x2, y2, inc, tmp;
931 xDiff = pointPtr[0] - x1;
933 if (tmp < xDiff) {
934 xDiff = tmp;
941 if (yDiff < xDiff) {
942 xDiff = yDiff;
944 xDiff -= width;
945 if (xDiff < 0.0) {
948 return xDiff;
956 xDiff
876 double xDiff, yDiff, x1, y1, x2, y2, inc, tmp; local
[all...]
H A DtkCanvImg.c621 double x1, x2, y1, y2, xDiff, yDiff;
633 xDiff = x1 - coordPtr[0];
635 xDiff = coordPtr[0] - x2;
637 xDiff = 0;
648 return hypot(xDiff, yDiff);
614 double x1, x2, y1, y2, xDiff, yDiff; local
H A DtkCanvBmap.c704 double x1, x2, y1, y2, xDiff, yDiff;
716 xDiff = x1 - coordPtr[0];
718 xDiff = coordPtr[0] - x2;
720 xDiff = 0;
731 return hypot(xDiff, yDiff);
697 double x1, x2, y1, y2, xDiff, yDiff; local
H A DtkCanvWind.c689 double x1, x2, y1, y2, xDiff, yDiff;
701 xDiff = x1 - pointPtr[0];
703 xDiff = pointPtr[0] + 1 - x2;
705 xDiff = 0;
716 return hypot(xDiff, yDiff);
682 double x1, x2, y1, y2, xDiff, yDiff; local
H A DtkFont.c2591 int i, x1, x2, y1, y2, xDiff, yDiff, dist, minDist, ascent, descent;
2620 xDiff = x1 - x;
2622 xDiff = x - x2 + 1;
2624 xDiff = 0;
2634 if ((xDiff == 0) && (yDiff == 0)) {
2637 dist = (int) hypot((double) xDiff, (double) yDiff);
2565 int i, x1, x2, y1, y2, xDiff, yDiff, dist, minDist, ascent, descent; local

Completed in 173 milliseconds