Home
last modified time | relevance | path

Searched refs:t_row (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c146 screen_pos_t t_col, screen_pos_t t_row,
1690 t_col < 0 || t_row < 0 || in tem_safe_copy_area()
1696 t_row >= tems.ts_c_dimension.height) in tem_safe_copy_area()
1727 t_col, t_row + i); in tem_safe_copy_area()
1745 t_col, t_row + i); in tem_safe_copy_area()
1865 da.t_row = t_row; in tem_safe_text_copy()
1956 ma.t_row = t_row * tems.ts_font.vf_height + tems.ts_p_offset.y; in tem_safe_pix_copy()
1983 tem->tvs_first_line -= (s_row - t_row); in tem_safe_pix_copy()
2787 t_row < 0 || t_row >= rows || in tem_safe_virtual_copy()
2796 if (t_row + rows_to_move > rows || in tem_safe_virtual_copy()
[all …]
H A Dtem.c841 ma.t_row = 0; in tem_prom_scroll_up()
/illumos-gate/usr/src/boot/common/
H A Dtem.c123 screen_pos_t t_col, screen_pos_t t_row);
780 ma.t_row = 0; in tem_prom_scroll_up()
2198 screen_pos_t t_col, screen_pos_t t_row) in tem_copy_area() argument
2207 t_col < 0 || t_row < 0 || in tem_copy_area()
2213 t_row >= tems.ts_c_dimension.height) in tem_copy_area()
2228 e_col, e_row, t_col, t_row); in tem_copy_area()
2254 t_col, t_row + i); in tem_copy_area()
2269 t_col, t_row + i); in tem_copy_area()
2360 da.t_row = t_row; in tem_text_copy()
2432 ma.t_row = t_row * tems.ts_font.vf_height + tems.ts_p_offset.y; in tem_pix_copy()
[all …]
H A Dgfx_fb.c998 dy = ma->t_row; in gfx_fb_cons_copy()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c288 ma->t_row < 0 || ma->t_row >= TEXT_ROWS || in vidc_text_cons_copy()
301 if (ma->t_row + rows_to_move > TEXT_ROWS || in vidc_text_cons_copy()
307 to_row_start = base + ((ma->t_row * TEXT_COLS) + ma->t_col); in vidc_text_cons_copy()
/illumos-gate/usr/src/uts/common/sys/
H A Dvisual_io.h259 screen_pos_t t_row; /* Row to move to */ member
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c58 uint16_t t_row; /* Row to move to */ member
599 toffset = c_copy->t_col * fb_info.bpp + c_copy->t_row * fb_info.pitch; in boot_fb_conscopy()
641 c_copy.t_row = fb_info.cursor.origin.y; in boot_fb_shiftline()
659 c_copy.t_row = fb_info.terminal_origin.y; in boot_fb_scroll()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c663 ma->t_row < 0 || ma->t_row >= VGA_TEXT_ROWS || in vgatext_cons_copy()
676 if (ma->t_row + rows_to_move > VGA_TEXT_ROWS || in vgatext_cons_copy()
682 to_row_start = base + ((ma->t_row * VGA_TEXT_COLS) + ma->t_col); in vgatext_cons_copy()
H A Dgfxp_bitmap.c323 toffset = ma->t_col * console->fb.bpp + ma->t_row * console->fb.pitch; in bitmap_cons_copy()