Searched defs:bottomY (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkTextDisp.c2008 int bottomY = 0; /* Initialization needed only to stop
2265 bottomY = dlPtr->y + dlPtr->height;
2307 if (bottomY < dInfoPtr->topOfEof) {
2324 textPtr->border, dInfoPtr->x - textPtr->padX, bottomY,
2326 dInfoPtr->topOfEof-bottomY, 0, TK_RELIEF_FLAT);
2328 dInfoPtr->topOfEof = bottomY;
2885 int bottomY, close, lineIndex, lineHeight;
2949 bottomY = (dInfoPtr->y + dInfoPtr->maxY + lineHeight)/2;
2976 bottomY = dInfoPtr->maxY - dInfoPtr->y;
2983 * than bottomY
1998 int bottomY = 0; /* Initialization needed only to stop local
2868 int bottomY, close, lineIndex, lineHeight; local
[all...]

Completed in 14 milliseconds