Searched defs:spaceWidth (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkTextDisp.c4622 int tabX, prev, spaceWidth;
4755 TkMeasureChars(textPtr->fontPtr, " ", 1, 0, INT_MAX, 0, 0, &spaceWidth);
4756 if (delta < spaceWidth) {
4757 delta = spaceWidth;
4802 int tabX, prev, result, spaceWidth;
4861 TkMeasureChars(textPtr->fontPtr, " ", 1, 0, INT_MAX, 0, 0, &spaceWidth);
4862 if (result < spaceWidth) {
4863 result = spaceWidth;
4587 int tabX, prev, spaceWidth; local
4766 int tabX, prev, result, spaceWidth; local

Completed in 26 milliseconds