Lines Matching refs:MeasureUp
332 static void MeasureUp _ANSI_ARGS_((TkText *textPtr,
2841 MeasureUp(textPtr, &textPtr->topIndex, 0, &textPtr->topIndex);
2910 MeasureUp(textPtr, indexPtr, 0, &textPtr->topIndex);
2945 * account for the way MeasureUp rounds.
2962 MeasureUp(textPtr, &textPtr->topIndex, close, &tmpIndex);
2964 MeasureUp(textPtr, indexPtr, 0, &textPtr->topIndex);
2974 MeasureUp(textPtr, indexPtr, close, &tmpIndex);
2988 MeasureUp(textPtr, indexPtr, bottomY, &textPtr->topIndex);
3001 * MeasureUp --
3024 MeasureUp(textPtr, srcPtr, distance, dstPtr)
3339 * The code below is similar to that in MeasureUp, except that
3533 MeasureUp(textPtr, &textPtr->topIndex, pixels, &new);