Lines Matching refs:tp_col
113 for (p.tp_col = r->tr_begin.tp_col; in term_image_display()
114 p.tp_col < r->tr_end.tp_col; p.tp_col++) { in term_image_display()
115 idx = p.tp_col + p.tp_row * state->tg_tp.tp_col; in term_image_display()
116 if (idx >= state->tg_tp.tp_col * state->tg_tp.tp_row) in term_image_display()
171 if (p->tp_col == TEXT_COLS) in vidc_text_cursor()
172 col = p->tp_col - 1; in vidc_text_cursor()
174 col = p->tp_col; in vidc_text_cursor()
320 idx = p->tp_col + p->tp_row * state->tg_tp.tp_col; in vidc_text_printchar()
348 idx = p->tp_col + p->tp_row * state->tg_tp.tp_col; in vidc_text_putchar()
349 if (idx >= state->tg_tp.tp_col * state->tg_tp.tp_row) in vidc_text_putchar()
370 for (p.tp_col = r->tr_begin.tp_col; in vidc_text_fill()
371 p.tp_col < r->tr_end.tp_col; p.tp_col++) in vidc_text_fill()
391 ncol = r->tr_end.tp_col - r->tr_begin.tp_col; in vidc_text_copy()
400 drow = d.tp_row * state->tg_tp.tp_col; in vidc_text_copy()
401 srow = s.tp_row * state->tg_tp.tp_col; in vidc_text_copy()
403 d.tp_col = p->tp_col + x; in vidc_text_copy()
404 s.tp_col = r->tr_begin.tp_col + x; in vidc_text_copy()
407 &screen_buffer[d.tp_col + drow], in vidc_text_copy()
408 &screen_buffer[s.tp_col + srow])) { in vidc_text_copy()
409 screen_buffer[d.tp_col + drow] = in vidc_text_copy()
410 screen_buffer[s.tp_col + srow]; in vidc_text_copy()
417 if (p->tp_col < r->tr_begin.tp_col) { in vidc_text_copy()
422 drow = d.tp_row * state->tg_tp.tp_col; in vidc_text_copy()
423 srow = s.tp_row * state->tg_tp.tp_col; in vidc_text_copy()
425 d.tp_col = p->tp_col + x; in vidc_text_copy()
426 s.tp_col = r->tr_begin.tp_col + x; in vidc_text_copy()
429 &screen_buffer[d.tp_col + drow], in vidc_text_copy()
430 &screen_buffer[s.tp_col + srow])) { in vidc_text_copy()
431 screen_buffer[d.tp_col + drow] = in vidc_text_copy()
432 screen_buffer[s.tp_col + srow]; in vidc_text_copy()
442 drow = d.tp_row * state->tg_tp.tp_col; in vidc_text_copy()
443 srow = s.tp_row * state->tg_tp.tp_col; in vidc_text_copy()
445 d.tp_col = p->tp_col + x; in vidc_text_copy()
446 s.tp_col = r->tr_begin.tp_col + x; in vidc_text_copy()
449 &screen_buffer[d.tp_col + drow], in vidc_text_copy()
450 &screen_buffer[s.tp_col + srow])) { in vidc_text_copy()
451 screen_buffer[d.tp_col + drow] = in vidc_text_copy()
452 screen_buffer[s.tp_col + srow]; in vidc_text_copy()
682 gfx_state.tg_origin.tp_col, in cons_draw_frame()
685 gfx_state.tg_fb.fb_width - gfx_state.tg_origin.tp_col - 1, in cons_draw_frame()
891 gfx_state.tg_tp.tp_col = TEXT_COLS; in cons_update_mode()
899 gfx_state.tg_origin.tp_col = (gfx_state.tg_fb.fb_width - in cons_update_mode()
900 (gfx_state.tg_tp.tp_col * gfx_state.tg_font.vf_width)) / 2; in cons_update_mode()
932 screen_buffer = malloc(gfx_state.tg_tp.tp_row * gfx_state.tg_tp.tp_col * in cons_update_mode()
987 snprintf(env, sizeof (env), "%u", (unsigned)gfx_state.tg_tp.tp_col); in cons_update_mode()