/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Library/GopBltLib/ |
H A D | GopBltLib.c | 92 @param[in] Height - The height of a rectangle in the blt rectangle in pixels 112 IN UINTN Height, 129 Height, 145 @param[in] Height - The height of a rectangle in the blt rectangle in pixels 166 IN UINTN Height, 178 Height, 191 @param[in] Height Height to fill 205 IN UINTN Height 216 Height, 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 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 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 [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/ |
H A D | Gop.c | 214 IN UINTN Height, 233 Height - The height of a rectangle in the blt rectangle in pixels 269 Height, 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
|
H A D | Qemu.h | 108 UINT32 Height; member in struct:__anon12631
|
/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) 204 @param Height Hight of rectangle in BltBuffer in pixels. 224 IN UINTN Height, 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 | 39 @param Height Image height, in pixels. 43 Width*Height*sizeof(EFI_GRAPHICS_OUTPUT_BLT_PIXEL). 50 UINT16 Height; member in struct:_EFI_IMAGE_INPUT 182 @param Height Height of the output image. 193 UINT16 Height; member in struct:_EFI_IMAGE_OUTPUT 208 Height are ignored. If EFI_HII_DRAW_FLAG_TRANSPARENT is set, 227 Height pixels high. The image will be drawn onto 243 @retval EFI_INVALID_PARAMETER The Image or Blt or Height or 266 Width and Height ar [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/ |
H A D | CirrusLogic5430GraphicsOutput.c | 196 IN UINTN Height, 215 Height - The height of a rectangle in the blt rectangle in pixels 247 if (Width == 0 || Height == 0) { 268 // Make sure the SourceX, SourceY, DestinationX, DestinationY, Width, and Height parameters 275 if (SourceY + Height > Private->ModeData[CurrentMode].VerticalResolution) { 286 if (DestinationY + Height > Private->ModeData[CurrentMode].VerticalResolution) { 306 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) { 359 outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) (((Height << 8) & 0xff00) | 0x22)); 360 outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) ((Height & 0xff00) | 0x23)); 393 if (((Offset & 0x03) == 0) && (((Width * Height) 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 | 121 IN UINTN Height, 143 if (Width == 0 || Height == 0) { 163 // Make sure the SourceX, SourceY, DestinationX, DestinationY, Width, and Height parameters 170 if (SourceY + Height > Private->ModeData[Private->CurrentMode].VerticalResolution) { 181 if (DestinationY + Height > Private->ModeData[Private->CurrentMode].VerticalResolution) { 201 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) { 254 outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) (((Height << 8) & 0xff00) | 0x22)); 255 outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) ((Height & 0xff00) | 0x23)); 288 if (((Offset & 0x03) == 0) && (((Width * Height) & 0x03) == 0)) { 294 (Width * Height) >> 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...] |
H A D | CirrusLogic5430.h | 113 UINT32 Height; member in struct:__anon12603
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/ |
H A D | VBoxVgaGraphicsOutput.c | 229 IN UINTN Height, 248 Height - The height of a rectangle in the blt rectangle in pixels 279 if (Width == 0 || Height == 0) { 304 // Make sure the SourceX, SourceY, DestinationX, DestinationY, Width, and Height parameters 311 if (SourceY + Height > Private->ModeData[CurrentMode].VerticalResolution) { 322 if (DestinationY + Height > Private->ModeData[CurrentMode].VerticalResolution) { 342 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY) && BltBuffer; SrcY++, DstY++) { 384 (Width * Height), 389 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) { 405 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height 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 | 156 IN UINTN Height, 177 if (Width == 0 || Height == 0) { 198 // Make sure the SourceX, SourceY, DestinationX, DestinationY, Width, and Height parameters 205 if (SourceY + Height > Private->ModeData[Private->CurrentMode].VerticalResolution) { 216 if (DestinationY + Height > Private->ModeData[Private->CurrentMode].VerticalResolution) { 236 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) { 278 (Width * Height) , 282 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) { 297 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) { 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
|
H A D | VBoxVga.h | 124 UINT32 Height; member in struct:__anon13137
|
H A D | VBoxVga.c | 210 OUT UINT32 *Height, 224 OUT UINT32 *Height, 959 outw(Private, 0x1ce, 0x02); outw(Private, 0x1cf, (UINT16)ModeData->Height); // YRES 963 outw(Private, 0x1ce, 0x07); outw(Private, 0x1cf, (UINT16)ModeData->Height); // VIRT_HEIGHT 1010 OUT UINT32 *Height, 1037 *Height = H; 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/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
H A D | UefiLibPrint.c | 365 UINTN Height; local 430 Blt->Height = (UINT16) (VerticalResolution); 477 Blt->Image.Bitmap = AllocateZeroPool (Blt->Width * Blt->Height * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)); 509 Height = RowInfoArray[0].LineHeight; 513 Height = 0; 525 Height,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/ |
H A D | UefiLibPrint.c | 365 UINTN Height; local 430 Blt->Height = (UINT16) (VerticalResolution); 477 Blt->Image.Bitmap = AllocateZeroPool (Blt->Width * Blt->Height * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)); 509 Height = RowInfoArray[0].LineHeight; 513 Height = 0; 525 Height,
|
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Application/BltLibSample/ |
H A D | BltLibSample.c | 81 UINTN Height; local 83 BltLibGetSizes (&Width, &Height); 86 H = Height - (Rand32 () % Height); 92 if (H != Height) { 93 Y = Rand32 () % (Height - H); 112 UINTN Height; local 114 BltLibGetSizes (&Width, &Height); 117 for (Y = 0; Y < Height; Y++) { 120 Color.Green = (UINT8) ((Y * 0x100) / Height); [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Library/FrameBufferBltLib/ |
H A D | FrameBufferBltLib.c | 140 @param[in] Height - The height of a rectangle in the blt rectangle in pixels 161 IN UINTN Height, 174 Height, 185 Height 194 Height 205 Height, 221 @param[in] Height Height to fill 235 IN UINTN Height 254 if (DestinationY + Height > mBltLibHeigh 153 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 419 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 563 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 [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | dxgitype.h | 66 UINT Height; member in struct:DXGI_MODE_DESC
|
H A D | gdiplustypes.h | 200 REAL Height; member in class:RectF 210 INT Height; member in class:Rect 264 REAL Height; member in struct:RectF 272 INT Height; member in struct:Rect
|
H A D | d3dx9tex.h | 83 UINT Height; member in struct:_D3DXIMAGE_INFO
|
H A D | gdiplusmetaheader.h | 87 INT Height; member in class:MetafileHeader 115 r->Height = Height; 163 INT Height; member in struct:MetafileHeader
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | gdiplustypes.h | 198 REAL Height; member in class:RectF 208 INT Height; member in class:Rect 237 REAL Height; member in struct:RectF 245 INT Height; member in struct:Rect
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
H A D | BdsConsole.c | 593 @param PixelHeight Height of GopBlt/BmpImage in pixels 621 UINTN Height; local 743 for (Height = 0; Height < BmpHeader->PixelHeight; Height++) { 744 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth]; 855 UINTN Height; local 987 &Height, 1021 DestY = (SizeOfY - Height) / 2; 1026 DestY = (SizeOfY - Height [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/ |
H A D | Image.c | 49 UINT16 Height; 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); 133 &Height, 138 BITMAP_LEN_24_BIT (Width, Height); 296 for (Ypos = 0; Ypos < Image->Height; Ypos++) { 381 for (Ypos = 0; Ypos < Image->Height; Ypos++) { 454 for (Ypos = 0; Ypos < Image->Height; Ypos++) { 494 for (Ypos = 0; Ypos < Image->Height; Ypo 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 828 UINT16 Height; local 1025 UINT16 Height; local 1229 UINTN Height; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/ |
H A D | PwdCredentialProvider.c | 879 of pixels specified by Width and Height. If no such bitmap exists, then EFI_NOT_FOUND 886 @param[in, out] Height On entry, points to the desired bitmap height. If NULL then no 902 IN OUT UINTN *Height, 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 D | UsbCredentialProvider.c | 788 of pixels specified by Width and Height. If no such bitmap exists, then EFI_NOT_FOUND 795 @param[in, out] Height On entry, points to the desired bitmap height. If NULL then no 811 IN OUT UINTN *Height, 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
|