Home
last modified time | relevance | path

Searched full:height (Results 1 – 25 of 129) sorted by relevance

123456

/titanic_51/usr/src/uts/common/io/
H A Dtem.c213 int width, height; in tem_internal_init() local
232 height = tems.ts_c_dimension.height; in tem_internal_init()
233 ptem->tvs_screen_buf_size = width * height; in tem_internal_init()
235 (unsigned char *)kmem_alloc(width * height, KM_SLEEP); in tem_internal_init()
237 total = width * height * tc_size; in tem_internal_init()
246 for (i = 0; i < height; i++) in tem_internal_init()
389 size_t height = 0; in tem_info_init() local
473 plat_tem_get_prom_size(&height, &width); in tem_info_init()
478 tems_setup_terminal(&temargs, height, widt in tem_info_init()
523 tems_setup_terminal(struct vis_devinit * tp,size_t height,size_t width) tems_setup_terminal() argument
[all...]
H A Dtem_safe.c655 row < tems.ts_c_dimension.height; in tem_safe_chkparam()
683 row < tems.ts_c_dimension.height; in tem_safe_chkparam()
730 tems.ts_c_dimension.height - 1, in tem_safe_chkparam()
740 tems.ts_c_dimension.height - 1, in tem_safe_chkparam()
755 tems.ts_c_dimension.height - 1, in tem_safe_chkparam()
764 tems.ts_c_dimension.height - 1, in tem_safe_chkparam()
892 if (row >= tems.ts_c_dimension.height) { in tem_safe_lf()
895 tems.ts_c_dimension.height - 1, in tem_safe_lf()
898 row = tems.ts_c_dimension.height - in tem_safe_lf()
1093 if (tem->tvs_nscroll > tems.ts_c_dimension.height) in tem_safe_parse()
1309 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) tem_safe_image_display() argument
1531 int nrows, ncols, width, height; tem_safe_pix_clear_prom_output() local
1554 int nrows, ncols, width, height; tem_safe_pix_clear_entire_screen() local
1929 set_font(struct font * f,short * rows,short * cols,short height,short width) set_font() argument
[all...]
/titanic_51/usr/src/man/man7i/
H A Dvisual_io.7i217 screen_size_t height;
235 \fBwidth\fR and \fBheight\fR are the width and height of the device. If
269 mode change event occurs that changes the screen height, width or depth. The
310 screen_size_t height
324 \fBwidth\fR and \fBheight\fR are the width and height of the cursor.
361 screen_size_t height;
/titanic_51/usr/src/boot/sys/boot/efi/include/
H A Defiuga.h105 (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height).
109 (SourceX, SourceY) (SourceX + Width, SourceY + Height) and place it in
111 (DestinationX + Width, DestinationY + Height). If DestinationX or
116 (SourceX, SourceY) (SourceX + Width, SourceY + Height) directly to the
118 (DestinationX + Width, DestinationY + Height). If SourceX or SourceY is
123 (SourceX + Width, SourceY + Height) .to the video display rectangle
124 (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height).
130 buffer has a size of Width*Height*sizeof(EFI_UGA_PIXEL)
137 @param[in] Height - Hight of rectangle in BltBuffer in pixels.
156 IN UINTN Height,
[all...]
/titanic_51/usr/src/uts/common/sys/
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
255 screen_size_t height; /* Height of cursor */ member
294 screen_size_t height; /* Height of the device */ member
H A Dfont.h38 short height; member
45 short height; member
H A Dmsio.h46 int height; /* height of the screen */ member
/titanic_51/usr/src/lib/libeti/menu/common/
H A Dchk.c46 if (Y(current) >= *top + Height(m)) { in _chk_top()
47 *top = Y(current) - Height(m) + 1; in _chk_top()
63 if (Y(current) >= *top + Height(m)) { in _chk_current()
64 *top = min(Y(current), Rows(m) - Height(m)); in _chk_current()
H A Dpost.c204 if (c < Width(m) || r < Height(m)) { in post_menu()
215 * Take the minimum of the height of the menu (Height), the in post_menu()
216 * physical height of the window (r), and the number of rows in post_menu()
219 r = min(min(r, Rows(m)), Height(m)); in post_menu()
H A Ddriver.c113 if (++top > Rows(m) - Height(m)) { in menu_driver()
122 n = min(Height(m), top); in menu_driver()
135 n = min(Height(m), Rows(m) - Height(m) - top); in menu_driver()
/titanic_51/usr/src/cmd/lp/filter/postscript/dpost/
H A Dpictures.c97 char hwo[40], *p; /* height, width and offset strings */ in picture()
100 double frame[4]; /* height, width, y, and x offsets from hwo[] */ in picture()
128 * height[,width[,yoffset[,xoffset]]] in picture()
131 * poffset, indent, length, and totrap are given in machine units. height, width, in picture()
162 frame[0] = frame[1] = -1; /* default frame height, width */ in picture()
170 if ( frame[0] <= 0 ) /* check what we got for height */ in picture()
/titanic_51/usr/src/psm/promif/ieee1275/common/
H A Dprom_fb.c95 "char-height swap l! window-top swap l! " in prom_get_term_font_size()
134 prom_get_tem_size(size_t *height, size_t *width) in prom_get_tem_size() argument
147 *height = prom_atol(buf, len); in prom_get_tem_size()
/titanic_51/usr/src/cmd/ast/libshell/common/scripts/
H A Dmandelbrotset1.sh239 [h:height?Height of fractal.]:[height]
270 printmsg "# height=${m_height}"
/titanic_51/usr/src/lib/libshell/common/scripts/
H A Dmandelbrotset1.sh239 [h:height?Height of fractal.]:[height]
270 printmsg "# height=${m_height}"
/titanic_51/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPDgui.java78 setSize(WIDTH, HEIGHT); in SLPDgui()
107 static private int HEIGHT = 750; field in SLPDgui
/titanic_51/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c370 unsigned i, len, idx, colors, x, y, width, height; in read_image() local
395 * Width Height NumberOfColors CharactersPerPixel in read_image()
410 height = c - '0'; in read_image()
413 height = height * 10 + c - '0'; in read_image()
493 while (y < height) { in read_image()
/titanic_51/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmDialog.java67 screenSize.height / 2 - yoffset); in pmDialog()
74 parentBounds.y + parentBounds.height / 2 - yoffset); in pmDialog()
/titanic_51/usr/src/uts/common/os/
H A Dlgrp_topo.c35 #define LGRP_TOPO_LEVELS 4 /* default height limit */
36 #define LGRP_TOPO_LEVELS_MAX 4 /* max height limit */
47 * Height to limit lgroup topology
804 * Return height of lgroup topology from given lgroup to root
870 * Determine height of lgroup topology from old leaf to root lgroup, in lgrp_lineage_add()
871 * so height of topology may be limited if necessary in lgrp_lineage_add()
1337 * Flatten lgroup topology down to height specified
1414 * Return current height limit for lgroup topology
1424 * Return default height limit for lgroup topology
1434 * Set height limi
[all...]
/titanic_51/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...]
/titanic_51/usr/src/man/man7m/
H A Dusbms.7m248 int height; /* height of the screen */
/titanic_51/usr/src/common/avl/
H A Davl.c38 * any given node, the left and right subtrees are allowed to differ in height
293 * 0 : subtree did not change height
294 * !0 : subtree was reduced in height
351 * the height of this sub-tree -- used in "return...;" below in avl_rotation()
675 * height due to a rotation.
801 * we can stop, since the height didn't change above this point in avl_remove()
813 * If the rotation doesn't change the height in avl_remove()
/titanic_51/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c208 uint_t height);
2295 uint_t height, leftmost, list; in ehci_allocate_classic_tt_bandwidth() local
2364 /* Find the height in the tree */ in ehci_allocate_classic_tt_bandwidth()
2365 height = ehci_lattice_height(interval); in ehci_allocate_classic_tt_bandwidth()
2368 leftmost = ehci_leftmost_leaf(pnode, height); in ehci_allocate_classic_tt_bandwidth()
2459 uint_t height, leftmost; in ehci_deallocate_high_speed_bandwidth() local
2486 /* Find the height in the tree */ in ehci_deallocate_high_speed_bandwidth()
2487 height = ehci_lattice_height(interval); in ehci_deallocate_high_speed_bandwidth()
2492 leftmost = ehci_leftmost_leaf(pnode, height); in ehci_deallocate_high_speed_bandwidth()
2539 uint_t bandwidth, height, leftmos in ehci_deallocate_classic_tt_bandwidth() local
2988 uint_t height = ehci_lattice_height(interval); ehci_find_periodic_node() local
3026 ehci_leftmost_leaf(uint_t node,uint_t height) ehci_leftmost_leaf() argument
[all...]
/titanic_51/usr/src/cmd/tbl/
H A Dt7.c108 * For nroff runs, we need to reserve space for the full height of the in need()
109 * horizontal rules. If we don't reserve sufficient height, we'll have in need()
/titanic_51/usr/src/uts/sparc/io/
H A Dconsplat.c230 plat_tem_get_prom_size(size_t *height, size_t *width) in plat_tem_get_prom_size() argument
232 prom_get_tem_size(height, width); in plat_tem_get_prom_size()
/titanic_51/usr/src/lib/libcurses/screen/
H A Dcopywin.c61 int height = (maxRowDst - minRowDst) + 1, in copywin() local
93 for (ySrc = minRowSrc, yDst = minRowDst; height-- > 0; ySrc++, yDst++) { in copywin()

123456