/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/PciCfg2/ |
H A D | PciCfg2.c | 40 @param Width The width of the access. Enumerated in bytes. 56 IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, 72 @param Width The width of the access. Enumerated in bytes. 87 IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, 104 @param Width The width of the access. Enumerated in bytes. Type 108 The size of the value is determined by Width. 110 The size of the value is determined by Width. 121 IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, 53 PeiDefaultPciCfg2Read( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_PCI_CFG2_PPI *This, IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, IN UINT64 Address, IN OUT VOID *Buffer ) argument 84 PeiDefaultPciCfg2Write( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_PCI_CFG2_PPI *This, IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, IN UINT64 Address, IN OUT VOID *Buffer ) argument 118 PeiDefaultPciCfg2Modify( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_PCI_CFG2_PPI *This, IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, IN UINT64 Address, IN VOID *SetBits, IN VOID *ClearBits ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/ |
H A D | ArchDebugSupport.c | 21 @param[out] Width Register width returned. 29 OUT UINT8 *Width 35 *Width = (UINT8) sizeof (UINT16); 39 *Width = (UINT8) sizeof (UINT16); 43 *Width = (UINT8) sizeof (UINT16); 47 *Width = (UINT8) sizeof (UINT16); 51 *Width = (UINT8) sizeof (UINTN); 55 *Width = (UINT8) sizeof (UINT16); 59 *Width = (UINT8) sizeof (UINTN); 63 *Width 99 ArchWriteRegisterBuffer( IN DEBUG_CPU_CONTEXT *CpuContext, IN UINT8 Index, IN UINT8 Offset, IN UINT8 Width, IN UINT8 *RegisterBuffer ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/ |
H A D | ArchDebugSupport.c | 21 @param[out] Width Register width returned. 29 OUT UINT8 *Width 35 *Width = (UINT8) sizeof (UINT16); 39 *Width = (UINT8) sizeof (UINT16); 43 *Width = (UINT8) sizeof (UINT16); 47 *Width = (UINT8) sizeof (UINT16); 51 *Width = (UINT8) sizeof (UINTN); 55 *Width = (UINT8) sizeof (UINTN); 59 *Width = (UINT8) sizeof (UINT32); 63 *Width 94 ArchWriteRegisterBuffer( IN DEBUG_CPU_CONTEXT *CpuContext, IN UINT8 Index, IN UINT8 Offset, IN UINT8 Width, IN UINT8 *RegisterBuffer ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/ |
H A D | PciCfg2.c | 51 @param Width The width of the access. Enumerated in bytes. 66 IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, 75 if (Width == EfiPeiPciCfgWidthUint8) { 77 } else if (Width == EfiPeiPciCfgWidthUint16) { 90 } else if (Width == EfiPeiPciCfgWidthUint32) { 123 @param Width The width of the access. Enumerated in bytes. 138 IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, 147 if (Width == EfiPeiPciCfgWidthUint8) { 149 } else if (Width == EfiPeiPciCfgWidthUint16) { 162 } else if (Width 63 PciCfg2Read( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_PCI_CFG2_PPI *This, IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, IN UINT64 Address, IN OUT VOID *Buffer ) argument 135 PciCfg2Write( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_PCI_CFG2_PPI *This, IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, IN UINT64 Address, IN OUT VOID *Buffer ) argument 212 PciCfg2Modify( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_PCI_CFG2_PPI *This, IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, IN UINT64 Address, IN VOID *SetBits, IN VOID *ClearBits ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
H A D | EditMenuBar.c | 95 UINTN Width; local 122 Width = MAX ((StrLen (NameString) + 6), 20); 123 if (((Col + Width) > LastCol)) { 134 Col += Width;
|
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIo2Smm/ |
H A D | CpuIo2Smm.c | 50 @param[in] Width Signifies the width of the I/O operations. 60 @retval EFI_INVALID_PARAMETER Width or Count, or both, were invalid. 66 IN EFI_SMM_IO_WIDTH Width, 83 // Check to see if Width is in the valid range 85 if (Width < 0 || Width > SMM_IO_UINT64) { 90 // Check to see if Width is in the valid range for I/O Port operations 92 if (!MmioOperation && (Width == SMM_IO_UINT64)) { 117 MaxCount = RShiftU64 (Limit, Width); 121 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) { 64 CpuIoCheckParameter( IN BOOLEAN MmioOperation, IN EFI_SMM_IO_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument 161 CpuMemoryServiceRead( IN CONST EFI_SMM_CPU_IO2_PROTOCOL *This, IN EFI_SMM_IO_WIDTH Width, IN UINT64 Address, IN UINTN Count, OUT VOID *Buffer ) argument 221 CpuMemoryServiceWrite( IN CONST EFI_SMM_CPU_IO2_PROTOCOL *This, IN EFI_SMM_IO_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument 281 CpuIoServiceRead( IN CONST EFI_SMM_CPU_IO2_PROTOCOL *This, IN EFI_SMM_IO_WIDTH Width, IN UINT64 Address, IN UINTN Count, OUT VOID *Buffer ) argument 340 CpuIoServiceWrite( IN CONST EFI_SMM_CPU_IO2_PROTOCOL *This, IN EFI_SMM_IO_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/CpuIoDxe/ |
H A D | CpuIo.c | 82 @param[in] Width Signifies the width of the I/O or Memory operation. 85 bytes moved is Width size * Count, starting at Address. 90 @retval EFI_INVALID_PARAMETER Width is invalid for this PI system. 92 @retval EFI_UNSUPPORTED The Buffer is not aligned for the given Width. 93 @retval EFI_UNSUPPORTED The address range specified by Address, Width, 100 IN EFI_CPU_IO_PROTOCOL_WIDTH Width, 117 // Check to see if Width is in the valid range 119 if (Width < 0 || Width >= EfiCpuIoWidthMaximum) { 127 if (Width > 98 CpuIoCheckParameter( IN BOOLEAN MmioOperation, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument 228 CpuMemoryServiceRead( IN EFI_CPU_IO_PROTOCOL *This, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, OUT VOID *Buffer ) argument 308 CpuMemoryServiceWrite( IN EFI_CPU_IO_PROTOCOL *This, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument 388 CpuIoServiceRead( IN EFI_CPU_IO_PROTOCOL *This, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, OUT VOID *Buffer ) argument 467 CpuIoServiceWrite( IN EFI_CPU_IO_PROTOCOL *This, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeIoLibCpuIo/ |
H A D | IoLib.c | 57 Reads the I/O port specified by Port with registers width specified by Width. 63 @param Width The width of the I/O operation. 72 IN EFI_CPU_IO_PROTOCOL_WIDTH Width 78 Status = mCpuIo->Io.Read (mCpuIo, Width, Port, 1, &Data); 87 Writes the I/O port specified by Port with registers width and value specified by Width 93 @param Width The width of the I/O operation. 103 IN EFI_CPU_IO_PROTOCOL_WIDTH Width, 109 Status = mCpuIo->Io.Write (mCpuIo, Width, Port, 1, &Data); 118 Reads the MMIO registers specified by Address with registers width specified by Width. 124 @param Width Th 101 IoWriteWorker( IN UINTN Port, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Data ) argument 162 MmioWriteWorker( IN UINTN Address, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Data ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
H A D | Console.c | 22 UINT32 Width; member in struct:__anon10785 242 return Item->Width; 271 UINTN Width; local 279 Width = GetGlyphWidth (*String); 280 if (Width == 0) { 284 Length += Width;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/CpuIo/ |
H A D | CpuIo.c | 64 @param Width The width of the access. Enumerated in bytes. 77 IN EFI_PEI_CPU_IO_PPI_WIDTH Width, 97 @param Width The width of the access. Enumerated in bytes. 110 IN EFI_PEI_CPU_IO_PPI_WIDTH Width, 129 @param Width The width of the access. Enumerated in bytes. 142 IN EFI_PEI_CPU_IO_PPI_WIDTH Width, 161 @param Width The width of the access. Enumerated in bytes. 174 IN EFI_PEI_CPU_IO_PPI_WIDTH Width, 74 PeiDefaultMemRead( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_CPU_IO_PPI *This, IN EFI_PEI_CPU_IO_PPI_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN OUT VOID *Buffer ) argument 107 PeiDefaultMemWrite( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_CPU_IO_PPI *This, IN EFI_PEI_CPU_IO_PPI_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN OUT VOID *Buffer ) argument 139 PeiDefaultIoRead( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_CPU_IO_PPI *This, IN EFI_PEI_CPU_IO_PPI_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN OUT VOID *Buffer ) argument 171 PeiDefaultIoWrite( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_CPU_IO_PPI *This, IN EFI_PEI_CPU_IO_PPI_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN OUT VOID *Buffer ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/ |
H A D | Callback.c | 163 EFI_PCI_IO_PROTOCOL_WIDTH Width; local 167 Width = (EFI_PCI_IO_PROTOCOL_WIDTH) 1; 171 Width = (EFI_PCI_IO_PROTOCOL_WIDTH) 2; 175 Width = (EFI_PCI_IO_PROTOCOL_WIDTH) 3; 179 Width = (EFI_PCI_IO_PROTOCOL_WIDTH) 0; 186 Width, 197 Width, 208 Width, 219 Width, 315 EFI_PCI_IO_PROTOCOL_WIDTH Width; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeIoLibCpuIo2/ |
H A D | IoLib.c | 52 Reads the I/O port specified by Port with registers width specified by Width. 58 @param Width The width of the I/O operation. 67 IN EFI_CPU_IO_PROTOCOL_WIDTH Width 73 Status = mCpuIo->Io.Read (mCpuIo, Width, Port, 1, &Data); 82 Writes the I/O port specified by Port with registers width and value specified by Width 88 @param Width The width of the I/O operation. 98 IN EFI_CPU_IO_PROTOCOL_WIDTH Width, 104 Status = mCpuIo->Io.Write (mCpuIo, Width, Port, 1, &Data); 113 Reads the MMIO registers specified by Address with registers width specified by Width. 119 @param Width Th 96 IoWriteWorker( IN UINTN Port, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Data ) argument 157 MmioWriteWorker( IN UINTN Address, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Data ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeIoLibEsal/ |
H A D | IoLib.c | 20 Reads the I/O port specified by Port with registers width specified by Width. 26 @param Width The width of the I/O operation. 35 IN EFI_CPU_IO_PROTOCOL_WIDTH Width 47 (UINT64)Width, 62 Writes the I/O port specified by Port with registers width and value specified by Width 68 @param Width The width of the I/O operation. 78 IN EFI_CPU_IO_PROTOCOL_WIDTH Width, 88 (UINT64)Width, 103 Reads the MMIO registers specified by Address with registers width specified by Width. 109 @param Width Th 76 IoWriteWorker( IN UINTN Port, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Data ) argument 159 MmioWriteWorker( IN UINTN Address, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Data ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmIoLibSmmCpuIo2/ |
H A D | IoLib.c | 22 Reads the I/O port specified by Port with registers width specified by Width. 28 @param Width The width of the I/O operation. 37 IN EFI_SMM_IO_WIDTH Width 43 Status = gSmst->SmmIo.Io.Read (&gSmst->SmmIo, Width, Port, 1, &Data); 52 Writes the I/O port specified by Port with registers width and value specified by Width 58 @param Width The width of the I/O operation. 68 IN EFI_SMM_IO_WIDTH Width, 74 Status = gSmst->SmmIo.Io.Write (&gSmst->SmmIo, Width, Port, 1, &Data); 83 Reads the MMIO registers specified by Address with registers width specified by Width. 89 @param Width Th 66 IoWriteWorker( IN UINTN Port, IN EFI_SMM_IO_WIDTH Width, IN UINT64 Data ) argument 127 MmioWriteWorker( IN UINTN Address, IN EFI_SMM_IO_WIDTH Width, IN UINT64 Data ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/ |
H A D | Console.c | 22 UINT32 Width; member in struct:__anon12458 242 return Item->Width; 271 UINTN Width; local 279 Width = GetGlyphWidth (*String); 280 if (Width == 0) { 284 Length += Width;
|
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Library/GopBltLib/ |
H A D | GopBltLib.c | 91 @param[in] Width - The width of a rectangle in the blt rectangle in pixels 111 IN UINTN Width, 128 Width, 144 @param[in] Width - The width of a rectangle in the blt rectangle in pixels 165 IN UINTN Width, 177 Width, 190 @param[in] Width Width (in pixels) to fill 204 IN UINTN Width, 215 Width, 104 InternalGopBltCommon( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument 158 BltLibGopBlt( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument 200 BltLibVideoFill( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Color, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height ) argument 238 BltLibVideoToBltBuffer( OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN Width, IN UINTN Height ) argument 280 BltLibVideoToBltBufferEx( OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument 321 BltLibBufferToVideo( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height ) argument 363 BltLibBufferToVideoEx( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument 405 BltLibVideoToVideo( IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height ) argument 439 BltLibGetSizes( OUT UINTN *Width, OPTIONAL OUT UINTN *Height OPTIONAL ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/ |
H A D | Gop.c | 213 IN UINTN Width, 232 Width - The width of a rectangle in the blt rectangle in pixels 268 Width, 205 QemuVideoGraphicsOutputBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/ |
H A D | MemImage.c | 45 @param[in] Width Ignored. 56 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, 69 @param[in] Width Ignored. 80 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, 54 DummyMemRead( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL * This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN OUT VOID *Buffer ) argument 78 DummyMemWrite( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL * This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN OUT VOID *Buffer ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIo2Dxe/ |
H A D | CpuIo2Dxe.c | 82 @param[in] Width Signifies the width of the I/O or Memory operation. 85 bytes moved is Width size * Count, starting at Address. 90 @retval EFI_INVALID_PARAMETER Width is invalid for this PI system. 92 @retval EFI_UNSUPPORTED The Buffer is not aligned for the given Width. 93 @retval EFI_UNSUPPORTED The address range specified by Address, Width, 100 IN EFI_CPU_IO_PROTOCOL_WIDTH Width, 117 // Check to see if Width is in the valid range 119 if (Width < 0 || Width >= EfiCpuIoWidthMaximum) { 127 if (Width > 98 CpuIoCheckParameter( IN BOOLEAN MmioOperation, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument 228 CpuMemoryServiceRead( IN EFI_CPU_IO2_PROTOCOL *This, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, OUT VOID *Buffer ) argument 308 CpuMemoryServiceWrite( IN EFI_CPU_IO2_PROTOCOL *This, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument 388 CpuIoServiceRead( IN EFI_CPU_IO2_PROTOCOL *This, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, OUT VOID *Buffer ) argument 467 CpuIoServiceWrite( IN EFI_CPU_IO2_PROTOCOL *This, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/ |
H A D | ConSplitterGraphics.c | 173 (DestinationX + Width, DestinationY + Height). 176 (SourceX, SourceY) (SourceX + Width, SourceY + Height) and place it in 178 (DestinationX + Width, DestinationY + Height). If DestinationX or 182 (SourceX, SourceY) (SourceX + Width, SourceY + Height) directly to the 184 (DestinationX + Width, DestinationY + Height). If SourceX or SourceY is 188 (SourceX, SourceY) (SourceX + Width, SourceY + Height) . 190 (DestinationX + Width, DestinationY + Height). 196 Width*Height*sizeof(EFI_GRAPHICS_OUTPUT_BLT_PIXEL) 203 @param Width Width o 215 ConSplitterGraphicsOutputBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument 489 ConSplitterUgaDrawBlt( IN EFI_UGA_DRAW_PROTOCOL *This, IN EFI_UGA_PIXEL *BltBuffer, OPTIONAL IN EFI_UGA_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | HiiImage.h | 37 @param Width Image width, in pixels. 43 Width*Height*sizeof(EFI_GRAPHICS_OUTPUT_BLT_PIXEL). 49 UINT16 Width; member in struct:_EFI_IMAGE_INPUT 180 @param Width Width of the output image. 192 UINT16 Width; member in struct:_EFI_IMAGE_OUTPUT 207 all pixels drawn outside the bounding box specified by Width and 226 to the image, which is Width pixels wide and 244 Width was NULL. 266 Width an [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/ |
H A D | CirrusLogic5430GraphicsOutput.c | 195 IN UINTN Width, 214 Width - The width of a rectangle in the blt rectangle in pixels 247 if (Width == 0 || Height == 0) { 253 // is the number of bytes in each row of BltBuffer. Since BltBuffer is Width pixels size, 257 Delta = Width * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL); 268 // Make sure the SourceX, SourceY, DestinationX, DestinationY, Width, and Height parameters 279 if (SourceX + Width > Private->ModeData[CurrentMode].HorizontalResolution) { 290 if (DestinationX + Width > Private->ModeData[CurrentMode].HorizontalResolution) { 309 if (((Offset & 0x03) == 0) && ((Width & 0x03) == 0)) { 315 Width >> 187 CirrusLogic5430GraphicsOutputBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument [all...] |
H A D | CirrusLogic5430UgaDraw.c | 120 IN UINTN Width, 143 if (Width == 0 || Height == 0) { 149 // is the number of bytes in each row of BltBuffer. Since BltBuffer is Width pixels size, 153 Delta = Width * sizeof (EFI_UGA_PIXEL); 163 // Make sure the SourceX, SourceY, DestinationX, DestinationY, Width, and Height parameters 174 if (SourceX + Width > Private->ModeData[Private->CurrentMode].HorizontalResolution) { 185 if (DestinationX + Width > Private->ModeData[Private->CurrentMode].HorizontalResolution) { 204 if (((Offset & 0x03) == 0) && ((Width & 0x03) == 0)) { 210 Width >> 2, 219 Width, 112 CirrusLogic5430UgaDrawBlt( IN EFI_UGA_DRAW_PROTOCOL *This, IN EFI_UGA_PIXEL *BltBuffer, OPTIONAL IN EFI_UGA_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/ |
H A D | VBoxVgaGraphicsOutput.c | 228 IN UINTN Width, 247 Width - The width of a rectangle in the blt rectangle in pixels 279 if (Width == 0 || Height == 0) { 285 // is the number of bytes in each row of BltBuffer. Since BltBuffer is Width pixels size, 292 Delta = Width * 4; 304 // Make sure the SourceX, SourceY, DestinationX, DestinationY, Width, and Height parameters 315 if (SourceX + Width > Private->ModeData[CurrentMode].HorizontalResolution) { 326 if (DestinationX + Width > Private->ModeData[CurrentMode].HorizontalResolution) { 350 Width, 355 for (X = 0; X < Width; 220 VBoxVgaGraphicsOutputBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument [all...] |
H A D | VBoxVgaUgaDraw.c | 155 IN UINTN Width, 177 if (Width == 0 || Height == 0) { 183 // is the number of bytes in each row of BltBuffer. Since BltBuffer is Width pixels size, 187 Delta = Width * sizeof (EFI_UGA_PIXEL); 198 // Make sure the SourceX, SourceY, DestinationX, DestinationY, Width, and Height parameters 209 if (SourceX + Width > Private->ModeData[Private->CurrentMode].HorizontalResolution) { 220 if (DestinationX + Width > Private->ModeData[Private->CurrentMode].HorizontalResolution) { 244 Width, 248 for (X = 0; X < Width; X++) { 271 if (DestinationX == 0 && Width 147 VBoxVgaUgaDrawBlt( IN EFI_UGA_DRAW_PROTOCOL *This, IN EFI_UGA_PIXEL *BltBuffer, OPTIONAL IN EFI_UGA_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument [all...] |