Lines Matching defs:bottomY
2008 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. BottomY is the bottom of the window if the
2988 MeasureUp(textPtr, indexPtr, bottomY, &textPtr->topIndex);