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

/ast/src/lib/libtk/generic/
H A DtkCanvText.c30 int totalChars; /* Total number of characters included as member in struct:TextLine
644 linePtr->totalChars = linePtr->numChars;
646 linePtr->totalChars = lineStart[i+1] - lineStart[i];
760 + linePtr->totalChars))) {
784 if (inSelect >= (linePtr->totalChars - beforeSelect)) {

Completed in 9 milliseconds