HomeSort by: relevance | last modified time | path
    Searched refs:Height (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/apps/
bltgrid.c 9 fill_boxes(UINT32 *PixelBuffer, UINT32 Width, UINT32 Height)
20 for (y = 0; y < Height; y++) {
lfbgrid.c 11 fill_boxes(UINT32 *PixelBuffer, UINT32 Width, UINT32 Height, UINT32 Pitch,
37 for (y = 0; y < Height; y++) {
101 Print(L"height * pitch * pixelsize = %lu buf fb size is %lu; using %lu\n",
  /src/sys/external/bsd/acpica/dist/debugger/
dbconvert.c 486 ACPI_PLD_SET_HEIGHT (&Dword, PldInfo->Height);
607 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Height", PldInfo->Height);
  /src/sys/arch/hpcmips/stand/pbsdboot/res/
pbsdboot.rc 52 RTEXT "Height ",IDC_STATIC,55,24,30,8
  /src/sys/external/bsd/acpica/dist/compiler/
aslpld.c 318 PldInfo.Height = (UINT16) Value;
747 ACPI_PLD_SET_HEIGHT (&Dword, PldInfo->Height);
  /src/sys/external/bsd/acpica/dist/include/
acbuffer.h 234 UINT16 Height;
  /src/sys/external/bsd/acpica/dist/utilities/
utxface.c 710 PldInfo->Height = ACPI_PLD_GET_HEIGHT(&Dword);
  /src/sys/external/bsd/acpica/dist/disassembler/
dmbuffer.c 912 AcpiOsPrintf (ACPI_PLD_OUTPUT16, "PLD_Height", PldInfo->Height);
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiprot.h 937 (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height).
941 (SourceX, SourceY) (SourceX + Width, SourceY + Height) and place it in
943 (DestinationX + Width, DestinationY + Height). If DestinationX or
948 (SourceX, SourceY) (SourceX + Width, SourceY + Height) directly to the
950 (DestinationX + Width, DestinationY + Height). If SourceX or SourceY is
955 (SourceX + Width, SourceY + Height) .to the video display rectangle
956 (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height).
961 buffer has a size of Width*Height*sizeof(EFI_GRAPHICS_OUTPUT_BLT_PIXEL)
968 @param Height Hight of rectangle in BltBuffer in pixels.
987 IN UINTN Height,
    [all...]

Completed in 19 milliseconds