Searched refs:SetSize (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PCD/Dxe/
H A DService.c934 @param SetSize The size of value.
944 IN UINTN SetSize
947 return ExSetWorker (ExTokenNumber, Guid, Data, &SetSize, FALSE);
961 @param SetSize Size of value.
973 IN OUT UINTN *SetSize,
981 InvokeCallbackOnSet ((UINT32) ExTokenNumber, Guid, TokenNumber, Data, *SetSize);
983 return SetWorker (TokenNumber, Data, SetSize, PtrType);
1015 UINTN SetSize; local
1018 SetSize = 0;
1036 SetSize
969 ExSetWorker( IN UINTN ExTokenNumber, IN CONST EFI_GUID *Guid, IN VOID *Data, IN OUT UINTN *SetSize, IN BOOLEAN PtrType ) argument
[all...]
H A DService.h793 @param SetSize The size of value.
803 IN UINTN SetSize
817 @param SetSize Size of value.
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dwindow.cpp130 int CrFbWindow::SetSize(uint32_t width, uint32_t height, bool fForced) function in class:CrFbWindow
134 crDebug("CrFbWindow: SetSize request dropped because window is currently updating"
160 crDebug("CrFbWindow: SetSize request performed successfully "
164 crDebug("CrFbWindow: SetSize request skipped because mSpuWindow not yet constructed "
168 crDebug("CrFbWindow: SetSize request skipped because window arleady has requested size "
252 /* Update window geometry. Do not wait for GAs to send SetSize() and SetPosition()
254 SetSize(mWidth, mHeight, true);
H A Ddisplay_window.cpp458 rc = mpWindow->SetSize((uint32_t)(pRect->xRight - pRect->xLeft), (uint32_t)(pRect->yBottom - pRect->yTop));
H A Dserver_presenter.h213 int SetSize(uint32_t width, uint32_t height, bool fForced=false);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g872 VSObj.SetSize ((UINT16) Size);
971 VSEObj.SetSize ((UINT16) Size);
4406 VSObj.SetSize ((UINT16) TypeSize);
4423 VSObj.SetSize ((UINT16) pNode->mStorageInfo.mDataType->mTotalSize);
4491 VSObj.SetSize ((UINT16) Size);
4516 VSObj.SetSize ((UINT16) Size);
4537 VSObj.SetSize ((UINT16) Size);
H A DVfrFormPkg.h749 VOID SetSize (IN UINT16 Size) { function in class:CIfrVarStore
792 VOID SetSize (IN UINT16 Size) { function in class:CIfrVarStoreEfi
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtom.idl362 HRESULT SetSize([in]LONG Value);
H A Dwincodec.idl661 HRESULT SetSize(
H A Dobjidl.idl823 HRESULT SetSize(
1116 HRESULT SetSize(
H A Dobjidl.h3495 virtual HRESULT STDMETHODCALLTYPE SetSize(
3564 HRESULT (STDMETHODCALLTYPE *SetSize)( member in struct:IStreamVtbl
3619 #define IStream_SetSize(This,libNewSize) (This)->lpVtbl->SetSize(This,libNewSize)
4661 virtual HRESULT STDMETHODCALLTYPE SetSize(
4713 HRESULT (STDMETHODCALLTYPE *SetSize)( member in struct:ILockBytesVtbl
4749 #define ILockBytes_SetSize(This,cb) (This)->lpVtbl->SetSize(This,cb)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtom.idl361 HRESULT SetSize([in]LONG Value);
H A Dwincodec.idl497 HRESULT SetSize(
H A Dobjidl.idl811 HRESULT SetSize(
1104 HRESULT SetSize(
H A Dobjidl.h3495 virtual HRESULT STDMETHODCALLTYPE SetSize(
3564 HRESULT (STDMETHODCALLTYPE *SetSize)( member in struct:IStreamVtbl
3619 #define IStream_SetSize(This,libNewSize) (This)->lpVtbl->SetSize(This,libNewSize)
4661 virtual HRESULT STDMETHODCALLTYPE SetSize(
4713 HRESULT (STDMETHODCALLTYPE *SetSize)( member in struct:ILockBytesVtbl
4749 #define ILockBytes_SetSize(This,cb) (This)->lpVtbl->SetSize(This,cb)

Completed in 204 milliseconds