Lines Matching refs:last
1061 float first, last;
1069 last = ctx->text.lt.info[ctx->text.lt.lines].position;
1071 last /= (float) ctx->text.lastPos;
1073 last = 1.0;
1087 if ( (y < ctx->text.lt.info[line + 1].y) || ((last - first) < 1.0) )
1094 XawScrollbarSetThumb(ctx->text.vbar, first, last - first);
1119 float first, last, widest;
1132 widest /= (last = GetWidestLine(ctx));
1147 first /= last;
1438 * fraction of the first position and last position and then normalizes to
2780 /* Back up to just before the last CR. */