HomeSort by: relevance | last modified time | path
    Searched refs:height (Results 1 - 25 of 451) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/atari/dev/
font.h 36 unsigned char height; member in struct:__anon192550030108
viewioctl.h 48 u_int height; member in struct:view_size
  /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 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/
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/
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...]
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
    [all...]
  /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/sys/dev/rasops/
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--) {
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...]
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/
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::__anon6a42f6f3010a::__anon6a42f6f30608
  /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
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/
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...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
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/arch/arm/iomd/
vidc20config.h 41 extern int vidcvideo_cursor_init (int width, int height);
  /src/sys/arch/amiga/dev/
viewioctl.h 48 u_int height; member in struct:view_size
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_dumb.c 48 args->size = pitch * args->height;
63 surf.height = args->height;

Completed in 38 milliseconds

1 2 3 4 5 6 7 8 91011>>