| /src/sys/arch/atari/dev/ |
| H A D | font.h | 36 unsigned char height; member in struct:__anonfdc636290108
|
| H A D | viewioctl.h | 48 u_int height; member in struct:view_size
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| H A D | drm_utils.h | 17 int drm_get_panel_orientation_quirk(int width, int height);
|
| /src/sys/dev/sun/ |
| H A D | pfour_subr.c | 53 int width, height; local in function:fb_setsize_pfour 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/sys/dev/hpc/ |
| H A D | fontconv.c | 9 int width, height, ascent; variable in typeref:typename:int 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/ |
| H A D | 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/ |
| H A D | 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 242 drm_get_panel_orientation_quirk(int width,int height) argument 277 drm_get_panel_orientation_quirk(int width,int height) argument [all...] |
| H A D | drm_rect.c | 201 * (@src height) / (@dst height). 247 * @height: Height of the coordinate space 252 * @width and @height combined with @rotation define 255 * @width correcsponds to the horizontal and @height 260 int width, int height, 274 r->y1 = height - tmp.y2; 275 r->y2 = height - tmp.y1; 293 r->y1 = height - tmp.y2; 294 r->y2 = height 259 drm_rect_rotate(struct drm_rect * r,int width,int height,unsigned int rotation) argument 333 drm_rect_rotate_inv(struct drm_rect * r,int width,int height,unsigned int rotation) argument [all...] |
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
| H A D | svga_overlay.h | 142 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
|
| /src/sys/dev/rasops/ |
| H A D | rasops1_putchar_width.h | 66 int height; local in function:NAME 85 height = font->fontheight; 98 while (height--) { 109 while (height--) { 133 for (height = ri->ri_ul.height; height; height--) {
|
| H A D | rasops1-4_putchar.h | 91 int height, width, full, cnt, bit; local in function:NAME 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...] |
| H A D | rasops1.c | 96 int height, width; local in function:rasops1_putchar 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/ |
| H A D | app.h | 46 int height; member in struct:aiomixer_control 56 int height; member in struct:aiomixer_class
|
| /src/sys/arch/usermode/include/ |
| H A D | mainbus.h | 60 unsigned int height; member in struct:thunkbus_attach_args::__anonad7e4499010a::__anonad7e44990608
|
| /src/sys/arch/epoc32/include/ |
| H A D | bootinfo.h | 62 int height; member in struct:btinfo_video
|
| /src/sys/external/bsd/drm2/dist/drm/xen/ |
| H A D | 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);
|
| H A D | xen_drm_front_cfg.h | 22 int height; member in struct:xen_drm_front_cfg_connector
|
| H A D | xen_drm_front_conn.c | 71 int width, height; local in function:connector_get_modes 79 videomode.vactive = pipeline->height; 82 height = videomode.vactive + videomode.vfront_porch + 84 videomode.pixelclock = width * height * XEN_DRM_CRTC_VREFRESH_HZ;
|
| /src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
| H A D | 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; 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
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| H A D | i915_syncmap.c | 51 * A leaf holds an array of u32 seqno, and has height 0. The bitmap field 55 * A branch holds an array of layer pointers, and has height > 0, and always 80 unsigned int height; member in struct:i915_syncmap 106 GEM_BUG_ON(p->height); 112 GEM_BUG_ON(!p->height); 119 return (id >> p->height) & MASK; 125 GEM_BUG_ON(p->height); 131 return id >> p->height >> SHIFT; 136 GEM_BUG_ON(p->height); 183 if (!p->height) [all...] |
| /src/sys/dev/rcons/ |
| H A D | 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, 228 raster_alloc(int width,int height,int depth) argument [all...] |
| /src/sys/dev/wscons/ |
| H A D | 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 * srcro [all...] |
| /src/sys/arch/amiga/dev/ |
| H A D | viewioctl.h | 48 u_int height; member in struct:view_size
|
| /src/sys/arch/arm/iomd/ |
| H A D | vidc20config.h | 41 extern int vidcvideo_cursor_init (int width, int height);
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
| H A D | fbif.h | 50 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
|