Searched refs:e_row (Results 1 – 10 of 10) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/ |
| H A D | tem_safe.c | 145 screen_pos_t e_col, screen_pos_t e_row, 1676 screen_pos_t e_col, screen_pos_t e_row, in tem_safe_copy_area() argument 1689 e_col < 0 || e_row < 0 || in tem_safe_copy_area() 1695 e_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() 1852 screen_pos_t e_col, screen_pos_t e_row, in tem_safe_text_copy() argument 1863 da.e_row = e_row; in tem_safe_text_copy() 1929 screen_pos_t e_col, screen_pos_t e_row, in tem_safe_pix_copy() argument 1954 ma.e_row = (e_row + 1) * tems.ts_font.vf_height + in tem_safe_pix_copy() [all …]
|
| H A D | tem.c | 840 ma.e_row = tems.ts_p_dimension.height - 1; in tem_prom_scroll_up()
|
| /illumos-gate/usr/src/boot/common/ |
| H A D | tem.c | 122 screen_pos_t e_col, screen_pos_t e_row, 787 ma.e_row = tems.ts_p_dimension.height - 1; in tem_prom_scroll_up() 2205 screen_pos_t e_col, screen_pos_t e_row, in tem_copy_area() argument 2214 e_col < 0 || e_row < 0 || in tem_copy_area() 2220 e_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() 2236 e_col, e_row, t_col, t_row); in tem_copy_area() 2341 screen_pos_t s_col, screen_pos_t e_row, screen_pos_t e_col) in tem_image_display() argument 2348 for (i = s_row; i <= e_row; i++) { in tem_image_display() [all …]
|
| H A D | gfx_fb.c | 993 height = ma->e_row - ma->s_row + 1; in gfx_fb_cons_copy()
|
| /illumos-gate/usr/src/boot/i386/libi386/ |
| H A D | vidconsole.c | 286 ma->e_row < 0 || ma->e_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()
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | visual_io.h | 257 screen_pos_t e_row; /* Ending row */ member
|
| /illumos-gate/usr/src/uts/i86pc/boot/ |
| H A D | boot_fb.c | 56 uint16_t e_row; /* Ending row */ member 610 height = c_copy->e_row - c_copy->s_row + 1; in boot_fb_conscopy() 638 c_copy.e_row = c_copy.s_row + boot_fb_font.vf_height; in boot_fb_shiftline() 657 c_copy.e_row = fb_info.screen.y - fb_info.terminal_origin.y; in boot_fb_scroll()
|
| /illumos-gate/usr/src/uts/i86pc/io/gfx_private/ |
| H A D | gfxp_vgatext.c | 661 ma->e_row < 0 || ma->e_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()
|
| H A D | gfxp_bitmap.c | 328 height = ma->e_row - ma->s_row + 1; in bitmap_cons_copy()
|
| /illumos-gate/usr/src/boot/efi/libefi/ |
| H A D | efi_console.c | 345 row = ma->e_row; in efi_text_cons_copy()
|