Lines Matching refs:updateFrom
539 ctx->text.updateFrom = (XawTextPosition *) XtMalloc((unsigned) ONE);
712 if (left <= ctx->text.updateTo[i] && right >= ctx->text.updateFrom[i]) {
713 ctx->text.updateFrom[i] = Min(left, ctx->text.updateFrom[i]);
722 ctx->text.updateFrom = (XawTextPosition *)
723 XtRealloc((char *)ctx->text.updateFrom, (unsigned) len);
727 ctx->text.updateFrom[ctx->text.numranges - 1] = left;
1955 XawTextPosition updateFrom, updateTo;
1981 updateFrom = SrcScan(src, pos1, XawstWhiteSpace, XawsdLeft, 1, FALSE);
1982 updateFrom = Max(updateFrom, ctx->text.lt.top);
1984 line1 = LineForPosition(ctx, updateFrom);
2006 if (ctx->text.updateFrom[i] > pos1)
2007 ctx->text.updateFrom[i] += delta;
2031 if (IsPositionVisible(ctx, updateFrom)) {
2034 _XawTextNeedsUpdating(ctx, updateFrom, updateTo);
2688 XawTextPosition updateFrom, updateTo;
2694 updateFrom = ctx->text.updateFrom[0];
2697 if (ctx->text.updateFrom[i] < updateFrom) {
2698 updateFrom = ctx->text.updateFrom[i];
2704 ctx->text.updateFrom[w] = ctx->text.updateFrom[ctx->text.numranges];
2707 while (ctx->text.updateFrom[i] <= updateTo && i < ctx->text.numranges) {
2710 ctx->text.updateFrom[i] = ctx->text.updateFrom[ctx->text.numranges];
2714 DisplayText((Widget)ctx, updateFrom, updateTo);
2846 XtFree((char *)ctx->text.updateFrom);