Searched refs:IDisplay (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h506 struct IDisplay;
560 typedef struct IDisplay IDisplay; typedef in typeref:struct:IDisplay
2628 nsresult (*GetDisplay)(IConsole *pThis, IDisplay * *display);
3847 /* Start of struct IDisplay Declaration */
3857 nsresult (*GetWidth)(IDisplay *pThis, PRUint32 *width);
3859 nsresult (*GetHeight)(IDisplay *pThis, PRUint32 *height);
3861 nsresult (*GetBitsPerPixel)(IDisplay *pThis, PRUint32 *bitsPerPixel);
3864 IDisplay *pThis,
3869 IDisplay *pThi
3934 struct IDisplay struct
[all...]
H A DVBoxCAPI_v3_0.h932 struct IDisplay;
988 typedef struct IDisplay IDisplay; typedef in typeref:struct:IDisplay
3166 nsresult (*GetDisplay)(IConsole *pThis, IDisplay * *display);
4377 /* Start of struct IDisplay Declaration */
4387 nsresult (*GetWidth)(IDisplay *pThis, PRUint32 *width);
4389 nsresult (*GetHeight)(IDisplay *pThis, PRUint32 *height);
4391 nsresult (*GetBitsPerPixel)(IDisplay *pThis, PRUint32 *bitsPerPixel);
4394 IDisplay *pThis,
4400 IDisplay *pThi
4460 struct IDisplay struct
[all...]
H A DVBoxCAPI_v3_1.h925 struct IDisplay;
974 typedef struct IDisplay IDisplay; typedef in typeref:struct:IDisplay
3183 nsresult (*GetDisplay)(IConsole *pThis, IDisplay * *display);
4275 /* Start of struct IDisplay Declaration */
4285 nsresult (*GetWidth)(IDisplay *pThis, PRUint32 *width);
4287 nsresult (*GetHeight)(IDisplay *pThis, PRUint32 *height);
4289 nsresult (*GetBitsPerPixel)(IDisplay *pThis, PRUint32 *bitsPerPixel);
4292 IDisplay *pThis,
4298 IDisplay *pThi
4358 struct IDisplay struct
[all...]
H A DVBoxCAPI_v3_2.h926 struct IDisplay;
976 typedef struct IDisplay IDisplay; typedef in typeref:struct:IDisplay
3305 nsresult (*GetDisplay)(IConsole *pThis, IDisplay * *display);
4485 /* Start of struct IDisplay Declaration */
4496 IDisplay *pThis,
4504 IDisplay *pThis,
4510 IDisplay *pThis,
4518 IDisplay *pThis,
4526 IDisplay *pThi
4571 struct IDisplay struct
[all...]
H A DVBoxCAPI_v4_2.h934 struct IDisplay;
1050 typedef struct IDisplay IDisplay; typedef in typeref:struct:IDisplay
4085 nsresult (*GetDisplay)(IConsole *pThis, IDisplay * *display);
6068 /* Start of struct IDisplay Declaration */
6079 IDisplay *pThis,
6087 IDisplay *pThis,
6093 IDisplay *pThis,
6101 IDisplay *pThis,
6113 IDisplay *pThi
6176 struct IDisplay struct
[all...]
H A DVBoxCAPI_v4_0.h925 struct IDisplay;
1029 typedef struct IDisplay IDisplay; typedef in typeref:struct:IDisplay
3520 nsresult (*GetDisplay)(IConsole *pThis, IDisplay * *display);
4770 /* Start of struct IDisplay Declaration */
4781 IDisplay *pThis,
4789 IDisplay *pThis,
4795 IDisplay *pThis,
4803 IDisplay *pThis,
4811 IDisplay *pThi
4865 struct IDisplay struct
[all...]
H A DVBoxCAPI_v4_1.h926 struct IDisplay;
1032 typedef struct IDisplay IDisplay; typedef in typeref:struct:IDisplay
3741 nsresult (*GetDisplay)(IConsole *pThis, IDisplay * *display);
5146 /* Start of struct IDisplay Declaration */
5157 IDisplay *pThis,
5165 IDisplay *pThis,
5171 IDisplay *pThis,
5179 IDisplay *pThis,
5187 IDisplay *pThi
5241 struct IDisplay struct
[all...]
H A DVBoxCAPI_v4_3.h1213 interface IDisplay; variable
1356 typedef interface IDisplay IDisplay; typedef
7055 nsresult (*GetDisplay)(IConsole *pThis, IDisplay * *display);
7226 nsresult (*GetDisplay)(IConsole *pThis, IDisplay * *display);
12406 /* Start of struct IDisplay declaration */
12420 IDisplay *pThis,
12430 IDisplay *pThis,
12436 IDisplay *pThis,
12444 IDisplay *pThi
[all...]
/vbox/src/VBox/Frontends/VBoxFB/
H A DVBoxFB.cpp233 nsCOMPtr<IDisplay> display;
/vbox/src/VBox/HostServices/SharedOpenGL/crserver/
H A Dcrservice.cpp79 ComPtr<IDisplay> pDisplay;
938 ComPtr<IDisplay> pDisplay;
1062 ComPtr<IDisplay> pDisplay;
/vbox/src/VBox/Main/src-client/
H A DGuestDnDPrivate.cpp473 ComPtr<IDisplay> pDisplay;
H A DConsoleImpl.cpp1931 HRESULT Console::getDisplay(ComPtr<IDisplay> &aDisplay)
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageControlVM.cpp1059 ComPtr<IDisplay> pDisplay;
1366 ComPtr<IDisplay> pDisplay;
H A DVBoxManageInfo.cpp1697 ComPtr<IDisplay> display;
1714 com::ErrorInfo info(display, COM_IIDOF(IDisplay));
/vbox/src/VBox/Main/include/
H A DConsoleImpl.h82 * to the COM interface (IKeyboard, IMouse, IDisplay, etc.). When the driver is
300 HRESULT getDisplay(ComPtr<IDisplay> &aDisplay);
/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp971 ComPtr<IDisplay> display;
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp500 extern ComPtr<IDisplay> gpDisplay;
H A DVBoxSDL.cpp204 ComPtr<IDisplay> gpDisplay;

Completed in 6599 milliseconds