| /src/sys/arch/atari/dev/ |
| font.h | 36 unsigned char height; member in struct:__anon1206
|
| /src/external/mit/ctwm/libexec/ |
| ctwm_font_size | 33 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
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_utils.h | 17 int drm_get_panel_orientation_quirk(int width, int height);
|
| /src/sys/dev/sun/ |
| pfour_subr.c | 53 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;
|
| /src/external/gpl3/gdb.old/dist/gdb/tui/ |
| tui-command.c | 33 height = height_; 48 wresize (handle.get (), height, width);
|
| /src/external/gpl3/gdb/dist/gdb/tui/ |
| tui-command.c | 33 height = height_; 48 wresize (handle.get (), height, width);
|
| /src/sys/dev/hpc/ |
| fontconv.c | 9 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...] |
| /src/sys/arch/hpc/stand/hpcboot/ |
| framebuffer.h | 36 int bpp, width, height, linebytes; member in struct:FrameBufferInfo::framebuffer_info 55 int height(void) { return _fb->height; } function in class:FrameBufferInfo
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_panel_orientation_quirks.c | 33 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 = 1280 [all...] |
| /src/external/mit/libuv/dist/docs/code/tty-gravity/ |
| main.c | 10 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);
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
| svga_overlay.h | 142 uint32 *height, /* IN / OUT */ 157 *height = (*height + 1) & ~1; 158 *size = (*width) * (*height); 174 tmp *= (*height >> 1); 192 *size *= *height;
|
| /src/external/gpl2/groff/dist/src/utils/addftinfo/ |
| guess.cpp | 27 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 = param.asc_height [all...] |
| guess.h | 39 int height; member in struct:char_metric
|
| /src/external/gpl2/texinfo/dist/info/ |
| window.c | 50 #define echo_area_required (1 + the_echo_area->height) 56 window_initialize_windows (int width, int height) 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); [all...] |
| /src/sys/dev/rasops/ |
| rasops1_putchar_width.h | 66 int height; local 85 height = font->fontheight; 98 while (height--) { 109 while (height--) { 133 for (height = ri->ri_ul.height; height; height--) {
|
| rasops1-4_putchar.h | 91 int height, width, full, cnt, bit; local 111 height = font->fontheight; 142 while (height--) { 155 while (height--) { 184 for (height = ri->ri_ul.height; height; height--) { 212 while (height--) { 238 while (height--) [all...] |
| rasops1.c | 96 int height, width; local 116 height = font->fontheight; 147 while (height--) { 157 while (height--) { 183 for (height = ri->ri_ul.height; height; height--) { 202 while (height--) { 220 while (height--) [all...] |
| /src/usr.bin/aiomixer/ |
| app.h | 46 int height; member in struct:aiomixer_control 56 int height; member in struct:aiomixer_class
|
| /src/sys/arch/epoc32/include/ |
| bootinfo.h | 62 int height; member in struct:btinfo_video
|
| /src/sys/arch/usermode/include/ |
| mainbus.h | 60 unsigned int height; member in struct:thunkbus_attach_args::__anon2144::__anon2149
|
| /src/sys/external/bsd/drm2/dist/drm/xen/ |
| xen_drm_front.h | 118 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);
|
| xen_drm_front_cfg.h | 22 int height; member in struct:xen_drm_front_cfg_connector
|
| /src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
| modesetting.c | 28 * @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;
|
| /src/sys/dev/rcons/ |
| raster_text.c | 105 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, [all...] |
| /src/sys/dev/wscons/ |
| wscons_rops.c | 78 y = row * rc->rc_font->height + rc->rc_yorigin; 84 rc->rc_font->chars[(int)' '].r->height, 86 rc->rc_font->width, rc->rc_font->height, 117 y = row * rc->rc_font->height + rc->rc_font_ascent + rc->rc_yorigin; 136 raster_op(rc->rc_sp, 0, 0, rc->rc_sp->width, rc->rc_sp->height, 153 y = rc->rc_yorigin + rc->rc_font->height * row; 159 nx, rc->rc_font->height, RAS_SRC, 172 y = rc->rc_yorigin + rc->rc_font->height * row; 180 nx, rc->rc_font->height, op, 193 srcy = rc->rc_yorigin + rc->rc_font->height * srcrow [all...] |