Searched refs:height (Results 1 - 25 of 45) sorted by relevance

12

/illumos-gate/usr/src/cmd/allocate/
H A Dwdwmsg.sh48 --height=100 \
/illumos-gate/usr/src/uts/common/sys/
H A Dfont.h38 short height; member in struct:font
45 short height; member in struct:bitmap_data
H A Dmsio.h46 int height; /* height of the screen */ member in struct:__anon8169
H A Dvisual_io.h199 * is expected to draw a cursor at position (col,row) of size width x height.
214 * and height specify the size of the data.
236 screen_size_t height; /* Height of data */ member in struct:vis_consdisplay
255 screen_size_t height; /* Height of cursor */ member in struct:vis_conscursor
294 screen_size_t height; /* Height of the device */ member in struct:vis_devinit
H A Dvgasubr.h57 int *width, int *height);
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_sarea.h65 unsigned int height; member in struct:drm_sarea_frame
/illumos-gate/usr/src/uts/common/io/
H A Dtem.c213 int width, height; local
232 height = tems.ts_c_dimension.height;
233 ptem->tvs_screen_buf_size = width * height;
235 (unsigned char *)kmem_alloc(width * height, KM_SLEEP);
237 total = width * height * tc_size;
246 for (i = 0; i < height; i++)
389 size_t height = 0; local
473 plat_tem_get_prom_size(&height, &width);
478 tems_setup_terminal(&temargs, height, widt
523 tems_setup_terminal(struct vis_devinit *tp, size_t height, size_t width) argument
[all...]
H A Dtem_safe.c706 row < tems.ts_c_dimension.height;
734 row < tems.ts_c_dimension.height;
781 tems.ts_c_dimension.height - 1,
791 tems.ts_c_dimension.height - 1,
806 tems.ts_c_dimension.height - 1,
815 tems.ts_c_dimension.height - 1,
943 if (row >= tems.ts_c_dimension.height) {
946 tems.ts_c_dimension.height - 1,
949 row = tems.ts_c_dimension.height -
1144 if (tem->tvs_nscroll > tems.ts_c_dimension.height)
1358 tem_safe_image_display(struct tem_vt_state *tem, uchar_t *image, int height, int width, screen_pos_t row, screen_pos_t col, cred_t *credp, enum called_from called_from) argument
1581 int nrows, ncols, width, height; local
1604 int nrows, ncols, width, height; local
1979 set_font(struct font *f, short *rows, short *cols, short height, short width) argument
[all...]
H A Dvgasubr.c79 vga_get_hardware_settings(struct vgaregmap *reg, int *width, int *height) argument
82 *height = GET_VERT_END(reg)+1;
83 if (GET_VERT_X2(reg)) *height *= 2;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmb_header.h49 unsigned height; member in struct:multiboot_header
H A Dgraphics.c370 unsigned i, len, idx, colors, x, y, width, height; local
410 height = c - '0';
413 height = height * 10 + c - '0';
493 while (y < height) {
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmDialog.java67 screenSize.height / 2 - yoffset);
74 parentBounds.y + parentBounds.height / 2 - yoffset);
H A DpmHelpDetailPanel.java304 new Dimension(200, theComboBox.getPreferredSize().height));
306 new Dimension(20, theComboBox.getPreferredSize().height));
308 new Dimension(300, theComboBox.getPreferredSize().height));
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_fb.c95 "char-height swap l! window-top swap l! "
134 prom_get_tem_size(size_t *height, size_t *width) argument
147 *height = prom_atol(buf, len);
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_io32.h92 unsigned int width, height; member in struct:drm_radeon_tex_image_32
101 int height; member in struct:drm_radeon_texture_32
H A Dradeon_state.c1715 u32 height; local
1772 if (spitch == 0 && image->height > 1)
1786 DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width);
1791 image->x, image->y, image->width, image->height);
1797 height = image->height;
1800 size = height * blit_width;
1803 height = RADEON_MAX_TEXTURE_SIZE / blit_width;
1804 size = height * blit_width;
1828 image32.height
[all...]
/illumos-gate/usr/src/uts/sparc/io/
H A Dconsplat.c230 plat_tem_get_prom_size(size_t *height, size_t *width) argument
232 prom_get_tem_size(height, width);
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcopywin.c61 int height = (maxRowDst - minRowDst) + 1, local
93 for (ySrc = minRowSrc, yDst = minRowDst; height-- > 0; ySrc++, yDst++) {
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dmultiboot.h122 multiboot_uint32_t height; member in struct:multiboot_header
/illumos-gate/usr/src/common/crypto/skein/
H A Dskein_impl.h188 #define Skein_Set_Tree_Level(hdr, height) \
190 (hdr).T[1] |= SKEIN_T1_TREE_LEVEL(height); \
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dyyhd18-m3.dts218 height = <480>;
H A Dvsatv102-m6.dts279 height = <480>;
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh369 encryption=$(zenity --list --title="$title" --height=320 \
532 --height=300 \
944 --height=250 \
969 --height=200 \
1146 --height=300 \
1231 --height=300 \
1296 --height=300 \
1354 --height=250 \
1403 --height=300 \
1470 --height
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c208 uint_t height);
2288 uint_t height, leftmost, list; local
2357 /* Find the height in the tree */
2358 height = ehci_lattice_height(interval);
2361 leftmost = ehci_leftmost_leaf(pnode, height);
2452 uint_t height, leftmost; local
2479 /* Find the height in the tree */
2480 height = ehci_lattice_height(interval);
2485 leftmost = ehci_leftmost_leaf(pnode, height);
2532 uint_t bandwidth, height, leftmos local
2981 uint_t height = ehci_lattice_height(interval); local
3017 ehci_leftmost_leaf( uint_t node, uint_t height) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c752 * (width, height)
755 usbvc_match_image_size(uint32_t width, uint32_t height, argument
774 sz = min(w, width) * min(h, height);
775 sz = (w * h + width * height - sz * 2);
855 format->fmt.pix.height, fmtgrp);
861 "rh=%d", format->fmt.pix.width, format->fmt.pix.height);
1014 format->fmt.pix.height = h;
1064 format->fmt.pix.height = h;

Completed in 107 milliseconds

12