Lines Matching refs:tabX
4622 int tabX, prev, spaceWidth;
4652 tabX = tabArrayPtr->tabs[index].location;
4665 tabX = tabArrayPtr->tabs[tabArrayPtr->numTabs-1].location
4671 desired = tabX;
4687 desired = tabX - width/2;
4689 desired = tabX - width;
4731 desired = tabX - (curX - x);
4743 desired = tabX - width;
4802 int tabX, prev, result, spaceWidth;
4806 TkMeasureChars(textPtr->fontPtr, "\t", 1, x, INT_MAX, 0, 0, &tabX);
4807 return tabX - x;
4810 tabX = tabArrayPtr->tabs[index].location;
4823 tabX = tabArrayPtr->tabs[tabArrayPtr->numTabs-1].location
4835 if ((maxX-tabX) < (tabX - x)) {
4836 result = (maxX - x) - 2*(maxX - tabX);
4854 if (tabX > x) {
4855 result = tabX - x;