Lines Matching defs:first
568 if (ctx->text.hbar != NULL) { /* Put up Hbar -- Must be first. */
914 * b) The first has a real height, and the second has a height that
969 float first, last;
975 first = ctx->text.lt.top;
976 first /= (float) ctx->text.lastPos;
984 if ( (last - first) < 1.0 )
986 else /* last - first >= 1.0 */
990 XawScrollbarSetThumb(ctx->text.vbar, first, last - first);
1015 float first, last, widest;
1035 first = ctx->text.r_margin.left - ctx->text.margin.left;
1036 first /= last;
1037 XawScrollbarSetThumb(ctx->text.hbar, first, widest);
1315 * fraction of the first position and last position and then normalizes to
2318 XawTextPosition max_pos, top, first, second;
2354 first = ctx->text.lt.top;
2360 if (ctx->text.insertPos < first)
2375 _XawTextBuildLineTable(ctx, first, FALSE);
2377 } else if (ctx->text.lt.info[1].position == first) {
2378 _XawTextBuildLineTable(ctx, first, FALSE);
2382 if (ctx->text.lt.top != first)