Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c144 screen_pos_t s_col, screen_pos_t s_row,
1675 screen_pos_t s_col, screen_pos_t s_row, in tem_safe_copy_area() argument
1688 if (s_col < 0 || s_row < 0 || in tem_safe_copy_area()
1694 s_row >= tems.ts_c_dimension.height || in tem_safe_copy_area()
1699 if (s_row > e_row || s_col > e_col) in tem_safe_copy_area()
1702 rows = e_row - s_row + 1; in tem_safe_copy_area()
1708 soffset = s_col + s_row * tems.ts_c_dimension.width; in tem_safe_copy_area()
1725 tem_safe_virtual_copy(tem, s_col, s_row + i, in tem_safe_copy_area()
1726 e_col - cols + width, s_row + i, in tem_safe_copy_area()
1730 tem_safe_callback_copy(tem, s_col, s_row + i, in tem_safe_copy_area()
[all …]
H A Dtem.c860 ma.s_row = nrows * tems.ts_font.vf_height; in tem_prom_scroll_up()
/illumos-gate/usr/src/boot/common/
H A Dtem.c121 screen_pos_t s_col, screen_pos_t s_row,
786 ma.s_row = nrows * tems.ts_font.vf_height; in tem_prom_scroll_up()
2204 screen_pos_t s_col, screen_pos_t s_row, in tem_copy_area() argument
2213 if (s_col < 0 || s_row < 0 || in tem_copy_area()
2219 s_row >= tems.ts_c_dimension.height || in tem_copy_area()
2224 if (s_row > e_row || s_col > e_col) in tem_copy_area()
2227 rows = e_row - s_row + 1; in tem_copy_area()
2235 tem_callback_copy(tem, s_col, s_row, in tem_copy_area()
2241 soffset = s_col + s_row * tems.ts_c_dimension.width; in tem_copy_area()
2260 tem_callback_copy(tem, s_col, s_row + i, in tem_copy_area()
[all …]
H A Dgfx_fb.c993 height = ma->e_row - ma->s_row + 1; in gfx_fb_cons_copy()
996 sy = ma->s_row; in gfx_fb_cons_copy()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c284 ma->s_row < 0 || ma->s_row >= TEXT_ROWS || in vidc_text_cons_copy()
290 ma->s_row > ma->e_row) in vidc_text_cons_copy()
298 rows_to_move = ma->e_row - ma->s_row + 1; in vidc_text_cons_copy()
308 from_row_start = base + ((ma->s_row * TEXT_COLS) + ma->s_col); in vidc_text_cons_copy()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c54 uint16_t s_row; /* Starting row */ member
598 soffset = c_copy->s_col * fb_info.bpp + c_copy->s_row * fb_info.pitch; in boot_fb_conscopy()
610 height = c_copy->e_row - c_copy->s_row + 1; in boot_fb_conscopy()
634 c_copy.s_row = fb_info.cursor.origin.y; in boot_fb_shiftline()
638 c_copy.e_row = c_copy.s_row + boot_fb_font.vf_height; in boot_fb_shiftline()
655 c_copy.s_row = fb_info.terminal_origin.y + boot_fb_font.vf_height; in boot_fb_scroll()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c659 ma->s_row < 0 || ma->s_row >= VGA_TEXT_ROWS || in vgatext_cons_copy()
665 ma->s_row > ma->e_row) in vgatext_cons_copy()
673 rows_to_move = ma->e_row - ma->s_row + 1; in vgatext_cons_copy()
683 from_row_start = base + ((ma->s_row * VGA_TEXT_COLS) + ma->s_col); in vgatext_cons_copy()
H A Dgfxp_bitmap.c322 soffset = ma->s_col * console->fb.bpp + ma->s_row * console->fb.pitch; in bitmap_cons_copy()
328 height = ma->e_row - ma->s_row + 1; in bitmap_cons_copy()
/illumos-gate/usr/src/uts/common/sys/
H A Dvisual_io.h255 screen_pos_t s_row; /* Starting row */ member