Symbol: Height
usr/src/boot/common/gfx_fb.c
482
uint32_t Width, uint32_t Height)
usr/src/boot/common/gfx_fb.c
497
if (DestinationY + Height >
usr/src/boot/common/gfx_fb.c
504
if (Width == 0 || Height == 0)
usr/src/boot/common/gfx_fb.c
527
for (y = DestinationY; y < Height + DestinationY; y++) {
usr/src/boot/common/gfx_fb.c
563
uint32_t Width, uint32_t Height, uint32_t Delta)
usr/src/boot/common/gfx_fb.c
580
if (SourceY + Height >
usr/src/boot/common/gfx_fb.c
587
if (Width == 0 || Height == 0)
usr/src/boot/common/gfx_fb.c
613
for (sy = SourceY, dy = DestinationY; dy < Height + DestinationY;
usr/src/boot/common/gfx_fb.c
665
uint32_t Width, uint32_t Height, uint32_t Delta)
usr/src/boot/common/gfx_fb.c
682
if (DestinationY + Height >
usr/src/boot/common/gfx_fb.c
689
if (Width == 0 || Height == 0)
usr/src/boot/common/gfx_fb.c
715
for (sy = SourceY, dy = DestinationY; sy < Height + SourceY;
usr/src/boot/common/gfx_fb.c
775
uint32_t Width, uint32_t Height)
usr/src/boot/common/gfx_fb.c
782
if (SourceY + Height >
usr/src/boot/common/gfx_fb.c
789
if (DestinationY + Height >
usr/src/boot/common/gfx_fb.c
796
if (Width == 0 || Height == 0)
usr/src/boot/common/gfx_fb.c
813
source += Height * pitch;
usr/src/boot/common/gfx_fb.c
814
destination += Height * pitch;
usr/src/boot/common/gfx_fb.c
818
while (Height-- > 0) {
usr/src/boot/common/gfx_fb.c
830
uint32_t Width, uint32_t Height)
usr/src/boot/common/gfx_fb.c
846
if (DestinationY + Height > fbY)
usr/src/boot/common/gfx_fb.c
847
Height = fbY - DestinationY;
usr/src/boot/common/gfx_fb.c
849
uint32_t y2 = Height + DestinationY;
usr/src/boot/common/gfx_fb.c
863
uint32_t Width, uint32_t Height, uint32_t Delta)
usr/src/boot/common/gfx_fb.c
881
DestinationY, Width, Height);
usr/src/boot/common/gfx_fb.c
884
Width, Height, Delta);
usr/src/boot/common/gfx_fb.c
891
Width, Height, Delta);
usr/src/boot/common/gfx_fb.c
897
Width, Height, Delta);
usr/src/boot/common/gfx_fb.c
903
Width, Height, Delta);
usr/src/boot/common/gfx_fb.c
934
Width, Height);
usr/src/boot/common/gfx_fb.c
936
Width, Height);
usr/src/boot/common/gfx_fb.c
941
DestinationX, DestinationY, Width, Height, Delta);
usr/src/boot/common/gfx_fb.c
946
DestinationX, DestinationY, Width, Height, Delta);
usr/src/boot/common/gfx_fb.c
951
DestinationX, DestinationY, Width, Height);
usr/src/boot/efi/include/Protocol/GraphicsOutput.h
220
IN UINTN Height,
usr/src/boot/efi/include/Protocol/HiiImage.h
189
UINT16 Height;
usr/src/boot/efi/include/Protocol/HiiImage.h
48
UINT16 Height;
usr/src/boot/efi/include/Protocol/UgaDraw.h
143
IN UINTN Height,
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
176
UINT16 Height;
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
1972
UINT16 Height;
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
2006
UINT16 Height;
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
2045
UINT16 Height;
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
529
UINT16 Height;
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
553
UINT16 Height;
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
569
UINT16 Height;
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
587
UINT16 Height;
usr/src/cmd/acpi/iasl/aslpld.c
318
PldInfo.Height = (UINT16) Value;
usr/src/cmd/acpi/iasl/aslpld.c
751
ACPI_PLD_SET_HEIGHT (&Dword, PldInfo->Height);
usr/src/common/acpica/disassembler/dmbuffer.c
893
AcpiOsPrintf (ACPI_PLD_OUTPUT16, "PLD_Height", PldInfo->Height);
usr/src/common/acpica/utilities/utxface.c
710
PldInfo->Height = ACPI_PLD_GET_HEIGHT(&Dword);
usr/src/lib/fm/topo/modules/common/usb/topo_usb_acpi.c
86
infop->Height = ACPI_PLD_GET_HEIGHT(&buf32p[1]);
usr/src/lib/libeti/menu/common/chk.c
44
if (Y(current) >= *top + Height(m)) {
usr/src/lib/libeti/menu/common/chk.c
45
*top = Y(current) - Height(m) + 1;
usr/src/lib/libeti/menu/common/chk.c
61
if (Y(current) >= *top + Height(m)) {
usr/src/lib/libeti/menu/common/chk.c
62
*top = min(Y(current), Rows(m) - Height(m));
usr/src/lib/libeti/menu/common/driver.c
111
if (++top > Rows(m) - Height(m)) {
usr/src/lib/libeti/menu/common/driver.c
120
n = min(Height(m), top);
usr/src/lib/libeti/menu/common/driver.c
133
n = min(Height(m), Rows(m) - Height(m) - top);
usr/src/lib/libeti/menu/common/menuformat.c
64
Height(m) = min(rows, Rows(m));
usr/src/lib/libeti/menu/common/post.c
202
if (c < Width(m) || r < Height(m)) {
usr/src/lib/libeti/menu/common/post.c
217
r = min(min(r, Rows(m)), Height(m));
usr/src/lib/libeti/menu/common/scale.c
67
*r = Height(m);
usr/src/lib/libeti/menu/common/show.c
48
r = min(Height(m), r);
usr/src/lib/libeti/menu/common/topitem.c
48
if (top < 0 || top > Rows(m) - Height(m)) {
usr/src/lib/libeti/menu/common/visible.c
49
bottom = Top(m) + Height(m) - 1;
usr/src/uts/intel/sys/acpi/acbuffer.h
234
UINT16 Height;