Lines Matching refs:tp_col
154 for (p.tp_col = r->tr_begin.tp_col; in term_image_display()
155 p.tp_col < r->tr_end.tp_col; p.tp_col++) { in term_image_display()
156 idx = p.tp_col + p.tp_row * state->tg_tp.tp_col; in term_image_display()
157 if (idx >= state->tg_tp.tp_col * state->tg_tp.tp_row) in term_image_display()
185 col = p->tp_col; in efi_text_cursor()
186 if (p->tp_col >= state->tg_tp.tp_col) in efi_text_cursor()
187 col = state->tg_tp.tp_col - 1; in efi_text_cursor()
199 px = screen_buffer + p->tp_col + p->tp_row * state->tg_tp.tp_col; in efi_text_printchar()
218 conout->SetCursorPosition(conout, p->tp_col, p->tp_row); in efi_text_printchar()
223 p->tp_col == state->tg_tp.tp_col - 1) in efi_text_printchar()
242 idx = p->tp_col + p->tp_row * state->tg_tp.tp_col; in efi_text_putchar()
243 if (idx >= state->tg_tp.tp_col * state->tg_tp.tp_row) in efi_text_putchar()
266 for (p.tp_col = r->tr_begin.tp_col; in efi_text_fill()
267 p.tp_col < r->tr_end.tp_col; p.tp_col++) in efi_text_fill()
281 soffset = s->tp_col + s->tp_row * state->tg_tp.tp_col; in efi_text_copy_line()
282 doffset = d->tp_col + d->tp_row * state->tg_tp.tp_col; in efi_text_copy_line()
287 sp.tp_col = s->tp_col + x; in efi_text_copy_line()
288 dp.tp_col = d->tp_col + x; in efi_text_copy_line()
297 if (dp.tp_col + 1 == state->tg_tp.tp_col && in efi_text_copy_line()
323 ncol = r->tr_end.tp_col - r->tr_begin.tp_col; in efi_text_copy()
328 if (p->tp_row == 0 && p->tp_col == 0 && in efi_text_copy()
329 nrow == state->tg_tp.tp_row - 2 && ncol == state->tg_tp.tp_col - 2) in efi_text_copy()
332 soffset = r->tr_begin.tp_col + r->tr_begin.tp_row * state->tg_tp.tp_col; in efi_text_copy()
333 doffset = p->tp_col + p->tp_row * state->tg_tp.tp_col; in efi_text_copy()
895 gfx_state.tg_origin.tp_col, in cons_draw_frame()
898 gfx_state.tg_fb.fb_width - gfx_state.tg_origin.tp_col - 1, in cons_draw_frame()
998 gfx_state.tg_tp.tp_col = 80; in cons_update_mode()
1001 cols = gfx_state.tg_tp.tp_col; in cons_update_mode()
1005 gfx_state.tg_origin.tp_col = (fb_width - in cons_update_mode()
1031 gfx_state.tg_tp.tp_col = cols; in cons_update_mode()