Searched defs:SetSize (Results 1 - 5 of 5) sorted by relevance

/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);
/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...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
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 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 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 136 milliseconds