Lines Matching defs:ry
1090 u_int nx, u_int *i, u_int *x, u_int *rx, u_int *ry)
1096 *ry = ctx->yoff + py - ctx->woy;
1183 u_int i, x, rx, ry;
1187 if (tty_clamp_line(tty, ctx, px, py, nx, &i, &x, &rx, &ry))
1188 tty_clear_line(tty, &ctx->defaults, ry, x, rx, bg);
1195 u_int *ry)
1230 *ry = ny;
1235 *ry = ctx->wsy;
1240 *ry = ny - *j;
1245 *ry = ctx->wsy - *y;
1247 if (*ry > ny)
1248 fatalx("%s: y too big, %u > %u", __func__, *ry, ny);
1330 u_int i, j, x, y, rx, ry;
1332 if (tty_clamp_area(tty, ctx, px, py, nx, ny, &i, &j, &x, &y, &rx, &ry))
1333 tty_clear_area(tty, &ctx->defaults, y, ry, x, rx, bg);
1340 u_int nx = ctx->sx, i, x, rx, ry;
1349 if (tty_clamp_line(tty, ctx, 0, py, nx, &i, &x, &rx, &ry)) {
1350 tty_draw_line(tty, s, i, py, rx, x, ry, &ctx->defaults,