Home
last modified time | relevance | path

Searched refs:ts_p_offset (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c1505 x1 = (ux1 + 1) * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect()
1506 y1 = uy1 * vf_height + tems.ts_p_offset.y + yshift; in gfx_term_drawrect()
1507 x2 = ux2 * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect()
1509 y2 = uy2 * vf_height + tems.ts_p_offset.y; in gfx_term_drawrect()
1516 x1 = ux1 * vf_width + tems.ts_p_offset.x + xshift; in gfx_term_drawrect()
1517 y1 = uy1 * vf_height + tems.ts_p_offset.y; in gfx_term_drawrect()
1519 y2 = uy2 * vf_height + tems.ts_p_offset.y; in gfx_term_drawrect()
1521 x1 = ux2 * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect()
1526 x1 = ux1 * vf_width + tems.ts_p_offset.x + xshift; in gfx_term_drawrect()
1527 y1 = uy1 * vf_height + tems.ts_p_offset.y; in gfx_term_drawrect()
[all …]
H A Dtem.c537 tems.ts_p_offset.y = (tems.ts_p_dimension.height - in tems_setup_terminal()
539 tems.ts_p_offset.x = (tems.ts_p_dimension.width - in tems_setup_terminal()
792 tem_pix_cls_range(tem, 0, nrows, tems.ts_p_offset.y, in tem_prom_scroll_up()
814 tems.ts_p_offset.y; in tem_adjust_row()
2397 da.row = (row * da.height) + tems.ts_p_offset.y; in tem_pix_display()
2398 da.col = (col * da.width) + tems.ts_p_offset.x; in tem_pix_display()
2429 ma.s_row = s_row * tems.ts_font.vf_height + tems.ts_p_offset.y; in tem_pix_copy()
2431 tems.ts_p_offset.y - 1; in tem_pix_copy()
2432 ma.t_row = t_row * tems.ts_font.vf_height + tems.ts_p_offset.y; in tem_pix_copy()
2449 ma.s_col = s_col * tems.ts_font.vf_width + tems.ts_p_offset.x; in tem_pix_copy()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c1913 da.row = (row * da.height) + tems.ts_p_offset.y; in tem_safe_pix_display()
1914 da.col = (col * da.width) + tems.ts_p_offset.x; in tem_safe_pix_display()
1953 ma.s_row = s_row * tems.ts_font.vf_height + tems.ts_p_offset.y; in tem_safe_pix_copy()
1955 tems.ts_p_offset.y - 1; in tem_safe_pix_copy()
1956 ma.t_row = t_row * tems.ts_font.vf_height + tems.ts_p_offset.y; in tem_safe_pix_copy()
1973 ma.s_col = s_col * tems.ts_font.vf_width + tems.ts_p_offset.x; in tem_safe_pix_copy()
1975 tems.ts_p_offset.x - 1; in tem_safe_pix_copy()
1976 ma.t_col = t_col * tems.ts_font.vf_width + tems.ts_p_offset.x; in tem_safe_pix_copy()
2036 tem_safe_pix_cls_range(tem, row, 1, tems.ts_p_offset.y, in tem_safe_pix_cls()
2037 col, count, tems.ts_p_offset.x, B_FALSE, credp, called_from); in tem_safe_pix_cls()
[all …]
H A Dtem.c613 tems.ts_p_offset.y = (tems.ts_p_dimension.height - in tems_setup_terminal()
615 tems.ts_p_offset.x = (tems.ts_p_dimension.width - in tems_setup_terminal()
853 tem_safe_pix_cls_range(tem, 0, nrows, tems.ts_p_offset.y, in tem_prom_scroll_up()
884 tems.ts_p_offset.y; in tem_adjust_row()
/illumos-gate/usr/src/common/ficl/
H A Dloader.c96 x1 = tems.ts_p_offset.x + x1 * tems.ts_font.vf_width; in ficl_term_putimage()
97 y1 = tems.ts_p_offset.y + y1 * tems.ts_font.vf_height; in ficl_term_putimage()
99 x2 = tems.ts_p_offset.x + in ficl_term_putimage()
103 y2 = tems.ts_p_offset.y + in ficl_term_putimage()
/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h248 struct tem_pix_pos ts_p_offset; /* pix offset to center the display */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dtem_impl.h273 struct tem_pix_pos ts_p_offset; /* pix offset to center the display */ member