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

/ast/src/lib/libtk/generic/
H A DtkFont.c482 TkMeasureChars(fontStructPtr, source, maxChars, startX, maxX,
487 int maxChars; /* Maximum # of characters to consider from
557 for (p = source, c = *p & 0xff; maxChars > 0; p++, maxChars--) {
582 if (maxChars > 1) {
608 if ((flags & TK_AT_LEAST_ONE) && (term == source) && (maxChars > 0)
616 } else if ((maxChars == 0) || !(flags & TK_WHOLE_WORDS)) {
H A DtkTextMark.c40 int offset, int maxX, int maxChars,
450 MarkLayoutProc(textPtr, indexPtr, segPtr, offset, maxX, maxChars,
459 int maxChars; /* Chunk must not include more than this
H A DtkText.h618 int offset, int maxX, int maxChars,
735 int offset, int maxX, int maxChars, int noBreakYet,
H A DtkTextWind.c82 int offset, int maxX, int maxChars,
743 EmbWinLayoutProc(textPtr, indexPtr, ewPtr, offset, maxX, maxChars,
752 int maxChars; /* Chunk must not include more than this
H A DtkTextDisp.c748 int maxChars; /* Maximum number of characters to
853 maxChars = segPtr->size - offset;
860 maxChars = (p + 1 - segPtr->body.chars) - offset;
870 offset, maxX-tabSize, maxChars, noCharsYet, wrapMode,
911 if (chunkPtr->numChars != maxChars) {
4213 TkTextCharLayoutProc(textPtr, indexPtr, segPtr, offset, maxX, maxChars,
4223 int maxChars; /* Chunk must not include more than this
4254 charsThatFit = TkMeasureChars(fontPtr, p, maxChars, chunkPtr->x,
4256 if (charsThatFit < maxChars) {
743 int maxChars; /* Maximum number of characters to local
H A DtkInt.h772 char *source, int maxChars, int startX, int maxX,

Completed in 35 milliseconds