Searched refs:drawn_area (Results 1 – 4 of 4) sorted by relevance
434 term_rect_t drawn_area; in vt_fb_postswitch() 436 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width; in vt_fb_postswitch() 437 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height; in vt_fb_postswitch() 438 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width;439 drawn_area.tr_end.tp_row = area->tr_end.tp_row * vf->vf_height;441 if (vt_is_cursor_in_area(vd, &drawn_area)) { in vt_fb_init_colors() 387 term_rect_t drawn_area; vt_fb_bitblt_text() local
292 term_rect_t drawn_area; in ofwfb_bitblt_text() 294 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width; in ofwfb_bitblt_text() 295 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height; in ofwfb_bitblt_text() 296 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width; in ofwfb_bitblt_text() 297 drawn_area.tr_end.tp_row = area->tr_end.tp_row * vf->vf_height;299 if (vt_is_cursor_in_area(vd, &drawn_area)) {280 term_rect_t drawn_area; ofwfb_bitblt_text() local
721 term_rect_t drawn_area; in vga_bitblt_one_text_pixels_block() 723 drawn_area.tr_begin.tp_col = x; in vga_bitblt_one_text_pixels_block() 724 drawn_area.tr_begin.tp_row = y; in vga_bitblt_one_text_pixels_block() 725 drawn_area.tr_end.tp_col = x + VT_VGA_PIXELS_BLOCK; in vga_bitblt_one_text_pixels_block() 726 drawn_area.tr_end.tp_row = y + vf->vf_height; in vga_bitblt_one_text_pixels_block() 727 if (vd->vd_mshown && vt_is_cursor_in_area(vd, &drawn_area)) { in vga_bitblt_one_text_pixels_block() 719 term_rect_t drawn_area; vga_bitblt_one_text_pixels_block() local
1443 term_rect_t drawn_area; in vt_bitblt_buffer() local1445 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width; in vt_bitblt_buffer()1446 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height; in vt_bitblt_buffer()1447 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width; in vt_bitblt_buffer()1448 drawn_area.tr_end.tp_row = area->tr_end.tp_row * vf->vf_height; in vt_bitblt_buffer()1450 if (vt_is_cursor_in_area(vd, &drawn_area)) { in vt_bitblt_buffer()