Home | History | Annotate | Download | only in dist

Lines Matching refs:octx

109 format_draw_put(struct screen_write_ctx *octx, u_int ocx, u_int ocy,
117 screen_write_cursormove(octx, ocx + offset, ocy, 0);
118 screen_write_fast_copy(octx, s, start, 0, width, 1);
124 format_draw_put_list(struct screen_write_ctx *octx,
133 format_draw_put(octx, ocx, ocy, list, frs, offset, 0, width);
148 screen_write_cursormove(octx, ocx + offset, ocy, 0);
149 screen_write_fast_copy(octx, list_left, 0, 0, list_left->cx, 1);
155 screen_write_cursormove(octx, ocx + offset + width -
157 screen_write_fast_copy(octx, list_right, 0, 0, list_right->cx,
163 format_draw_put(octx, ocx, ocy, list, frs, offset, start, width);
168 format_draw_none(struct screen_write_ctx *octx, u_int available, u_int ocx,
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,
227 format_draw_left(struct screen_write_ctx *octx, u_int available, u_int ocx,
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,
330 format_draw_centre(struct screen_write_ctx *octx, u_int available, u_int ocx,
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,
438 format_draw_right(struct screen_write_ctx *octx, u_int available, u_int ocx,
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,
544 format_draw_absolute_centre(struct screen_write_ctx *octx, u_int available,
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,
689 format_draw(struct screen_write_ctx *octx, const struct grid_cell *base,
711 struct screen *os = octx->s, s[TOTAL];
988 screen_write_putc(octx, &gc, ' ');
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);