Searched defs:Width (Results 51 - 75 of 114) sorted by relevance

12345

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddxgitype.h65 UINT Width; member in struct:DXGI_MODE_DESC
H A Dgdiplustypes.h199 REAL Width; member in class:RectF
209 INT Width; member in class:Rect
263 REAL Width; member in struct:RectF
271 INT Width; member in struct:Rect
H A Dd3dx9tex.h82 UINT Width; member in struct:_D3DXIMAGE_INFO
H A Dgdiplusmetaheader.h86 INT Width; member in class:MetafileHeader
114 r->Width = Width;
162 INT Width; member in struct:MetafileHeader
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dgdiplustypes.h197 REAL Width; member in class:RectF
207 INT Width; member in class:Rect
236 REAL Width; member in struct:RectF
244 INT Width; member in struct:Rect
H A Dd3dx9tex.h80 UINT Width; member in struct:_D3DXIMAGE_INFO
H A Dgdiplusmetaheader.h86 INT Width; member in class:MetafileHeader
114 r->Width = Width;
162 INT Width; member in struct:MetafileHeader
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaIo.c88 @param[in] Width The width of the memory operation.
100 IN EFI_ISA_IO_PROTOCOL_WIDTH Width,
108 if (Width < EfiIsaIoWidthUint8 ||
109 Width >= EfiIsaIoWidthMaximum ||
110 Width == EfiIsaIoWidthReserved ||
111 Width == EfiIsaIoWidthFifoReserved ||
112 Width == EfiIsaIoWidthFillReserved
118 // If Width is EfiIsaIoWidthFifoUintX then convert to EfiIsaIoWidthUintX
119 // If Width is EfiIsaIoWidthFillUintX then convert to EfiIsaIoWidthUintX
121 if (Width >
97 IsaIoVerifyAccess( IN ISA_IO_DEVICE *IsaIoDevice, IN ISA_ACCESS_TYPE Type, IN EFI_ISA_IO_PROTOCOL_WIDTH Width, IN UINTN Count, IN UINT32 Offset ) argument
525 IsaIoIoRead( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_WIDTH Width, IN UINT32 Offset, IN UINTN Count, OUT VOID *Buffer ) argument
587 IsaIoIoWrite( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_WIDTH Width, IN UINT32 Offset, IN UINTN Count, IN VOID *Buffer ) argument
837 IsaIoMemRead( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_WIDTH Width, IN UINT32 Offset, IN UINTN Count, OUT VOID *Buffer ) argument
906 IsaIoMemWrite( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_WIDTH Width, IN UINT32 Offset, IN UINTN Count, IN VOID *Buffer ) argument
975 IsaIoCopyMem( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_WIDTH Width, IN UINT32 DestOffset, IN UINT32 SrcOffset, IN UINTN Count ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c594 @param PixelWidth Width of GopBlt/BmpImage in pixels
622 UINTN Width; local
745 for (Width = 0; Width < BmpHeader->PixelWidth; Width++, Image++, Blt++) {
751 for (Index = 0; Index < 8 && Width < BmpHeader->PixelWidth; Index++) {
756 Width++;
760 Width--;
771 if (Width < (BmpHeader->PixelWidth - 1)) {
773 Width
856 UINTN Width; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciIo.c70 @param Width Signifies the width of the memory or I/O operations.
74 @retval EFI_INVALID_PARAMETER Invalid Width/BarIndex or Bar type.
83 IN IN EFI_PCI_IO_PROTOCOL_WIDTH Width,
88 if (Width < 0 || Width >= EfiPciIoWidthMaximum) {
108 // If Width is EfiPciIoWidthFifoUintX then convert to EfiPciIoWidthUintX
109 // If Width is EfiPciIoWidthFillUintX then convert to EfiPciIoWidthUintX
111 if (Width >= EfiPciIoWidthFifoUint8 && Width <= EfiPciIoWidthFifoUint64) {
115 Width
79 PciIoVerifyBarAccess( IN PCI_IO_DEVICE *PciIoDevice, IN UINT8 BarIndex, IN PCI_BAR_TYPE Type, IN IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN IN UINTN Count, IN UINT64 *Offset ) argument
140 PciIoVerifyConfigAccess( IN PCI_IO_DEVICE *PciIoDevice, IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN UINTN Count, IN UINT64 *Offset ) argument
202 PciIoPollMem( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN UINT8 BarIndex, IN UINT64 Offset, IN UINT64 Mask, IN UINT64 Value, IN UINT64 Delay, OUT UINT64 *Result ) argument
309 PciIoPollIo( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN UINT8 BarIndex, IN UINT64 Offset, IN UINT64 Mask, IN UINT64 Value, IN UINT64 Delay, OUT UINT64 *Result ) argument
410 PciIoMemRead( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN UINT8 BarIndex, IN UINT64 Offset, IN UINTN Count, IN OUT VOID *Buffer ) argument
489 PciIoMemWrite( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN UINT8 BarIndex, IN UINT64 Offset, IN UINTN Count, IN OUT VOID *Buffer ) argument
567 PciIoIoRead( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN UINT8 BarIndex, IN UINT64 Offset, IN UINTN Count, IN OUT VOID *Buffer ) argument
645 PciIoIoWrite( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN UINT8 BarIndex, IN UINT64 Offset, IN UINTN Count, IN OUT VOID *Buffer ) argument
721 PciIoConfigRead( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN UINT32 Offset, IN UINTN Count, IN OUT VOID *Buffer ) argument
790 PciIoConfigWrite( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN UINT32 Offset, IN UINTN Count, IN OUT VOID *Buffer ) argument
869 PciIoCopyMem( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN UINT8 DestBarIndex, IN UINT64 DestOffset, IN UINT8 SrcBarIndex, IN UINT64 SrcOffset, IN UINTN Count ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DImage.c48 UINT16 Width; local
109 BITMAP_LEN_1_BIT (Iibt1bit.Bitmap.Width, Iibt1bit.Bitmap.Height);
117 BITMAP_LEN_4_BIT (Iibt4bit.Bitmap.Width, Iibt4bit.Bitmap.Height);
125 BITMAP_LEN_8_BIT (Iibt8bit.Bitmap.Width, Iibt8bit.Bitmap.Height);
131 CopyMem (&Width, ImageBlock + sizeof (EFI_HII_IMAGE_BLOCK), sizeof (UINT16));
138 BITMAP_LEN_24_BIT (Width, Height);
297 OffsetY = BITMAP_LEN_1_BIT (Image->Width, Ypos);
301 for (Xpos = 0; Xpos < Image->Width / 8; Xpos++) {
305 BitMapPtr[Ypos * Image->Width + Xpos * 8 + (8 - Index - 1)] = PaletteValue[1];
307 BitMapPtr[Ypos * Image->Width
525 ImageToBlt( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN BltX, IN UINTN BltY, IN UINTN Width, IN UINTN Height, IN BOOLEAN Transparent, IN OUT EFI_IMAGE_OUTPUT **Blt ) argument
827 UINT16 Width; local
1024 UINT16 Width; local
1228 UINTN Width; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DIfrParse.c933 UINT8 Width; local
1836 Width = 1;
1839 Width = 1;
1843 Width = 2;
1847 Width = 4;
1851 Width = 8;
1861 CurrentStatement->StorageWidth = (UINT16) (CurrentStatement->MaxContainers * Width);
H A DPresentation.c472 UINT16 Width; local
527 Width = GetWidth (Statement, Handle);
531 for (; GetLineByWidth (StringPtr, Width, &ArrayEntry, &OutputString) != 0x0000;) {
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciRootBridgeIo.c46 by Width. The result of this PCI memory read operation is stored in Result. This PCI memory
51 @param[in] Width Signifies the width of the memory operations.
54 @param[in] Mask Mask used for the polling criteria. Bytes above Width in Mask
55 are ignored. The bits in the bytes below Width which are zero in
63 @retval EFI_INVALID_PARAMETER Width is invalid.
73 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width,
86 performed at the PCI I/O address specified by Address for the width specified by Width.
92 @param[in] Width Signifies the width of the I/O operations.
95 @param[in] Mask Mask used for the polling criteria. Bytes above Width in Mask
96 are ignored. The bits in the bytes below Width whic
751 RootBridgeIoCheckParameter( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN OPERATION_TYPE OperationType, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
886 RootBridgeIoMemRW( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN BOOLEAN Write, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN OUT VOID *Buffer ) argument
978 RootBridgeIoIoRW( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN BOOLEAN Write, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN OUT VOID *Buffer ) argument
1096 RootBridgeIoPciRW( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN BOOLEAN Write, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN OUT VOID *Buffer ) argument
1208 RootBridgeIoPollMem( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINT64 Mask, IN UINT64 Value, IN UINT64 Delay, OUT UINT64 *Result ) argument
1311 RootBridgeIoPollIo( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINT64 Mask, IN UINT64 Value, IN UINT64 Delay, OUT UINT64 *Result ) argument
1406 RootBridgeIoMemRead( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, OUT VOID *Buffer ) argument
1441 RootBridgeIoMemWrite( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
1472 RootBridgeIoIoRead( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, OUT VOID *Buffer ) argument
1503 RootBridgeIoIoWrite( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
1540 RootBridgeIoCopyMem( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 DestAddress, IN UINT64 SrcAddress, IN UINTN Count ) argument
1628 RootBridgeIoPciRead( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, OUT VOID *Buffer ) argument
1664 RootBridgeIoPciWrite( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.c879 of pixels specified by Width and Height. If no such bitmap exists, then EFI_NOT_FOUND
883 @param[in, out] Width On entry, points to the desired bitmap width. If NULL then no
901 IN OUT UINTN *Width,
899 CredentialTile( IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This, IN OUT UINTN *Width, IN OUT UINTN *Height, OUT EFI_HII_HANDLE *Hii, OUT EFI_IMAGE_ID *Image ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
H A DUsbCredentialProvider.c788 of pixels specified by Width and Height. If no such bitmap exists, then EFI_NOT_FOUND
792 @param[in, out] Width On entry, points to the desired bitmap width. If NULL then no
810 IN OUT UINTN *Width,
808 CredentialTile( IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This, IN OUT UINTN *Width, IN OUT UINTN *Height, OUT EFI_HII_HANDLE *Hii, OUT EFI_IMAGE_ID *Image ) argument
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVga.c209 OUT UINT32 *Width,
223 OUT UINT32 *Width,
958 outw(Private, 0x1ce, 0x01); outw(Private, 0x1cf, (UINT16)ModeData->Width); // XRES
962 outw(Private, 0x1ce, 0x06); outw(Private, 0x1cf, (UINT16)ModeData->Width); // VIRT_WIDTH
1009 OUT UINT32 *Width,
1036 *Width = W;
1005 GetFrameBufferInfo(IN APPLE_FRAMEBUFFERINFO_PROTOCOL *This, OUT UINT32 *BaseAddr, OUT UINT32 *Something, OUT UINT32 *RowBytes, OUT UINT32 *Width, OUT UINT32 *Height, OUT UINT32 *Depth) argument
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDisplay.cpp284 LogRel(("Display : %s , Change Height: %d & Width: %d\n", displayDevice.DeviceName, aWidth, aHeight));
443 static BOOL ResizeDisplayDevice(UINT Id, DWORD Width, DWORD Height, DWORD BitsPerPixel, argument
448 BOOL fModeReset = (Width == 0 && Height == 0 && BitsPerPixel == 0 &&
453 Id, Width, Height, dwNewPosX, dwNewPosY, fChangeOrigin, fEnabled, fExtDispSup));
456 Width &= 0xFFF8;
519 /* Width, height equal to 0 means that this value must be not changed.
524 if (Width == 0)
525 Width = paRects[Id].right - paRects[Id].left;
571 && paRects[Id].right - paRects[Id].left == Width
580 fEnabled ? Width
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
H A DPrintLib.c118 // Parse Flags and Width
533 string specified by Buffer containing at most Width characters. No padding of spaces
534 is ever performed. If Width is 0 then a width of MAXIMUM_VALUE_CHARACTERS is assumed.
536 If the conversion contains more than Width characters, then only the first
537 Width characters are returned, and the total number of characters
543 If Width is 0, PREFIX_ZERO is ignored in Flags.
552 add up to Width characters.
558 If Width >= MAXIMUM_VALUE_CHARACTERS, then ASSERT()
564 @param Width The maximum number of Unicode characters to place in Buffer, not including
576 IN UINTN Width
1158 UINTN Width; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptExecute.c248 @param Width Width of the operation.
254 @retval EFI_INVALID_PARAMETER Width or Address is invalid.
258 IN S3_BOOT_SCRIPT_LIB_WIDTH Width,
266 if (Width >= S3BootScriptWidthMaximum) {
270 *AddressStride = (UINT32)(1 << (Width & 0x03));
278 if (Width >= S3BootScriptWidthFifoUint8 && Width <= S3BootScriptWidthFifoUint64) {
282 if (Width >= S3BootScriptWidthFillUint8 && Width <
257 BuildLoopData( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, OUT UINTN *AddressStride, OUT UINTN *BufferStride ) argument
305 ScriptIoRead( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN UINTN Count, OUT VOID *Buffer ) argument
378 ScriptIoWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
482 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
513 ScriptMemoryRead( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN OUT VOID *Buffer ) argument
588 ScriptMemoryWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN OUT VOID *Buffer ) argument
688 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
715 ScriptPciCfgRead( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, OUT VOID *Buffer ) argument
755 ScriptPciCfgWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, OUT VOID *Buffer ) argument
802 ScriptPciCfg2Read( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT16 Segment, IN UINT64 Address, OUT VOID *Buffer ) argument
832 ScriptPciCfg2Write( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT16 Segment, IN UINT64 Address, OUT VOID *Buffer ) argument
[all...]
H A DBootScriptSave.c786 @param Width The width of the I/O operations.Enumerated in S3_BOOT_SCRIPT_LIB_WIDTH.
797 IN S3_BOOT_SCRIPT_LIB_WIDTH Width,
809 WidthInByte = (UINT8) (0x01 << (Width & 0x03));
821 ScriptIoWrite.Width = Width;
835 @param Width The width of the I/O operations.Enumerated in S3_BOOT_SCRIPT_LIB_WIDTH.
846 IN S3_BOOT_SCRIPT_LIB_WIDTH Width,
857 WidthInByte = (UINT8) (0x01 << (Width & 0x03));
869 ScriptIoReadWrite.Width = Width;
796 S3BootScriptSaveIoWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
845 S3BootScriptSaveIoReadWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask ) argument
893 S3BootScriptSaveMemWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
941 S3BootScriptSaveMemReadWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask ) argument
989 S3BootScriptSavePciCfgWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
1037 S3BootScriptSavePciCfgReadWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask ) argument
1090 S3BootScriptSavePciCfg2Write( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT16 Segment, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
1141 S3BootScriptSavePciCfg2ReadWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT16 Segment, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask ) argument
1327 S3BootScriptSaveMemPoll( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *BitMask, IN VOID *BitValue, IN UINTN Duration, IN UINTN LoopTimes ) argument
1507 S3BootScriptSaveIoPoll( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask, IN UINT64 Delay ) argument
1564 S3BootScriptSavePciPoll( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask, IN UINT64 Delay ) argument
1622 S3BootScriptSavePci2Poll( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT16 Segment, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask, IN UINT64 Delay ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c906 UINTN Width; local
935 Width = MaxColumn * EFI_GLYPH_WIDTH;
937 Delta = Width * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL);
999 Width,
1015 Width,
1031 Width,
1047 Width, local
1739 Blt->Width = (UINT16) (Private->ModeData[This->Mode->Mode].GopWidth);
1791 Blt->Image.Bitmap = AllocateZeroPool (Blt->Width * Blt->Height * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
1833 Blt->Width * sizeo
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DriverSampleDxe/
H A DDriverSample.c575 @param Width The width of the parameter.
585 IN UINTN Width
623 Width, local
642 Width, local
668 UINTN Width; local
708 // Get Width
714 Width = 0;
716 &Width,
740 if (Offset + Width > BlockSize) {
744 if (Offset <= ValueOffset && Offset + Width >
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3IoLib/
H A DS3IoLib.c34 @param Width The width of I/O port.
41 IN S3_BOOT_SCRIPT_LIB_WIDTH Width,
49 Width,
1468 @param Width The width of MMIO register.
1475 IN S3_BOOT_SCRIPT_LIB_WIDTH Width,
1483 Width,
40 InternalSaveIoWriteValueToBootScript( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINTN Port, IN VOID *Buffer ) argument
1474 InternalSaveMmioWriteValueToBootScript( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINTN Address, IN VOID *Buffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2192 @param Width The width of a rectangle in the blt rectangle in
2217 IN UINTN Width,
2247 TotalBytes = Width * VbePixelWidth;
2253 if (Width == 0 || Height == 0) {
2269 if (SourceX + Width > Mode->HorizontalResolution) {
2280 if (DestinationX + Width > Mode->HorizontalResolution) {
2286 // is the number of bytes in each row of BltBuffer. Since BltBuffer is Width pixels size,
2290 Delta = Width * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL);
2307 for (DstX = DestinationX; DstX < (Width + DestinationX); DstX++) {
2368 for (Index = 0; Index < Width; Inde
2209 BiosVideoVbeBltWorker( IN BIOS_VIDEO_DEV *BiosVideoPrivate, 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, IN BIOS_VIDEO_MODE_DATA *Mode ) argument
2478 BiosVideoGraphicsOutputVbeBlt( 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
2700 BiosVideoGraphicsOutputVgaBlt( 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...]

Completed in 156 milliseconds

12345