Searched refs:Height (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dchk.c46 if (Y(current) >= *top + Height(m)) {
47 *top = Y(current) - Height(m) + 1;
63 if (Y(current) >= *top + Height(m)) {
64 *top = min(Y(current), Rows(m) - Height(m));
H A Dvisible.c51 bottom = Top(m) + Height(m) - 1;
H A Dscale.c69 *r = Height(m);
H A Dshow.c50 r = min(Height(m), r);
H A Ddriver.c113 if (++top > Rows(m) - Height(m)) {
122 n = min(Height(m), top);
135 n = min(Height(m), Rows(m) - Height(m) - top);
H A Dtopitem.c50 if (top < 0 || top > Rows(m) - Height(m)) {
H A Dmenuformat.c66 Height(m) = min(rows, Rows(m));
H A Dpost.c204 if (c < Width(m) || r < Height(m)) {
215 * Take the minimum of the height of the menu (Height), the
219 r = min(min(r, Rows(m)), Height(m));
/illumos-gate/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...]
H A Defigop.h110 IN UINTN Height,
/illumos-gate/usr/src/lib/libeti/menu/inc/
H A Dprivate.h44 #define Height(m) (m)->height macro
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutxface.c602 PldInfo->Height = ACPI_PLD_GET_HEIGHT(&Dword);
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h126 UINT16 Height; member in struct:acpi_pld_info
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmbuffer.c708 AcpiOsPrintf (ACPI_PLD_OUTPUT16, "PLD_Height", PldInfo->Height);

Completed in 61 milliseconds