Searched refs:VBoxDirectFB (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.cpp4 * Implementation of VBoxDirectFB class
22 NS_IMPL_ISUPPORTS1_CI(VBoxDirectFB, IFramebuffer)
23 NS_DECL_CLASSINFO(VBoxDirectFB)
25 VBoxDirectFB::VBoxDirectFB(IDirectFB *aDFB, IDirectFBSurface *aSurface) function in class:VBoxDirectFB
45 VBoxDirectFB::~VBoxDirectFB()
55 NS_IMETHODIMP VBoxDirectFB::GetWidth(uint32 *width)
63 NS_IMETHODIMP VBoxDirectFB::GetHeight(PRUint32 *height)
71 NS_IMETHODIMP VBoxDirectFB
[all...]
H A DFramebuffer.h4 * Declaration of VBoxDirectFB class
24 class VBoxDirectFB : public IFramebuffer class in inherits:IFramebuffer
27 VBoxDirectFB(IDirectFB *aDFB, IDirectFBSurface *aSurface);
28 virtual ~VBoxDirectFB();
H A DVBoxFB.cpp243 VBoxDirectFB *frameBuffer = NULL;
328 frameBuffer = new VBoxDirectFB(dfb, surface);

Completed in 63 milliseconds