Searched refs:Height (Results 51 - 75 of 170) sorted by relevance

1234567

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dvolume.c206 pDesc->Height = wined3ddesc.Height;
H A Dsurface.c219 pDesc->Height = wined3ddesc.height;
241 || (pRect->bottom > desc.Height)) {
H A Dvolumetexture.c256 pDesc->Height = wined3ddesc.Height;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dvolume.c212 pDesc->Height = wined3ddesc.Height;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddxgitype.idl157 UINT Height;
H A Dd3d9types.h1344 UINT Height; member in struct:_D3DDISPLAYMODE
1472 UINT Height; member in struct:_D3DRECTPATCH_INFO
1486 UINT Height; member in struct:_D3DSURFACE_DESC
1509 DWORD Height; member in struct:_D3DVIEWPORT9
1521 UINT Height; member in struct:_D3DVOLUME_DESC
1546 UINT Height; member in struct:D3DDISPLAYMODEEX
H A Dd3d8types.h1046 UINT Height; member in struct:_D3DDISPLAYMODE
1166 UINT Height; member in struct:_D3DRECTPATCH_INFO
1180 UINT Height; member in struct:_D3DSURFACE_DESC
1203 DWORD Height; member in struct:_D3DVIEWPORT8
1215 UINT Height; member in struct:_D3DVOLUME_DESC
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c807 static HRESULT WINAPI IWineD3DDeviceImpl_CreateSurface(IWineD3DDevice *iface, UINT Width, UINT Height, argument
822 iface, Width, Height, debug_d3dformat(Format), Format, Lockable, Discard, Level);
840 hr = surface_init(object, Impl, This->surface_alignment, Width, Height, Level, Lockable,
885 UINT Width, UINT Height, UINT Levels, DWORD Usage, WINED3DFORMAT Format, WINED3DPOOL Pool,
897 TRACE("(%p) : Width %d, Height %d, Levels %d, Usage %#x\n", This, Width, Height, Levels, Usage);
909 hr = texture_init(object, Width, Height, Levels, This, Usage, Format, Pool, parent, parent_ops
931 UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, WINED3DFORMAT Format, WINED3DPOOL Pool,
943 TRACE("(%p) : W(%u) H(%u) D(%u), Lvl(%u) Usage(%#x), Fmt(%u,%s), Pool(%s)\n", This, Width, Height,
954 hr = volumetexture_init(object, Width, Height, Dept
884 IWineD3DDeviceImpl_CreateTexture(IWineD3DDevice *iface, UINT Width, UINT Height, UINT Levels, DWORD Usage, WINED3DFORMAT Format, WINED3DPOOL Pool, IWineD3DTexture **ppTexture, IUnknown *parent, const struct wined3d_parent_ops *parent_ops , HANDLE *shared_handle , void **pavClientMem ) argument
930 IWineD3DDeviceImpl_CreateVolumeTexture(IWineD3DDevice *iface, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, WINED3DFORMAT Format, WINED3DPOOL Pool, IWineD3DVolumeTexture **ppVolumeTexture, IUnknown *parent, const struct wined3d_parent_ops *parent_ops , HANDLE *shared_handle , void **pavClientMem ) argument
974 IWineD3DDeviceImpl_CreateVolume(IWineD3DDevice *iface, UINT Width, UINT Height, UINT Depth, DWORD Usage, WINED3DFORMAT Format, WINED3DPOOL Pool, IWineD3DVolume **ppVolume, IUnknown *parent, const struct wined3d_parent_ops *parent_ops , HANDLE *shared_handle , void *pvClientMem ) argument
[all...]
H A Dswapchain.c220 mode.Height = This->orig_height;
402 cursor.currentDesc.Height = This->device->cursorHeight;
405 cursor.pow2Height = cursor.currentDesc.Height;
987 swapchain->orig_height = mode.Height;
1064 mode.Height = present_parameters->BackBufferHeight;
1311 *height = surface->currentDesc.Height;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/
H A DVBoxDbgGl.c325 pSurf->currentDesc.Width, pSurf->currentDesc.Height, pSurf->resource.format_desc->glFormat, pSurf->resource.format_desc->glType);
335 Assert(h == pSurf->currentDesc.Height);
347 Assert(h == pSurf->currentDesc.Height);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/
H A DVBoxDbgGl.c356 pSurf->currentDesc.Width, pSurf->currentDesc.Height, pSurf->resource.format_desc->glFormat, pSurf->resource.format_desc->glType);
366 Assert(h == pSurf->currentDesc.Height);
378 Assert(h == pSurf->currentDesc.Height);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/
H A DVBoxDbgGl.c325 pSurf->currentDesc.Width, pSurf->currentDesc.Height, pSurf->resource.format_desc->glFormat, pSurf->resource.format_desc->glType);
335 Assert(h == pSurf->currentDesc.Height);
347 Assert(h == pSurf->currentDesc.Height);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
H A DUsbCredentialProvider.h143 of pixels specified by Width and Height. If no such bitmap exists, then EFI_NOT_FOUND
150 @param[in, out] Height On entry, points to the desired bitmap height. If NULL then no
166 IN OUT UINTN *Height,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddirectx.c204 mode->Height = wined3d_mode.height;
227 mode->Height = wined3d_mode.height;
528 mode->Height = wined3d_mode.height;
558 mode->Height = wined3d_mode.height;
H A Dswapchain.c214 mode->Height = wined3d_mode.height;
294 mode->Height = wined3d_mode.height;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c907 UINTN Height; local
936 Height = (MaxRow - 1) * EFI_GLYPH_HEIGHT;
1000 Height,
1014 DeltaY + Height,
1032 Height,
1046 DeltaY + Height, local
1740 Blt->Height = (UINT16) (Private->ModeData[This->Mode->Mode].GopHeight);
1791 Blt->Image.Bitmap = AllocateZeroPool (Blt->Width * Blt->Height * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h183 UINT16 Height; member in struct:_EFI_HII_GLYPH_INFO
527 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_1BIT_BASE
551 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_24BIT_BASE
567 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_4BIT_BASE
585 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_8BIT_BASE
1943 UINT16 Height; member in struct:_EFI_HII_AIBT_OVERLAY_IMAGES_BLOCK
1977 UINT16 Height; member in struct:_EFI_HII_AIBT_CLEAR_IMAGES_BLOCK
2016 UINT16 Height; member in struct:_EFI_HII_AIBT_RESTORE_SCRN_BLOCK
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.h75 STDMETHOD(COMGETTER(Height))(ULONG *height);
241 STDMETHOD(COMGETTER(Height))(ULONG *height);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dsurface.c247 desc->Height = wined3d_desc.height;
273 || (rect->bottom > desc.Height))
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVga.c210 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/Graphics/shaderlib/wine/include/
H A Dd3d9types.h1348 UINT Height; member in struct:_D3DDISPLAYMODE
1476 UINT Height; member in struct:_D3DRECTPATCH_INFO
1490 UINT Height; member in struct:_D3DSURFACE_DESC
1513 DWORD Height; member in struct:_D3DVIEWPORT9
1525 UINT Height; member in struct:_D3DVOLUME_DESC
1550 UINT Height; member in struct:D3DDISPLAYMODEEX
H A Dd3d8types.h1046 UINT Height; member in struct:_D3DDISPLAYMODE
1169 UINT Height; member in struct:_D3DRECTPATCH_INFO
1183 UINT Height; member in struct:_D3DSURFACE_DESC
1206 DWORD Height; member in struct:_D3DVIEWPORT8
1218 UINT Height; member in struct:_D3DVOLUME_DESC
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dstrmbase.h381 LONG Height; member in struct:tagBaseWindow
396 typedef BOOL (WINAPI *BaseWindow_OnSize)(BaseWindow *This, LONG Height, LONG Width);
416 BOOL WINAPI BaseWindowImpl_OnSize(BaseWindow *This, LONG Height, LONG Width);
472 HRESULT WINAPI BaseControlWindowImpl_put_Height(IVideoWindow *iface, LONG Height);
483 HRESULT WINAPI BaseControlWindowImpl_SetWindowPosition(IVideoWindow *iface, LONG Left, LONG Top, LONG Width, LONG Height);
560 HRESULT WINAPI BaseControlVideoImpl_SetSourcePosition(IBasicVideo *iface, LONG Left, LONG Top, LONG Width, LONG Height);
563 HRESULT WINAPI BaseControlVideoImpl_SetDestinationPosition(IBasicVideo *iface, LONG Left, LONG Top, LONG Width, LONG Height);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiInternalFormRepresentation.h152 UINT16 Height; member in struct:_EFI_HII_GLYPH_INFO
219 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Cell.Width+7)/8)*Cell.Height
226 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Cell.Width+7)/8)*Cell.Height
231 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Global.Cell.Width+7)/8)*Global.Cell.Height
237 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Global.Cell.Width+7)/8)*Global.Cell.Height
452 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_1BIT_BASE
476 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_24BIT_BASE
492 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_4BIT_BASE
510 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_8BIT_BASE
/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp421 static BOOL ResizeDisplayDevice(ULONG Id, DWORD Width, DWORD Height, DWORD BitsPerPixel) argument
423 BOOL fModeReset = (Width == 0 && Height == 0 && BitsPerPixel == 0);
535 if (Height == 0)
537 Height = paRects[Id].bottom - paRects[Id].top;
543 && paRects[Id].bottom - paRects[Id].top == Height
550 resizeRect(paRects, NumDevices, DevPrimaryNum, Id, Width, Height);

Completed in 131 milliseconds

1234567