Searched defs:VBoxSDLFBOverlay (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp52 NS_IMPL_THREADSAFE_ISUPPORTS2_CI(VBoxSDLFBOverlay, IFramebufferOverlay, IFramebuffer)
53 NS_DECL_CLASSINFO(VBoxSDLFBOverlay)
1252 * Constructor for the VBoxSDLFBOverlay class (IFramebufferOverlay implementation)
1261 VBoxSDLFBOverlay::VBoxSDLFBOverlay(ULONG x, ULONG y, ULONG width, ULONG height, function in class:VBoxSDLFBOverlay
1269 * Destructor for the VBoxSDLFBOverlay class.
1271 VBoxSDLFBOverlay::~VBoxSDLFBOverlay()
1282 HRESULT VBoxSDLFBOverlay::init()
1302 STDMETHODIMP VBoxSDLFBOverlay
[all...]
H A DFramebuffer.h42 class VBoxSDLFBOverlay;
213 class VBoxSDLFBOverlay : class in inherits:IFramebufferOverlay
217 VBoxSDLFBOverlay(ULONG x, ULONG y, ULONG width, ULONG height, BOOL visible,
219 virtual ~VBoxSDLFBOverlay();

Completed in 53 milliseconds