Searched refs:height (Results 1 - 25 of 614) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/atari/dev/
H A Dfont.h36 unsigned char height; member in struct:__anon8273
/netbsd-current/external/mit/ctwm/libexec/
H A Dctwm_font_size33 height=$(xwininfo -root | awk '/Height:/{ print $2; }')
52 if [ "$width" -gt 6088 -a "$height" -gt 3656 ]; then
54 elif [ "$width" -gt 3048 -a "$height" -gt 1832 ]; then
56 elif [ "$width" -gt 2248 -a "$height" -gt 1400 ]; then
58 elif [ "$width" -gt 640 -a "$height" -gt 480 ]; then
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_utils.h17 int drm_get_panel_orientation_quirk(int width, int height);
/netbsd-current/sys/dev/sun/
H A Dpfour_subr.c53 int width, height; local
84 height = 900;
89 height = 1024;
94 height = 1024;
99 height = 1280;
104 height = 1440;
109 height = 480;
122 fb->fb_type.fb_height = height;
/netbsd-current/sys/dev/hpc/
H A Dfontconv.c9 int width, height, ascent; variable
24 height = 8;
47 fontname, width, height, code);
53 n = fread(buf, width_in_bytes, height, ifp);
54 if (n != height) {
65 for (i = 0; i < height; i++) {
91 fontname, width, height);
97 fprintf(ofp, " %d,\t\t\t\t/* height */\n", height);
102 fontname, width, height);
[all...]
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dframebuffer.h36 int bpp, width, height, linebytes; member in struct:FrameBufferInfo::framebuffer_info
55 int height(void) { return _fb->height; } function in class:FrameBufferInfo
/netbsd-current/external/mit/libuv/dist/docs/code/tty-gravity/
H A Dmain.c10 int width, height; variable
26 if (pos > height) {
38 if (uv_tty_get_winsize(&tty, &width, &height)) {
44 fprintf(stderr, "Width %d, height %d\n", width, height);
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_panel_orientation_quirks.c33 int height; member in struct:drm_dmi_panel_orientation_data
40 .height = 1280,
46 .height = 1280,
52 .height = 1280,
60 .height = 1920,
68 .height = 1920,
76 .height = 1280,
85 .height = 1280,
93 .height = 1280,
100 .height
242 drm_get_panel_orientation_quirk(int width, int height) argument
277 drm_get_panel_orientation_quirk(int width, int height) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-command.c38 height = height_;
53 wresize (handle.get (), height, width);
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
H A Dsvga_overlay.h142 uint32 *height, /* IN / OUT */
157 *height = (*height + 1) & ~1;
158 *size = (*width) * (*height);
174 tmp *= (*height >> 1);
192 *size *= *height;
140 VMwareVideoGetAttributes(const SVGAOverlayFormat format, uint32 *width, uint32 *height, uint32 *size, uint32 *pitches, uint32 *offsets) argument
/netbsd-current/external/gpl2/groff/dist/src/utils/addftinfo/
H A Dguess.cpp27 int &height = metric->height; local
33 height = 0;
44 height = param.asc_height;
46 height = param.x_height;
51 // these have zero height and depth
54 height = param.asc_height;
71 height = param.x_height;
74 height = param.x_height;
86 height
[all...]
H A Dguess.h39 int height; member in struct:char_metric
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Dwindow.c50 #define echo_area_required (1 + the_echo_area->height)
56 window_initialize_windows (int width, int height) argument
79 /* The height of the echo area never changes. It is statically set right
82 includes the echo area. So, we make the height of the initial window
83 equal to the screen's displayable region minus the height of the echo
85 the_echo_area->height = ECHO_AREA_HEIGHT;
86 active_window->height = the_screen->height - 1 - the_echo_area->height;
87 window_new_screen_size (width, height);
107 window_new_screen_size(int width, int height) argument
[all...]
/netbsd-current/sys/dev/rasops/
H A Drasops1_putchar_width.h66 int height; local
85 height = font->fontheight;
98 while (height--) {
109 while (height--) {
133 for (height = ri->ri_ul.height; height; height--) {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-command.c44 height = height_;
59 wresize (handle.get (), height, width);
H A Dtui-layout.h59 virtual void apply (int x, int y, int width, int height) = 0;
61 /* Return the minimum and maximum height or width of this layout.
62 HEIGHT is true to fetch height, false to fetch width. */
63 virtual void get_sizes (bool height, int *min_value, int *max_value) = 0;
98 int height = 0; member in class:tui_layout_base
120 void apply (int x, int y, int width, int height) override;
146 void get_sizes (bool height, int *min_value, int *max_value) override;
184 void apply (int x, int y, int width, int height) override;
200 void get_sizes (bool height, int *min_value, int *max_value) override;
248 /* Adjust the window height o
[all...]
/netbsd-current/usr.bin/aiomixer/
H A Dapp.h46 int height; member in struct:aiomixer_control
56 int height; member in struct:aiomixer_class
/netbsd-current/sys/arch/epoc32/include/
H A Dbootinfo.h62 int height; member in struct:btinfo_video
/netbsd-current/sys/arch/usermode/include/
H A Dmainbus.h60 unsigned int height; member in struct:thunkbus_attach_args::__anon16941::__anon16946
/netbsd-current/sys/external/bsd/drm2/dist/drm/xen/
H A Dxen_drm_front.h118 int width, height; member in struct:xen_drm_front_drm_pipeline
145 u32 x, u32 y, u32 width, u32 height,
149 u64 dbuf_cookie, u32 width, u32 height,
154 u32 height, u32 pixel_format);
H A Dxen_drm_front_cfg.h22 int height; member in struct:xen_drm_front_cfg_connector
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dgui.h36 void *bfin_gui_setup (void *state, int enabled, int height, int width,
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dgui.h36 void *bfin_gui_setup (void *state, int enabled, int height, int width,
/netbsd-current/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dmodesetting.c28 * @height: The mode height.
34 u32 pitch, u32 width, u32 height,
50 p->height = height;
68 * @height: Rectangle height.
71 u32 width, u32 height)
83 p->cy = height;
32 hgsmi_process_display_info(struct gen_pool *ctx, u32 display, s32 origin_x, s32 origin_y, u32 start_offset, u32 pitch, u32 width, u32 height, u16 bpp, u16 flags) argument
70 hgsmi_update_input_mapping(struct gen_pool *ctx, s32 origin_x, s32 origin_y, u32 width, u32 height) argument
/netbsd-current/sys/dev/rcons/
H A Draster_text.c105 y + c->homey + charrast->height > r->height )
121 y1 + c->homey + charrast->height > r->height )
180 charrast->height, rop, charrast, 0, 0 ) == 0 )
191 charrast->width, charrast->height, 8 );
194 cr, 0, 0, charrast->width, charrast->height,
208 r, thisx, thisy, charrast->width, charrast->height,
215 r, thisx, thisy, charrast->width, charrast->height,
230 int height,
228 raster_alloc( int width, int height, int depth) argument
[all...]

Completed in 187 milliseconds

1234567891011>>