HomeSort by: relevance | last modified time | path
    Searched defs:height (Results 1 - 25 of 390) 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
font.h 36 unsigned char height; member in struct:__anon192550030108
viewioctl.h 48 u_int height; member in struct:view_size
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;
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;
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
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
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_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/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_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/arch/amiga/dev/
viewioctl.h 48 u_int height; member in struct:view_size
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...]
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

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011>>