/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/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/arch/arm/nvidia/ |
tegra_drm_fb.c | 126 const u_int height = sizes->surface_height; local in function:tegra_fb_init 129 const size_t size = roundup(height * pitch, PAGE_SIZE); 138 fb->height = height;
|
/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/arch/powerpc/tools/chrpicon/ |
chrpicon.h | 48 int height; member in struct:chrpi_spec_s
|
/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...] |
rasops_putchar.h | 102 int height, width, cnt; local in function:NAME 121 height = font->fontheight; 132 while (height--) { 165 while (height--) { 205 for (height = ri->ri_ul.height; height; height--) {
|
rasops_putchar_width.h | 211 int height; local in function:NAME 242 height = font->fontheight; 249 while (height--) { 259 while (height--) { 277 for (height = ri->ri_ul.height; height; height--) {
|
/src/sys/external/bsd/drm2/dist/drm/xen/ |
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;
|
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);
|
/src/sys/arch/amiga/dev/ |
viewioctl.h | 48 u_int height; member in struct:view_size
|
/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/epoc32/include/ |
bootinfo.h | 62 int height; member in struct:btinfo_video
|
/src/sys/external/bsd/drm/dist/shared-core/ |
drm_sarea.h | 63 unsigned int height; member in struct:drm_sarea_frame
|
/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/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
dmabuf.h | 43 __u32 height; /* height of plane */ member in struct:intel_vgpu_fb_info
|
/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/external/bsd/drm2/dist/drm/qxl/ |
qxl_draw.c | 143 int width, height; local in function:qxl_draw_dirty_fb 178 height = bottom - top; 186 height, stride); 211 top, width, height, depth, stride); 227 drawable->u.copy.src_area.bottom = height;
|
/src/sys/external/bsd/drm2/dist/drm/via/ |
via_verifier.h | 44 uint32_t height[2][10]; member in struct:__anonc9d94a0e0208
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_framebuffer.h | 184 * @height: Logical height of the visible area of the framebuffer, in 187 unsigned int height; member in struct:drm_framebuffer 299 int drm_framebuffer_plane_height(int height,
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
drm_sarea.h | 71 unsigned int height; member in struct:drm_sarea_frame
|