Searched defs:height (Results 76 - 100 of 102) sorted by relevance

12345

/freebsd-current/sys/dev/virtio/gpu/
H A Dvirtio_gpu.h169 uint32_t height; member in struct:virtio_gpu_rect
185 uint32_t height; member in struct:virtio_gpu_resource_create_2d
271 uint32_t height; member in struct:virtio_gpu_resource_create_3d
420 uint32_t height; member in struct:virtio_gpu_set_scanout_blob
/freebsd-current/sys/dev/drm2/
H A Ddrm_mode.h281 __u32 width, height; member in struct:drm_mode_fb_cmd
293 __u32 width, height; member in struct:drm_mode_fb_cmd2
386 __u32 height; member in struct:drm_mode_cursor
436 uint32_t height; member in struct:drm_mode_create_dumb
H A Ddrm_edid.c1386 int width = 0, height; local
[all...]
H A Ddrm_crtc.c2287 unsigned int height = r->height / (i != 0 ? vsub : 1); local
[all...]
H A Ddrm_crtc.h258 unsigned int height; member in struct:drm_framebuffer
/freebsd-current/sys/dev/vt/
H A Dvt.h427 uint8_t height; member in struct:vt_mouse_cursor
H A Dvt_core.c702 vt_axis_t height; local
/freebsd-current/usr.sbin/bhyve/
H A Drfb.c112 int width, height; member in struct:rfb_softc
160 uint16_t height; member in struct:rfb_srvr_info
197 uint16_t height; member in struct:rfb_updt_msg
237 uint16_t height; member in struct:rfb_srvr_rect_hdr
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp169 unsigned height(Node *N) { function in struct:__anon2330::RangeTree
[all...]
/freebsd-current/sys/dev/fb/
H A Dvga.c896 int height, i, width; local
2330 vga_set_hw_cursor_shape(video_adapter_t *adp, int base, int height, argument
[all...]
H A Dvesa.c1615 vesa_set_hw_cursor_shape(video_adapter_t *adp, int base, int height, argument
/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_lcd.c620 uint32_t width, height; local
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dbtree.c2027 zfs_btree_verify_height_helper(zfs_btree_t *tree, zfs_btree_hdr_t *hdr, int32_t height) argument
/freebsd-current/contrib/ncurses/progs/
H A Ddump_entry.c62 static int height = 65535; /* max number of lines for listings */ variable
H A Dtic.c700 int height = 65535; local
/freebsd-current/contrib/dialog/
H A Dutil.c241 dlg_attr_clear(WINDOW *win, int height, int width, chtype attr) argument
1108 dlg_print_autowrap(WINDOW *win, const char *prompt, int height, int width) argument
1125 dlg_print_scrolled(WINDOW *win, const char *prompt, int offset, int height, int width, int pauseopt) argument
1278 auto_size_preformatted(const char *prompt, int *height, int *width) argument
1345 real_auto_size(const char *title, const char *prompt, int *height, int *width, int boxlines, int mincols) argument
1426 dlg_auto_size(const char *title, const char *prompt, int *height, int *width, int boxlines, int mincols) argument
1459 dlg_auto_sizefile(const char *title, const char *file, int *height, int *width, int boxlines, int mincols) argument
1539 dlg_draw_box2(WINDOW *win, int y, int x, int height, int width, chtype boxchar, chtype borderchar, chtype borderchar2) argument
1572 dlg_draw_box(WINDOW *win, int y, int x, int height, int width, chtype boxchar, chtype borderchar) argument
1755 repaint_shadow(DIALOG_WINDOWS * dw, bool draw, int y, int x, int height, int width) argument
1820 dlg_draw_shadow(WINDOW *win, int y, int x, int height, int width) argument
1822 repaint_shadow(SearchTopWindows(win), TRUE, y, x, height, width); local
2034 dlg_print_size(int height, int width) argument
2043 dlg_ctl_size(int height, int width) argument
2082 dlg_calc_listh(int *height, int *list_height, int item_no) argument
2217 dlg_box_y_ordinate(int height) argument
2250 int height = getmaxy(win); local
2329 dlg_new_window(int height, int width, int y, int x) argument
2339 dlg_new_modal_window(WINDOW *parent, int height, int width, int y, int x) argument
2413 dlg_move_window(WINDOW *win, int height, int width, int y, int x) argument
2476 dlg_der_window(WINDOW *parent, int height, int width, int y, int x) argument
2491 dlg_sub_window(WINDOW *parent, int height, int width, int y, int x) argument
[all...]
H A Ddialog.c1444 int height = 0; local
[all...]
/freebsd-current/sys/contrib/xen/
H A Dxen.h946 uint16_t width, height; member in struct:dom0_vga_console_info::__anon152::__anon154
/freebsd-current/contrib/less/
H A Dscreen.c902 int height = atoi(s); local
/freebsd-current/sys/dev/syscons/
H A Dsyscons.c3102 sc_adjust_ca(struct cursor_attr *cap, int flags, int base, int height) argument
3121 change_cursor_shape(scr_stat *scp, int flags, int base, int height) argument
3141 sc_change_cursor_shape(scr_stat *scp, int flags, int base, int height) argument
[all...]
H A Dsyscons.h166 u_char height; member in struct:cursor_attr
/freebsd-current/sys/sys/
H A Dconsio.h226 unsigned int height; member in struct:vfnt
/freebsd-current/stand/common/
H A Dgfx_fb.c884 uint32_t width, height; local
939 unsigned x, y, width, height; local
1111 uint32_t sx, sy, dx, dy, width, height; local
1328 allocate_glyphbuffer(uint32_t width, uint32_t height) argument
1344 gfx_fb_cons_display(uint32_t x, uint32_t y, uint32_t width, uint32_t height, void *data) argument
2091 unsigned height = h; local
2179 setup_font(teken_gfx_t *state, teken_unit_t height, teken_unit_t width) argument
[all...]
/freebsd-current/contrib/ncurses/form/
H A Dfrm_driver.c513 int width, height; local
559 int row, height; local
/freebsd-current/sys/contrib/v4l/
H A Dvideodev2.h234 __s32 height; member in struct:v4l2_rect
281 __u32 height; member in struct:v4l2_pix_format
410 __u32 height; /* Frame height [pixel] */ member in struct:v4l2_frmsize_discrete
454 __u32 height; /* Frame height */ member in struct:v4l2_frmivalenum
766 __u32 height; member in struct:v4l2_dv_enum_preset
800 __u32 height; /* height in lines */ member in struct:v4l2_bt_timings
[all...]

Completed in 598 milliseconds

12345