Searched refs:charsLeft (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkMessage.c | 638 int x, y, lineLength, numChars, charsLeft; 673 for (p = msgPtr->string, charsLeft = msgPtr->numChars; *p != 0; 677 charsLeft--; 680 numChars = TkMeasureChars(msgPtr->fontPtr, p, charsLeft, 0, 703 charsLeft -= numChars; 711 charsLeft--; 632 int x, y, lineLength, numChars, charsLeft; local
|
Completed in 12 milliseconds