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

/ast/src/lib/libtk/generic/
H A DtkTextDisp.c4235 int nextX, charsThatFit, count;
4255 maxX, 0, TK_IGNORE_TABS, &nextX);
4260 TK_IGNORE_TABS, &nextX);
4262 if ((nextX < maxX) && ((p[charsThatFit] == ' ')
4270 nextX = maxX;
4302 chunkPtr->width = nextX - chunkPtr->x;
4205 int nextX, charsThatFit, count; local

Completed in 20 milliseconds