Searched refs:Height (Results 26 - 50 of 170) sorted by relevance

1234567

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dqedit.idl144 LONG Height
150 LONG Height,
H A Dcontrol.idl117 [propput] HRESULT Height( [in] LONG Height );
118 [propget] HRESULT Height( [out] LONG *pHeight );
129 HRESULT SetWindowPosition( [in] LONG Left, [in] LONG Top, [in] LONG Width, [in] LONG Height );
170 HRESULT SetSourcePosition( [in] LONG Left, [in] LONG Top, [in] LONG Width, [in] LONG Height );
173 HRESULT SetDestinationPosition( [in] LONG Left, [in] LONG Top, [in] LONG Width, [in] LONG Height );
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPCommon.h61 pAttrs->Width, pAttrs->Height, pAttrs->Pixels,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dqedit.idl144 LONG Height
150 LONG Height,
H A Dcontrol.idl117 [propput] HRESULT Height( [in] LONG Height );
118 [propget] HRESULT Height( [out] LONG *pHeight );
129 HRESULT SetWindowPosition( [in] LONG Left, [in] LONG Top, [in] LONG Width, [in] LONG Height );
170 HRESULT SetSourcePosition( [in] LONG Left, [in] LONG Top, [in] LONG Width, [in] LONG Height );
173 HRESULT SetDestinationPosition( [in] LONG Left, [in] LONG Top, [in] LONG Width, [in] LONG Height );
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DHiiDatabase.h54 #define BITMAP_LEN_1_BIT(Width, Height) (((Width) + 7) / 8 * (Height))
55 #define BITMAP_LEN_4_BIT(Width, Height) (((Width) + 1) / 2 * (Height))
56 #define BITMAP_LEN_8_BIT(Width, Height) ((Width) * (Height))
57 #define BITMAP_LEN_24_BIT(Width, Height) ((Width) * (Height) * 3)
166 UINT16 Height; member in struct:_HII_FONT_PACKAGE_INSTANCE
545 and Height pixel
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLibPrint.c365 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 DUefiLibPrint.c365 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/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c196 pDesc->height = This->currentDesc.Height;
445 This->overlay_srcrect.bottom = This->currentDesc.Height;
454 This->overlay_destrect.bottom = Dst ? Dst->currentDesc.Height : 0;
591 b_info->bmiHeader.biHeight = -This->currentDesc.Height -extraline;
592 b_info->bmiHeader.biSizeImage = ( This->currentDesc.Height + extraline) * IWineD3DSurface_GetPitch(iface);
655 memcpy(This->dib.bitmap_data, This->resource.allocatedMemory, This->currentDesc.Height * IWineD3DSurface_GetPitch(iface));
855 source->currentDesc.Height, to_fmt, TRUE /* lockable */, TRUE /* discard */, 0 /* level */, &ret,
861 source->currentDesc.Height, to_fmt, TRUE /* lockable */, TRUE /* discard */, 0 /* level */, &ret,
890 source->currentDesc.Width, source->currentDesc.Height);
1020 ((SrcRect->bottom > Src->currentDesc.Height)||(SrcRec
[all...]
H A Dsurface.c326 rect_out->bottom = This->currentDesc.Height;
454 surface->currentDesc.Height = height;
827 for (y = 1 ; y < This->currentDesc.Height; y++) {
849 GLsizei height = This->currentDesc.Height;
1195 This->dirtyRect.bottom = This->currentDesc.Height;
1543 local_rect.bottom = This->currentDesc.Height;
1615 glReadPixels(local_rect.left, (!srcIsUpsideDown) ? (This->currentDesc.Height - local_rect.bottom) : local_rect.top ,
1786 0, 0, 0, 0, This->currentDesc.Width, This->currentDesc.Height);
1989 && pRect->bottom == This->currentDesc.Height)
2133 This->currentDesc.Height,
[all...]
H A Dswapchain_gdi.c76 mode.Height = This->orig_height;
138 drawrect.bottom = front->currentDesc.Height;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DGraphicsOutput.h158 /// (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height).
165 /// (SourceX, SourceY) (SourceX + Width, SourceY + Height) and place it in
167 /// (DestinationX + Width, DestinationY + Height). If DestinationX or
175 /// (SourceX, SourceY) (SourceX + Width, SourceY + Height) directly to the
177 /// (DestinationX + Width, DestinationY + Height). If SourceX or SourceY is
185 /// (SourceX + Width, SourceY + Height) .to the video display rectangle
186 /// (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height).
200 buffer has a size of Width*Height*sizeof(EFI_GRAPHICS_OUTPUT_BLT_PIXEL)
207 @param Height Hight of rectangle in BltBuffer in pixels.
226 IN UINTN Height,
[all...]
H A DUserCredential.h89 by Width and Height. If no such bitmap exists, then EFI_NOT_FOUND is returned.
95 @param[in, out] Height On entry, points to the desired bitmap height. If NULL then no bitmap
110 IN OUT UINTN *Height,
H A DUserCredential2.h87 by Width and Height. If no such bitmap exists, then EFI_NOT_FOUND is returned.
93 @param[in, out] Height On entry, points to the desired bitmap height. If NULL then no bitmap
108 IN OUT UINTN *Height,
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DEdid.c465 TempTiming.VerticalResolution = (UINT16) VideoMode->Height;
474 if ((VideoMode->Width == 0) || (VideoMode->Height == 0)) {
481 ModeData->VerticalResolution = VideoMode->Height;
503 ModeData->VerticalResolution = VideoMode->Height;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Protocol/
H A DGraphicsOutput.h123 (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height).
127 (SourceX, SourceY) (SourceX + Width, SourceY + Height) and place it in
129 (DestinationX + Width, DestinationY + Height). If DestinationX or
134 (SourceX, SourceY) (SourceX + Width, SourceY + Height) directly to the
136 (DestinationX + Width, DestinationY + Height). If SourceX or SourceY is
141 (SourceX + Width, SourceY + Height) .to the video display rectangle
142 (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height).
147 buffer has a size of Width*Height*sizeof(EFI_GRAPHICS_OUTPUT_BLT_PIXEL)
154 @param Height Hight of rectangle in BltBuffer in pixels.
173 IN UINTN Height,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DEdid.c493 TempTiming.VerticalResolution = (UINT16) VideoMode->Height;
502 if ((VideoMode->Width == 0) || (VideoMode->Height == 0)) {
509 ModeData->VerticalResolution = VideoMode->Height;
531 ModeData->VerticalResolution = VideoMode->Height;
/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddrirenderbuffer.c23 rb->Height = height;
210 if (fb && (dPriv->w != fb->Width || dPriv->h != fb->Height)) {
213 assert(fb->Height == dPriv->h);
H A Dvboxdri_drv.c182 fbmesa->dri.drawable->h != fb->Height) {
217 GLubyte *P = (GLubyte *)drb->Base.Data + (drb->Base.Height - (Y)) * drb->pitch + (X) * 3;
238 GLubyte *P = (GLubyte *)drb->Base.Data + (drb->Base.Height - (Y)) * drb->pitch + (X) * 4;
265 GLushort *P = (GLushort *)drb->Base.Data + (drb->Base.Height - (Y)) * drb->pitch + (X) * 2;
284 GLushort *P = (GLushort *)drb->Base.Data + (drb->Base.Height - (Y)) * drb->pitch + (X) * 2;
304 GLubyte *P = (GLubyte *)drb->Base.Data + (drb->Base.Height - (Y)) * drb->pitch + (X);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2194 @param Height The height of a rectangle in the blt rectangle in
2218 IN UINTN Height,
2253 if (Width == 0 || Height == 0) {
2265 if (SourceY + Height > Mode->VerticalResolution) {
2276 if (DestinationY + Height > Mode->VerticalResolution) {
2301 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) {
2321 for (Index = 0; Index < Height; Index++) {
2326 SrcY = SourceY + Height - Index - 1;
2327 DstY = DestinationY + Height - Index - 1;
2378 for (DstY = DestinationY + 1; DstY < (Height
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...]
H A DBiosVideo.h327 @param Height The height of a rectangle in the blt rectangle in
351 IN UINTN Height,
370 @param Height The height of a rectangle in the blt rectangle in
394 IN UINTN Height,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.h155 of pixels specified by Width and Height. If no such bitmap exists, then EFI_NOT_FOUND
162 @param[in, out] Height On entry, points to the desired bitmap height. If NULL then no
178 IN OUT UINTN *Height,
/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));
529 if (Height == 0)
530 Height = paRects[Id].bottom - paRects[Id].top;
572 && paRects[Id].bottom - paRects[Id].top == Height
580 fEnabled ? Width : 0, fEnabled ? Height : 0, dwNewPosX, dwNewPosY);
688 LogFlowFunc(("Enable And Resize Device. Id = %d, Width=%d Height=%d, \
690 Id, Width, Height, dwNewPos
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/
H A DGop.c214 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
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h185 UINT16 Height; member in struct:_EFI_HII_GLYPH_INFO
529 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_1BIT_BASE
553 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_24BIT_BASE
569 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_4BIT_BASE
587 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_8BIT_BASE
1918 UINT16 Height; member in struct:_EFI_HII_AIBT_OVERLAY_IMAGES_BLOCK
1952 UINT16 Height; member in struct:_EFI_HII_AIBT_CLEAR_IMAGES_BLOCK
1991 UINT16 Height; member in struct:_EFI_HII_AIBT_RESTORE_SCRN_BLOCK

Completed in 163 milliseconds

1234567