Lines Matching defs:ocy
109 format_draw_put(struct screen_write_ctx *octx, u_int ocx, u_int ocy,
117 screen_write_cursormove(octx, ocx + offset, ocy, 0);
125 u_int ocx, u_int ocy, u_int offset, u_int width, struct screen *list,
133 format_draw_put(octx, ocx, ocy, list, frs, offset, 0, width);
148 screen_write_cursormove(octx, ocx + offset, ocy, 0);
156 list_right->cx, ocy, 0);
163 format_draw_put(octx, ocx, ocy, list, frs, offset, start, width);
169 u_int ocy, struct screen *left, struct screen *centre, struct screen *right,
193 format_draw_put(octx, ocx, ocy, left, frs, 0, 0, width_left);
196 format_draw_put(octx, ocx, ocy, right, frs,
207 format_draw_put(octx, ocx, ocy, centre, frs,
219 format_draw_put(octx, ocx, ocy, abs_centre, frs,
228 u_int ocy, struct screen *left, struct screen *centre, struct screen *right,
271 format_draw_none(octx, available, ocx, ocy, left, centre,
277 format_draw_put(octx, ocx, ocy, left, frs, 0, 0, width_left);
280 format_draw_put(octx, ocx, ocy, right, frs,
286 format_draw_put(octx, ocx, ocy, after, frs,
297 format_draw_put(octx, ocx, ocy, centre, frs,
314 format_draw_put_list(octx, ocx, ocy, width_left, width_list, list,
322 format_draw_put(octx, ocx, ocy, abs_centre, frs,
331 u_int ocy, struct screen *left, struct screen *centre, struct screen *right,
374 format_draw_none(octx, available, ocx, ocy, left, centre,
380 format_draw_put(octx, ocx, ocy, left, frs, 0, 0, width_left);
383 format_draw_put(octx, ocx, ocy, right, frs,
398 format_draw_put(octx, ocx, ocy, centre, frs,
407 format_draw_put(octx, ocx, ocy, after, frs,
421 format_draw_put_list(octx, ocx, ocy, middle - width_list / 2,
430 format_draw_put(octx, ocx, ocy, abs_centre, frs,
439 u_int ocy, struct screen *left, struct screen *centre, struct screen *right,
482 format_draw_none(octx, available, ocx, ocy, left, centre,
488 format_draw_put(octx, ocx, ocy, left, frs, 0, 0, width_left);
491 format_draw_put(octx, ocx, ocy, after, frs,
500 format_draw_put(octx, ocx, ocy, right, frs,
511 format_draw_put(octx, ocx, ocy, centre, frs,
528 format_draw_put_list(octx, ocx, ocy, available - width_list -
537 format_draw_put(octx, ocx, ocy, abs_centre, frs,
545 u_int ocx, u_int ocy, struct screen *left, struct screen *centre,
589 format_draw_put(octx, ocx, ocy, left, frs, 0, 0, width_left);
592 format_draw_put(octx, ocx, ocy, right, frs,
607 format_draw_put(octx, ocx, ocy, centre, frs,
627 format_draw_put(octx, ocx, ocy, abs_centre, frs, abs_centre_offset,
634 format_draw_put_list(octx, ocx, ocy, abs_centre_offset, width_list,
641 format_draw_put(octx, ocx, ocy, after, frs, abs_centre_offset, 0,
713 u_int ocx = os->cx, ocy = os->cy, n, i, width[TOTAL];
998 format_draw_none(octx, available, ocx, ocy, &s[LEFT],
1003 format_draw_left(octx, available, ocx, ocy, &s[LEFT],
1010 format_draw_centre(octx, available, ocx, ocy, &s[LEFT],
1017 format_draw_right(octx, available, ocx, ocy, &s[LEFT],
1024 format_draw_absolute_centre(octx, available, ocx, ocy, &s[LEFT],
1078 screen_write_cursormove(octx, ocx, ocy, 0);