Searched refs:height (Results 176 - 200 of 221) sorted by relevance

123456789

/freebsd-10.1-release/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c165 if ((OF_getproplen(node, "height") <= 0) ||
198 GET("height", height)
/freebsd-10.1-release/sys/xen/interface/
H A Dxen.h761 /* Font height, in pixels. */
770 /* Width and height, in pixels. */
771 uint16_t width, height; member in struct:dom0_vga_console_info::__anon11629::__anon11631
/freebsd-10.1-release/usr.sbin/vidcontrol/
H A Dvidcontrol.c87 uint8_t height; member in struct:vt4font_header
434 vfnt.height = fh.height;
436 glyphsize = howmany(vfnt.width, 8) * vfnt.height * vfnt.glyph_count;
/freebsd-10.1-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp312 int height; member in struct:style
327 : f(p), point_size(sz), font_no(no), height(h), slant(sl), col(c)
334 && height == s.height && slant == s.slant && col == s.col);
3953 int height = output_style.point_size*r/72; local
3957 (output_vpos-height > g->maxv) &&
3968 int height = output_style.point_size*r/72; local
3972 (output_vpos-height < g->maxv) &&
3983 int height = output_style.point_size*r/72; local
3987 (output_vpos-height >
3998 int height = output_style.point_size*r/72; local
[all...]
/freebsd-10.1-release/contrib/dialog/
H A Ddialog.h588 extern int dialog_buildlist(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*list_height*/, int /*item_no*/, char ** /*items*/, int /*order_mode*/);
589 extern int dialog_calendar(const char * /*title*/, const char * /*subtitle*/, int /*height*/, int /*width*/, int /*day*/, int /*month*/, int /*year*/);
590 extern int dialog_checklist(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*list_height*/, int /*item_no*/, char ** /*items*/, int /*flag*/);
591 extern int dialog_dselect(const char * /*title*/, const char * /*path*/, int /*height*/, int /*width*/);
592 extern int dialog_editbox(const char * /*title*/, const char * /*file*/, int /*height*/, int /*width*/);
593 extern int dialog_form(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*form_height*/, int /*item_no*/, char ** /*items*/);
594 extern int dialog_fselect(const char * /*title*/, const char * /*path*/, int /*height*/, int /*width*/);
595 extern int dialog_gauge(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*percent*/);
596 extern int dialog_helpfile(const char * /*title*/, const char * /*file*/, int /*height*/, int /*width*/);
597 extern int dialog_inputbox(const char * /*title*/, const char * /*cprompt*/, int /*height*/, in
[all...]
/freebsd-10.1-release/sys/dev/drm2/
H A Ddrm_crtc.h73 MODE_VIRTUAL_Y, /* mode height too large for specified virtual size */
93 MODE_ONE_HEIGHT, /* only one height is supported */
243 unsigned int height; member in struct:drm_framebuffer
319 uint32_t handle, uint32_t width, uint32_t height);
H A Ddrm_crtc_helper.c92 * @maxY: max height for modes
367 * @y: height of mode
875 fb->height = mode_cmd->height;
/freebsd-10.1-release/sys/dev/drm2/i915/
H A Dintel_sdvo.c703 uint16_t height)
710 args.height = height;
715 intel_sdvo->sdvo_lvds_fixed_mode->vdisplay != height))
742 uint16_t width, height; local
748 height = mode->crtc_vdisplay;
769 dtd->part1.v_active = height & 0xff;
771 dtd->part1.v_high = (((height >> 8) & 0xf) << 4) |
700 intel_sdvo_create_preferred_input_timing(struct intel_sdvo *intel_sdvo, uint16_t clock, uint16_t width, uint16_t height) argument
H A Dintel_sdvo_regs.h104 u16 height; member in struct:intel_sdvo_preferred_input_timing_args
281 * Generates a DTD based on the given width, height, and flags.
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_drm.h667 unsigned int width, height; member in struct:drm_radeon_tex_image
676 int height; member in struct:drm_radeon_texture
H A Dr600_blit_kms.c587 int *width, int *height, int max_dim)
622 /* return width and height only of the caller wants it */
623 if (height)
624 *height = h;
586 r600_blit_create_rect(unsigned num_gpu_pages, int *width, int *height, int max_dim) argument
H A Dr100.c879 /* pages are in Y direction - height
1857 track->textures[i].height = ((idx_value & RADEON_TEX_VSIZE_MASK) >> RADEON_TEX_VSIZE_SHIFT) + 1;
1890 track->textures[i].height = 1 << ((idx_value >> RADEON_TXFORMAT_HEIGHT_SHIFT) & RADEON_TXFORMAT_HEIGHT_MASK);
1931 track->textures[i].cube_info[4].height = 1 << ((idx_value >> 20) & 0xf);
1941 track->textures[i].cube_info[face].height = 1 << ((tmp >> ((face * 8) + 4)) & 0xf);
2153 DRM_ERROR("height %d\n", t->height);
2160 DRM_ERROR("height round to power of 2 %d\n", t->roundup_h);
2205 h = track->textures[idx].cube_info[face].height;
2258 h = track->textures[u].height;
[all...]
/freebsd-10.1-release/sys/dev/drm/
H A Di915_drm.h86 int width, height; /* screen size in pixels */ member in struct:drm_i915_sarea
H A Dmach64_state.c693 dwords = (blit->width * blit->height) >> dword_shift;
762 DMAOUTREG(MACH64_DST_WIDTH_HEIGHT, (blit->height << 16) | blit->width);
/freebsd-10.1-release/sys/dev/terasic/mtl/
H A Dterasic_mtl_syscons.c271 int height, int celsize, int blink)
270 terasic_mtl_vidsw_set_hw_cursor_shape(video_adapter_t *adp, int base, int height, int celsize, int blink) argument
/freebsd-10.1-release/sys/sys/
H A Dconsio.h190 /* shape[0]: flags, shape[1]: base, shape[2]: height */
230 unsigned int height; member in struct:vfnt
/freebsd-10.1-release/sys/compat/linux/
H A Dlinux_ioctl.c2789 vc->height = lvc->height;
2801 vw->height = lvw->height;
2815 lvw->height = vw->height;
2827 vb->height = lvb->height;
2838 lvb->height = vb->height;
[all...]
/freebsd-10.1-release/contrib/binutils/binutils/
H A Drcparse.y357 dialog.height = $8;
382 dialog.height = $8;
409 dialog.height = $8;
/freebsd-10.1-release/sys/pc98/cbus/
H A Dgdc.c1253 * Change the shape of the hardware text cursor. If the height is zero
1257 gdc_set_hw_cursor_shape(video_adapter_t *adp, int base, int height, argument
1267 start = celsize - (base + height);
1283 master_gdc_prm(((height > 0) ? 0x80 : 0) /* cursor on/off */
/freebsd-10.1-release/sys/dev/fb/
H A Dcreator.c476 if (OF_getprop(sc->sc_node, "height", &sc->sc_height,
491 vi->vi_cheight = gallant12x22.height;
658 creator_set_hw_cursor_shape(video_adapter_t *adp, int base, int height, argument
H A Dvga.c2328 * Change the shape of the hardware text cursor. If the height is
2334 vga_set_hw_cursor_shape(video_adapter_t *adp, int base, int height, argument
2349 if (height <= 0) {
2357 outb(adp->va_crtc_addr + 1, celsize - base - height);
2363 if (height <= 0) {
2371 outb(adp->va_crtc_addr + 1, celsize - base - height);
3018 printf("rows:%d, cols:%d, font height:%d\n",
/freebsd-10.1-release/contrib/amd/doc/
H A Dtexinfo.tex211 % We want to insert a rule with the height and depth of the current
220 \vrule height\baselineskip width1pt
380 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
382 {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
385 {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
664 % to keep its height that of a normal line. According to the rules for
666 % max (\topskip - \ht (first item), 0). If that height is large,
697 % The \vtop produces a box with normal height and large depth; thus, TeX puts
755 % Do a \strut just to make the height of this box be normal, so the
1193 \ifx\empty\imageheight\else height \imageheigh
[all...]
/freebsd-10.1-release/contrib/gcc/doc/include/
H A Dtexinfo.tex220 % We want to insert a rule with the height and depth of the current
229 \vrule height\baselineskip width1pt
389 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
391 {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
394 {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
688 % to keep its height that of a normal line. According to the rules for
690 % max (\topskip - \ht (first item), 0). If that height is large,
721 % The \vtop produces a box with normal height and large depth; thus, TeX puts
779 % Do a \strut just to make the height of this box be normal, so the
1272 \ifx\empty\imageheight\else height \imageheigh
[all...]
/freebsd-10.1-release/contrib/groff/doc/
H A Dtexinfo.tex212 % We want to insert a rule with the height and depth of the current
221 \vrule height\baselineskip width1pt
381 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
383 {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
386 {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
665 % to keep its height that of a normal line. According to the rules for
667 % max (\topskip - \ht (first item), 0). If that height is large,
698 % The \vtop produces a box with normal height and large depth; thus, TeX puts
756 % Do a \strut just to make the height of this box be normal, so the
1194 \ifx\empty\imageheight\else height \imageheigh
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/tui/
H A Dtui-data.c269 /* Mutator for the term height. */
463 win->height =

Completed in 412 milliseconds

123456789