Home
last modified time | relevance | path

Searched refs:drawn_area (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/dev/fb/
HDcreator_vt.c258 term_rect_t drawn_area; in creatorfb_bitblt_text() local
260 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width; in creatorfb_bitblt_text()
261 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height; in creatorfb_bitblt_text()
262 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width; in creatorfb_bitblt_text()
263 drawn_area.tr_end.tp_row = area->tr_end.tp_row * vf->vf_height; in creatorfb_bitblt_text()
265 if (vt_is_cursor_in_area(vd, &drawn_area)) { in creatorfb_bitblt_text()
/trueos/sys/dev/vt/hw/fb/
HDvt_fb.c344 term_rect_t drawn_area; in vt_fb_bitblt_text() local
346 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width; in vt_fb_bitblt_text()
347 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height; in vt_fb_bitblt_text()
348 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width; in vt_fb_bitblt_text()
349 drawn_area.tr_end.tp_row = area->tr_end.tp_row * vf->vf_height; in vt_fb_bitblt_text()
351 if (vt_is_cursor_in_area(vd, &drawn_area)) { in vt_fb_bitblt_text()
/trueos/sys/dev/vt/hw/ofwfb/
HDofwfb.c236 term_rect_t drawn_area; in ofwfb_bitblt_text() local
238 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width; in ofwfb_bitblt_text()
239 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height; in ofwfb_bitblt_text()
240 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width; in ofwfb_bitblt_text()
241 drawn_area.tr_end.tp_row = area->tr_end.tp_row * vf->vf_height; in ofwfb_bitblt_text()
243 if (vt_is_cursor_in_area(vd, &drawn_area)) { in ofwfb_bitblt_text()
/trueos/sys/dev/vt/hw/vga/
HDvt_vga.c709 term_rect_t drawn_area; in vga_bitblt_one_text_pixels_block() local
711 drawn_area.tr_begin.tp_col = x; in vga_bitblt_one_text_pixels_block()
712 drawn_area.tr_begin.tp_row = y; in vga_bitblt_one_text_pixels_block()
713 drawn_area.tr_end.tp_col = x + VT_VGA_PIXELS_BLOCK; in vga_bitblt_one_text_pixels_block()
714 drawn_area.tr_end.tp_row = y + vf->vf_height; in vga_bitblt_one_text_pixels_block()
715 if (vd->vd_mshown && vt_is_cursor_in_area(vd, &drawn_area)) { in vga_bitblt_one_text_pixels_block()