Searched refs:Height (Results 1 - 25 of 170) sorted by relevance

1234567

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Library/GopBltLib/
H A DGopBltLib.c92 @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/Main/testcase/VBoxVBTest/
H A DTestForm.frm13 Height = 2352
23 Height = 372
32 Height = 192
41 Height = 192
50 Height = 252
59 Height = 372
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Include/Library/
H A DBltLib.h49 @param[in] Height - The height of a rectangle in the blt rectangle in pixels
70 IN UINTN Height,
82 @param[in] Height Height to fill
96 IN UINTN Height
107 @param[in] Height Height
121 IN UINTN Height
135 @param[in] Height Height
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DImage.c49 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...]
H A DFont.c226 Cell->Height = EFI_GLYPH_HEIGHT;
228 CopyMem (*GlyphBuffer, Narrow.GlyphCol1, Cell->Height);
247 Cell->Height = EFI_GLYPH_HEIGHT;
299 UINT8 Height; local
305 Height = EFI_GLYPH_HEIGHT;
316 if (RowHeight < Height) {
317 Height = (UINT8) RowHeight;
323 for (Ypos = 0; Ypos < Height; Ypos++) {
399 BltBuffer = *Origin + Cell->OffsetX - (Cell->OffsetY + Cell->Height) * ImageWidth;
400 YposOffset = (UINT16) (BaseLine - (Cell->OffsetY + Cell->Height));
1593 UINT16 Height; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c140 @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/EFI/Firmware/OptionRomPkg/Application/BltLibSample/
H A DBltLibSample.c81 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/MdeModulePkg/Include/Protocol/
H A DBootLogo.h40 @param Height Hight of rectangle in BltBuffer in pixels.
56 IN UINTN Height
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dgdiplusmetaheader.h87 INT Height; member in class:MetafileHeader
115 r->Height = Height;
163 INT Height; member in struct:MetafileHeader
H A Ddxgitype.h66 UINT Height; member in struct:DXGI_MODE_DESC
H A Dgdiplustypes.h200 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
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dgdiplusmetaheader.h87 INT Height; member in class:MetafileHeader
115 r->Height = Height;
163 INT Height; member in struct:MetafileHeader
H A Dgdiplustypes.h198 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 DBdsConsole.c593 @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/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430GraphicsOutput.c196 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 DCirrusLogic5430UgaDraw.c121 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...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHiiImage.h39 @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...]
H A DUgaDraw.h93 ///< (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height).
97 ///< (SourceX, SourceY) (SourceX + Width, SourceY + Height) and place it in
99 ///< (DestinationX + Width, DestinationY + Height). If DestinationX or
104 ///< (SourceX, SourceY) (SourceX + Width, SourceY + Height) directly to the
106 ///< (DestinationX + Width, DestinationY + Height). If SourceX or SourceY is
111 ///< (SourceX + Width, SourceY + Height) .to the video display rectangle
112 ///< (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height).
124 buffer has a size of Width*Height*sizeof(EFI_UGA_PIXEL)
131 @param[in] Height - Hight of rectangle in BltBuffer in pixels.
150 IN UINTN Height,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVgaGraphicsOutput.c229 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 DVBoxVgaUgaDraw.c156 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
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/
H A DBootGraphicsResourceTableDxe.c110 @param Height Hight of rectangle in BltBuffer in pixels.
126 IN UINTN Height
141 @param Height Hight of rectangle in BltBuffer in pixels.
157 IN UINTN Height
168 if (Width == 0 || Height == 0) {
179 // Ensure the Height * Width doesn't overflow
181 if (Height > DivU64x64Remainder ((UINTN) ~0, Width, NULL)) {
184 BufferSize = MultU64x64 (Width, Height);
203 mLogoHeight = Height;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvolume.c101 This->lockedBox.Bottom = This->currentDesc.Height;
223 pDesc->Height = This->currentDesc.Height;
242 * This->currentDesc.Width * This->currentDesc.Height; /* Bytes / slice */
250 This->lockedBox.Bottom = This->currentDesc.Height;
257 || pBox->Bottom > This->currentDesc.Height
351 This->currentDesc.Height,
363 This->currentDesc.Height,
443 volume->currentDesc.Height = height;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DConSplitterGraphics.c173 (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/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispMouse.cpp38 pAttrs->Height = min(srcMaskH, pDev->pointer.caps.MaxHeight);
46 for (y=0; y<pAttrs->Height; ++y)
53 pDst = pAttrs->Pixels + RT_ALIGN_T(dstBytesPerLine*pAttrs->Height, 4, ULONG);
56 for (y=0; y<pAttrs->Height; ++y)
253 pAttrs->Height = min(srcMaskH, pDev->pointer.caps.MaxHeight);
264 memset(pDst, 0xFF, dstBytesPerLine*pAttrs->Height);
266 for (y=0; y<pAttrs->Height; ++y)
295 for (y=0; y<pAttrs->Height; ++y)
312 pDst = pAttrs->Pixels + RT_ALIGN_T(dstBytesPerLine*pAttrs->Height, 4, ULONG);
315 for (y=0; y<pAttrs->Height;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Protocol/
H A DUgaDraw.h106 (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height).
110 (SourceX, SourceY) (SourceX + Width, SourceY + Height) and place it in
112 (DestinationX + Width, DestinationY + Height). If DestinationX or
117 (SourceX, SourceY) (SourceX + Width, SourceY + Height) directly to the
119 (DestinationX + Width, DestinationY + Height). If SourceX or SourceY is
124 (SourceX + Width, SourceY + Height) .to the video display rectangle
125 (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height).
131 buffer has a size of Width*Height*sizeof(EFI_UGA_PIXEL)
138 @param[in] Height - Hight of rectangle in BltBuffer in pixels.
157 IN UINTN Height,
[all...]

Completed in 169 milliseconds

1234567