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

1 2 3 4 5 6 7 8 91011

  /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/bsd/lutok/dist/
operations.cpp 76 const int height = s.get_top(); local
88 const int actual_results = s.get_top() - height;
111 const int height = s.get_top(); local
123 const int actual_results = s.get_top() - height;
  /src/sys/arch/atari/dev/
font.h 36 unsigned char height; member in struct:__anon1206
viewioctl.h 48 u_int height; member in struct:view_size
  /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/sys/arch/amiga/dev/
viewioctl.h 48 u_int height; member in struct:view_size
  /src/sys/arch/arm/nvidia/
tegra_drm_fb.c 126 const u_int height = sizes->surface_height; local
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
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...]
rasops_putchar_width.h 211 int height; local
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
79 videomode.vactive = pipeline->height;
82 height = videomode.vactive + videomode.vfront_porch +
84 videomode.pixelclock = width * height * XEN_DRM_CRTC_VREFRESH_HZ;
  /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/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/epoc32/include/
bootinfo.h 62 int height; member in struct:btinfo_video
  /src/sys/arch/shark/ofw/
chipsfb_ofbus.c 171 int isconsole, width, height, linebytes, depth; local
193 if (OF_getprop(oba->oba_phandle, "height", &height, sizeof(height))
195 height = be32toh(height);
197 height = 480;
210 prop_dictionary_set_uint32(dict, "height", height);
  /src/sys/arch/usermode/include/
mainbus.h 60 unsigned int height; member in struct:thunkbus_attach_args::__anon2144::__anon2149
  /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...]

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011