Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dvisual_io.h159 typedef short screen_size_t; typedef
247 screen_size_t width; /* Width of data */
248 screen_size_t height; /* Height of data */
266 screen_size_t width; /* Width of cursor */
267 screen_size_t height; /* Height of cursor */
307 screen_size_t width; /* Width of the device */
308 screen_size_t height; /* Height of the device */
309 screen_size_t linebytes; /* Bytes per scan line */
H A Dtem_impl.h179 screen_size_t width;
180 screen_size_t height;
266 screen_size_t ts_linebytes; /* Layered on bytes per scan line */
/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h161 screen_size_t width;
162 screen_size_t height;
242 screen_size_t ts_linebytes; /* Layered on bytes per scan line */
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c1836 da.width = (screen_size_t)width;
1837 da.height = (screen_size_t)height;
1911 da.width = (screen_size_t)tems.ts_font.vf_width; in tem_safe_pix_display()
1912 da.height = (screen_size_t)tems.ts_font.vf_height; in tem_safe_pix_display()
2450 ca.width = (screen_size_t)tems.ts_font.vf_width; in tem_safe_pix_cursor()
2451 ca.height = (screen_size_t)tems.ts_font.vf_height; in tem_safe_pix_cursor()
2679 da.width = (screen_size_t)tems.ts_font.vf_width; in tem_safe_pix_cls_range()
2731 screen_size_t chars_per_row; in i_virtual_copy_tem_chars()
2734 screen_size_t rows_to_move; in i_virtual_copy_tem_chars()
2777 screen_size_t chars_per_row; in tem_safe_virtual_copy()
[all …]
H A Dtem.c538 tems_setup_font(screen_size_t height, screen_size_t width) in tems_setup_font()
605 tems.ts_c_dimension.height = (screen_size_t)height; in tems_setup_terminal()
606 tems.ts_c_dimension.width = (screen_size_t)width; in tems_setup_terminal()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c273 screen_size_t chars_per_row; in vidc_text_cons_copy()
276 screen_size_t rows_to_move; in vidc_text_cons_copy()
/illumos-gate/usr/src/boot/common/
H A Dtem.c452 tems_setup_font(screen_size_t height, screen_size_t width) in tems_setup_font()
522 tems.ts_c_dimension.height = (screen_size_t)height; in tems_setup_terminal()
523 tems.ts_c_dimension.width = (screen_size_t)width; in tems_setup_terminal()
H A Dgfx_fb.c1222 for (screen_size_t i = 0; i < ca->height; i++) { in gfx_fb_cursor_impl()
1224 for (screen_size_t j = 0; j < ca->width; j++) { in gfx_fb_cursor_impl()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c648 screen_size_t chars_per_row; in vgatext_cons_copy()
651 screen_size_t rows_to_move; in vgatext_cons_copy()