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

/ast/src/lib/libtk/generic/
H A DtkTextDisp.c207 int maxLength; /* Length in pixels of longest line that's member in struct:TextDInfo
381 dInfoPtr->maxLength = 0;
1423 dInfoPtr->maxLength = 0;
1426 if (dlPtr->length > dInfoPtr->maxLength) {
1427 dInfoPtr->maxLength = dlPtr->length;
1430 maxOffset = (dInfoPtr->maxLength - (dInfoPtr->maxX - dInfoPtr->x)
3168 if (dInfoPtr->maxLength < lineWidth) {
3277 newOffset = ((fraction * dInfoPtr->maxLength) / textPtr->charWidth)
3640 maxChar = 1 + (dInfoPtr->maxLength - (dInfoPtr->maxX - dInfoPtr->x)
3721 if (dInfoPtr->maxLength >
[all...]

Completed in 18 milliseconds