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

/ast/src/lib/libtk/generic/
H A DtkTextDisp.c4622 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);
4587 int tabX, prev, spaceWidth; local
4766 int tabX, prev, result, spaceWidth; local
[all...]

Completed in 20 milliseconds