Searched refs:tg_tp (Results 1 – 4 of 4) sorted by relevance
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() 182 if (p->tp_row >= state->tg_tp.tp_row) in efi_text_cursor() 183 row = state->tg_tp.tp_row - 1; 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() 222 p->tp_row == state->tg_tp.tp_row - 1 && in efi_text_printchar() 223 p->tp_col == state->tg_tp in efi_text_printchar() [all...]
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()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()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()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()442 drow = d.tp_row * state->tg_tp.tp_col; in vidc_text_copy()[all …]
961 idx = p->tp_col + p->tp_row * state->tg_tp.tp_col; in gfx_fb_putchar() 962 if (idx >= state->tg_tp.tp_col * state->tg_tp.tp_row) in gfx_fb_putchar() 1003 row = &screen_buffer[p.tp_row * state->tg_tp.tp_col]; in gfx_fb_fill() 1029 if (p.tp_col >= state->tg_tp.tp_col) in gfx_fb_cursor_draw() 1030 p.tp_col = state->tg_tp.tp_col - 1; in gfx_fb_cursor_draw() 1031 if (p.tp_row >= state->tg_tp.tp_row) in gfx_fb_cursor_draw() 1032 p.tp_row = state->tg_tp.tp_row - 1; in gfx_fb_cursor_draw() 1033 idx = p.tp_col + p.tp_row * state->tg_tp.tp_col; in gfx_fb_cursor_draw() 1034 if (idx >= state->tg_tp in gfx_fb_cursor_draw() [all...]
211 teken_pos_t tg_tp; /* Terminal dimensions */ member