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

/ast/src/lib/libtk/generic/
H A DtkEntry.c730 int index, type, count, charsPerPage;
751 charsPerPage = ((Tk_Width(entryPtr->tkwin)
753 if (charsPerPage < 1) {
754 charsPerPage = 1;
756 index += charsPerPage*count;
728 int index, type, count, charsPerPage; local
H A DtkTextDisp.c3253 int type, charsPerPage, count, newOffset;
3281 charsPerPage = ((dInfoPtr->maxX - dInfoPtr->x) / textPtr->charWidth)
3283 if (charsPerPage < 1) {
3284 charsPerPage = 1;
3286 newOffset += charsPerPage*count;
3233 int type, charsPerPage, count, newOffset; local

Completed in 24 milliseconds