Searched defs:Width (Results 76 - 100 of 114) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DFrameworkInternalFormRepresentation.h178 UINT8 Width; ///< The Size of the Data being saved. member in struct:__anon10539
194 UINT8 Width; ///< The Size of the Data being saved. member in struct:__anon10541
212 UINT8 Width; ///< The Size of the Data being saved. member in struct:__anon10543
226 // if NVRAM space will be used (only for a TimeOp or DateOp) is: If .QuestionId == 0 && .Width == 0 (normally an
246 UINT8 Width; ///< The Size of the Data being saved. member in struct:__anon10546
259 UINT8 Width; ///< The Size of the Data being saved. member in struct:__anon10547
302 UINT8 Width; ///< The size of variable storage. member in struct:__anon10553
309 UINT8 Width; ///< The size of variable storage. member in struct:__anon10554
317 UINT8 Width; ///< The size of variable storage (must be same for both). member in struct:__anon10555
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigRouting.c701 // Insert block data in its Offset and Width order.
706 if (BlockArray->Width > BlockSingleData->Width) {
714 if (BlockArray->Width == BlockSingleData->Width) {
743 @param VarWidth Width of var.
770 if ((VarOffset >= BlockData->Offset) && ((VarOffset + VarWidth) <= (BlockData->Offset + BlockData->Width))) {
1199 // Get Offset/Width by Question header.
1230 BlockData->Width = VarWidth;
1263 // Get Offset/Width b
1915 UINT16 Width; local
3441 UINTN Width; local
3594 CopyMem (Value, (UINT8 *) Block + Offset, Width); local
3739 UINTN Width; local
[all...]
H A DFont.c80 Cell->AdvanceX = Cell->Width;
225 Cell->Width = EFI_GLYPH_WIDTH;
227 Cell->AdvanceX = Cell->Width;
246 Cell->Width = EFI_GLYPH_WIDTH * 2;
248 Cell->AdvanceX = Cell->Width;
274 @param ImageWidth Width of the whole image in pixels.
300 UINT8 Width; local
306 Width = EFI_GLYPH_WIDTH;
319 if (RowWidth < Width) {
320 Width
[all...]
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)
76 UINT16 Width; member in struct:__anon11183
544 points to the image, which is Width pixel
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DQueryTable.c3422 @param[in] Width The key of the structure.
3427 IN UINT8 Width,
3432 PRINT_INFO_OPTION (Width, Option);
3433 PRINT_TABLE_ITEM (SystemSlotDataBusWidthTable, Width);
3426 DisplaySystemSlotDataBusWidth( IN UINT8 Width, IN UINT8 Option ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DIfconfig.c254 @param[in] Width Width value.
264 IN UINTN Width,
279 String += UnicodeSPrint (String, 20, L"%x", Width);
284 while ((Width--) != 0) {
285 String += UnicodeSPrint (String, 20, L"%x", Block[Width]);
261 AppendOffsetWidthValue( IN OUT CHAR16 *String, IN UINTN Offset, IN UINTN Width, IN CONST UINT8 *Block ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Include/
H A DTransferProtocol.h267 UINT8 Data; // The actual length for this field is decided by Width x Count
281 UINT8 Width; member in struct:__anon12911
288 UINT8 Data; // The actual length of this structure will be adjusted according to the Width field
296 UINT8 Width; member in struct:__anon12913
297 UINT8 Data; // The actual length of this structure will be adjusted according to the Width field
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9core.h107 UINT Width; member in struct:_D3DXFONT_DESCA
121 UINT Width; member in struct:_D3DXFONT_DESCW
367 UINT Width; member in struct:_D3DXRTS_DESC
H A Dgdiplusimaging.h119 UINT Width; member in class:BitmapData
186 UINT Width; member in struct:BitmapData
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp281 STDMETHODIMP VBoxSDLFB::COMGETTER(Width)(ULONG *width) function in class:VBoxSDLFB
1332 STDMETHODIMP VBoxSDLFBOverlay::COMGETTER(Width)(ULONG *width) function in class:VBoxSDLFBOverlay
1575 * @param w Width of modified area.
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx9core.h107 UINT Width; member in struct:_D3DXFONT_DESCA
121 UINT Width; member in struct:_D3DXFONT_DESCW
364 UINT Width; member in struct:_D3DXRTS_DESC
H A Dgdiplusimaging.h119 UINT Width; member in class:BitmapData
186 UINT Width; member in struct:BitmapData
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c29 UINT16 Width; member in struct:__anon11113
808 @param VarWidth Width of var.
835 if ((VarOffset >= BlockData->Offset) && ((VarOffset + VarWidth) <= (BlockData->Offset + BlockData->Width))) {
948 UINT16 Width; local
1045 // Get Width
1051 Width = 0;
1053 &Width,
1089 if ((UINTN) (Offset + Width) > MaxBufferSize) {
1092 Offset + Width + HII_LIB_DEFAULT_VARSTORE_SIZE,
1099 MaxBufferSize = Offset + Width
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.c1273 UINT16 Width; local
1296 Width = (UINT16) (gPromptBlockWidth + gOptionBlockWidth);
1298 Width = (UINT16) gPromptBlockWidth;
1302 Width -= SUBTITLE_INDENT;
1305 return (UINT16) (Width - LEFT_SKIPPED_COLUMNS);
1314 @param LineWidth Width of the desired string to extract in CHAR16
1424 UINT16 Width; local
1435 Width = (UINT16) gOptionBlockWidth;
1439 for (Index = 0; GetLineByWidth (OptionString, Width, &Index, &OutputString) != 0x0000;) {
2090 UINT16 Width; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c1830 PCIE_CAPREG_FIELD_WIDTH Width; member in struct:__anon12822
4090 L" Maximum Link Width(9:4): %Ex%d%N\n",
4196 L" Hardware Autonomous Width Disable(9): %E%d%N\n",
4242 L" Negotiated Link Width(9:4): %Ex%d%N\n",
4603 switch (PcieExplainList[Index].Width) {
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dstrmbase.h380 LONG Width; 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);
467 HRESULT WINAPI BaseControlWindowImpl_put_Width(IVideoWindow *iface, LONG Width);
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/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp184 STDMETHOD(COMGETTER(Width))(ULONG *puWidth);
198 * @param uWidth Width of the guest display, in pixels.
207 * @param uWidth Width of the update rectangle, in pixels.
216 * @param uWidth Width of the update rectangle, in pixels.
224 * @param uWidth Width of the guest display, in pixels.
645 STDMETHODIMP UIFrameBufferPrivate::COMGETTER(Width)(ULONG *puWidth) function in class:UIFrameBufferPrivate
/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);
530 if (Width == 0)
532 Width = paRects[Id].right - paRects[Id].left;
542 && paRects[Id].right - paRects[Id].left == Width
550 resizeRect(paRects, NumDevices, DevPrimaryNum, Id, Width, Height);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp75 IN UINT32 Width,
81 mWidth = (UINT16)Width;
152 IN UINT16 Width,
173 mInfoStrList = new SConfigInfo(Type, Offset, Width, Value);
275 IN UINT32 Width,
290 if ((pItem = new SConfigItem (Name, Id, Type, Offset, (UINT16) Width, Value)) == NULL) {
306 if ((Id != NULL) && (pInfo->mWidth != Width || memcmp(pInfo->mValue, &Value, Width) != 0)) {
312 if((pInfo = new SConfigInfo (Type, Offset, Width, Value)) == NULL) {
72 SConfigInfo( IN UINT8 Type, IN UINT16 Offset, IN UINT32 Width, IN EFI_IFR_TYPE_VALUE Value ) argument
147 SConfigItem( IN CHAR8 *Name, IN CHAR8 *Id, IN UINT8 Type, IN UINT16 Offset, IN UINT16 Width, IN EFI_IFR_TYPE_VALUE Value ) argument
269 Write( IN CONST CHAR8 Mode, IN CHAR8 *Name, IN CHAR8 *Id, IN UINT8 Type, IN UINT16 Offset, IN UINT32 Width, IN EFI_IFR_TYPE_VALUE Value ) argument
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp2453 ULONG Width; local
2454 CHECK_ERROR_RET(machine, COMGETTER(VideoCaptureWidth)(&Width), rc);
2476 RTPrintf("vcpwidth=%u\n", (unsigned)Width);
2494 RTPrintf("Capture dimensions: %ux%u\n", Width, Height);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddevice.c811 static HRESULT IDirect3DDevice8Impl_CreateSurface(LPDIRECT3DDEVICE8 iface, UINT Width, UINT Height, argument
821 iface, Width, Height, Format, Lockable, Discard, Level, ppSurface,
831 hr = surface_init(object, This, Width, Height, Format, Lockable, Discard,
846 static HRESULT WINAPI IDirect3DDevice8Impl_CreateRenderTarget(LPDIRECT3DDEVICE8 iface, UINT Width, UINT Height, D3DFORMAT Format, D3DMULTISAMPLE_TYPE MultiSample, BOOL Lockable, IDirect3DSurface8** ppSurface) { argument
850 iface, Width, Height, Format, MultiSample, Lockable, ppSurface);
852 hr = IDirect3DDevice8Impl_CreateSurface(iface, Width, Height, Format, Lockable, FALSE /* Discard */,
858 static HRESULT WINAPI IDirect3DDevice8Impl_CreateDepthStencilSurface(LPDIRECT3DDEVICE8 iface, UINT Width, UINT Height, D3DFORMAT Format, D3DMULTISAMPLE_TYPE MultiSample, IDirect3DSurface8** ppSurface) { argument
862 iface, Width, Height, Format, MultiSample, ppSurface);
865 hr = IDirect3DDevice8Impl_CreateSurface(iface, Width, Height, Format, TRUE /* Lockable */, FALSE,
872 static HRESULT WINAPI IDirect3DDevice8Impl_CreateImageSurface(LPDIRECT3DDEVICE8 iface, UINT Width, UIN argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c1195 static HRESULT IDirect3DDevice9Impl_CreateSurface(LPDIRECT3DDEVICE9EX iface, UINT Width, UINT Height, argument
1210 iface, Width, Height, Format, Lockable, Discard, Level, ppSurface,
1221 hr = surface_init(object, This, Width, Height, Format, Lockable, Discard,
1242 static HRESULT WINAPI IDirect3DDevice9Impl_CreateRenderTarget(IDirect3DDevice9Ex *iface, UINT Width, UINT Height, argument
1250 iface, Width, Height, Format, MultiSample, MultisampleQuality,
1253 hr = IDirect3DDevice9Impl_CreateSurface(iface, Width, Height, Format, Lockable, FALSE /* Discard */,
1265 static HRESULT WINAPI IDirect3DDevice9Impl_CreateDepthStencilSurface(LPDIRECT3DDEVICE9EX iface, UINT Width, UINT Height, argument
1273 iface, Width, Height, Format, MultiSample, MultisampleQuality,
1276 hr = IDirect3DDevice9Impl_CreateSurface(iface, Width, Height, Format, TRUE /* Lockable */, Discard,
1406 static HRESULT WINAPI IDirect3DDevice9Impl_CreateOffscreenPlainSurface(LPDIRECT3DDEVICE9EX iface, UINT Width, UIN argument
[all...]
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp167 uint16_t Width; /* Width of Bitmap in Pixels */ member in struct:__anon13206
180 uint32_t Width; /* Width of Bitmap in Pixels */ member in struct:__anon13207
207 uint32_t Width; /* Width of Bitmap in Pixels */ member in struct:__anon13208
245 /** Width of the "Press F12 to select boot device." bitmap.
3690 pThis->cxLogo = pOs2Hdr->Width;
3700 pThis->cxLogo = pOs22Hdr->Width;
3709 pThis->cxLogo = pWinHdr->Width;
[all...]
/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, Heigh
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...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h182 UINT16 Width; member in struct:_EFI_HII_GLYPH_INFO
526 UINT16 Width; member in struct:_EFI_HII_IIBT_IMAGE_1BIT_BASE
550 UINT16 Width; member in struct:_EFI_HII_IIBT_IMAGE_24BIT_BASE
566 UINT16 Width; member in struct:_EFI_HII_IIBT_IMAGE_4BIT_BASE
584 UINT16 Width; member in struct:_EFI_HII_IIBT_IMAGE_8BIT_BASE
1939 UINT16 Width; member in struct:_EFI_HII_AIBT_OVERLAY_IMAGES_BLOCK
1973 UINT16 Width; member in struct:_EFI_HII_AIBT_CLEAR_IMAGES_BLOCK
2012 UINT16 Width; member in struct:_EFI_HII_AIBT_RESTORE_SCRN_BLOCK

Completed in 3912 milliseconds

12345