Searched defs:height (Results 26 - 50 of 102) sorted by relevance

12345

/freebsd-current/contrib/dialog/
H A Dguage.c46 int height; member in struct:_my_obj
297 dlg_reallocate_gauge(void *objptr, const char *title, const char *cprompt, int height, int width, int percent) argument
366 dlg_allocate_gauge(const char *title, const char *cprompt, int height, int width, int percent) argument
401 dialog_gauge(const char *title, const char *cprompt, int height, int width, int percent) argument
[all...]
H A Dchecklist.c152 dlg_checklist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, DIALOG_LISTITEM * items, const char *states, int flag, int *current_item) argument
616 dialog_checklist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, char **items, int flag) argument
[all...]
H A Dmenubox.c306 dlg_menu(const char *title, const char *cprompt, int height, int width, int menu_height, int item_no, DIALOG_LISTITEM * items, int *current_item, DIALOG_INPUTMENU rename_menutext) argument
772 dialog_menu(const char *title, const char *cprompt, int height, int width, int menu_height, int item_no, char **items) argument
[all...]
H A Dtextbox.c451 print_page(MY_OBJ * obj, int height, int width) argument
471 print_position(MY_OBJ * obj, WINDOW *win, int height, int width) argument
498 get_search_term(WINDOW *dialog, char *input, int height, int width) argument
586 perform_search(MY_OBJ * obj, int height, int width, int key, char *search_term) argument
677 dialog_textbox(const char *title, const char *filename, int height, int width) argument
[all...]
H A Dformbox.c463 dlg_form(const char *title, const char *cprompt, int height, int width, int form_height, int item_no, DIALOG_FORMITEM * items, int *current_item) argument
927 dialog_form(const char *title, const char *cprompt, int height, int width, int form_height, int item_no, char **items) argument
[all...]
H A Deditbox.c322 dlg_editbox(const char *title, char ***list, int *rows, int height, int width) argument
761 dialog_editbox(const char *title, const char *file, int height, int width) argument
[all...]
/freebsd-current/sys/contrib/xen/io/
H A Dfbif.h50 int32_t height; /* rect height */ member in struct:xenfb_update
63 int32_t height; /* height in pixels */ member in struct:xenfb_resize
137 int32_t height; /* the height of the framebuffer (in pixels) */ member in struct:xenfb_page
H A Ddisplif.h517 uint32_t height; member in struct:xendispl_dbuf_create_req
637 uint32_t height; member in struct:xendispl_fb_attach_req
719 uint32_t height; member in struct:xendispl_set_config_req
[all...]
/freebsd-current/lib/libdpv/
H A Ddialog_util.c228 int height; local
[all...]
/freebsd-current/sys/dev/fb/
H A Dsplash_pcx.c64 int height; member in struct:__anon25
H A Ds3_pci.c377 s3lfb_set_hw_cursor_shape(video_adapter_t *adp, int base, int height, argument
H A Dsplash_bmp.c218 int width,height; /* image dimensions */ member in struct:__anon2335
/freebsd-current/sys/dev/vt/hw/fb/
H A Dvt_fb.c268 vt_fb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, const uint8_t *pattern, const uint8_t *mask, unsigned int width, unsigned int height, unsigned int x, unsigned int y, term_color_t fg, term_color_t bg) argument
/freebsd-current/usr.sbin/bhyve/
H A Dpci_fbuf.c89 uint16_t height; member in struct:pci_fbuf_softc::__anon101
[all...]
/freebsd-current/sys/arm/nvidia/drm2/
H A Dtegra_fb.c271 int width, height, size, bpp; local
/freebsd-current/contrib/ntp/clockstuff/
H A Dpropdelay.c118 int height; variable
[all...]
/freebsd-current/contrib/mandoc/
H A Dterm_ps.c83 size_t height; /* page height (AFM units */ member in struct:termp_ps
850 size_t width, height; local
[all...]
/freebsd-current/contrib/byacc/
H A Dlalr.c593 Value_t height; local
/freebsd-current/sys/dev/virtio/gpu/
H A Dvirtio_gpu.c149 int x, y, width, height; local
189 int width, height; local
166 vtgpu_fb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, const uint8_t *pattern, const uint8_t *mask, unsigned int width, unsigned int height, unsigned int x, unsigned int y, term_color_t fg, term_color_t bg) argument
586 vtgpu_set_scanout(struct vtgpu_softc *sc, uint32_t x, uint32_t y, uint32_t width, uint32_t height) argument
624 vtgpu_transfer_to_host_2d(struct vtgpu_softc *sc, uint32_t x, uint32_t y, uint32_t width, uint32_t height) argument
663 vtgpu_resource_flush(struct vtgpu_softc *sc, uint32_t x, uint32_t y, uint32_t width, uint32_t height) argument
[all...]
/freebsd-current/usr.bin/ministat/
H A Dministat.c289 size_t height; member in struct:plot
/freebsd-current/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c483 pcell_t depth, height, width, stride; local
131 ofwfb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, const uint8_t *pattern, const uint8_t *mask, unsigned int width, unsigned int height, unsigned int x, unsigned int y, term_color_t fg, term_color_t bg) argument
[all...]
/freebsd-current/contrib/ncurses/menu/
H A Dmenu.h115 short height; /* Nr. of chars high */ member in struct:tagMENU
/freebsd-current/crypto/openssh/
H A Dxmss_fast.c116 uint32_t height = 0; local
178 static void treehash_setup(unsigned char *node, int height, int index, bds_state *state, const unsigned char *sk_seed, const xmss_params *params, const unsigned char *pub_seed, const uint32_t addr[8]) argument
[all...]
/freebsd-current/stand/i386/libi386/
H A Dmultiboot.h121 multiboot_uint32_t height; member in struct:multiboot_header
/freebsd-current/sys/dev/drm2/
H A Ddrm_fb_helper.c1038 static struct drm_display_mode *drm_has_preferred_mode(struct drm_fb_helper_connector *fb_connector, int width, int height) argument
1059 drm_pick_cmdline_mode(struct drm_fb_helper_connector *fb_helper_conn, int width, int height) argument
1136 drm_target_cloned(struct drm_fb_helper *fb_helper, struct drm_display_mode **modes, bool *enabled, int width, int height) argument
1209 drm_target_preferred(struct drm_fb_helper *fb_helper, struct drm_display_mode **modes, bool *enabled, int width, int height) argument
1243 drm_pick_crtcs(struct drm_fb_helper *fb_helper, struct drm_fb_helper_crtc **best_crtcs, struct drm_display_mode **modes, int n, int width, int height) argument
1330 int width, height; local
[all...]

Completed in 455 milliseconds

12345