Searched refs:heightReduction (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.h41 NS_IMETHOD GetHeightReduction(PRUint32 *heightReduction);
H A DFramebuffer.cpp184 NS_IMETHODIMP VBoxDirectFB::GetHeightReduction(PRUint32 *heightReduction) argument
186 if (!heightReduction)
188 *heightReduction = 0;
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp352 * @param heightReduction Address of result variable.
354 STDMETHODIMP VBoxSDLFB::COMGETTER(HeightReduction)(ULONG *heightReduction) argument
356 if (!heightReduction)
359 *heightReduction = mLabelHeight;
361 *heightReduction = 0;
1487 * @param heightReduction Address of result buffer.
1489 STDMETHODIMP VBoxSDLFBOverlay::COMGETTER(HeightReduction)(ULONG *heightReduction) argument
1492 if (!heightReduction)
1494 *heightReduction = 0;
H A DFramebuffer.h79 STDMETHOD(COMGETTER(HeightReduction)) (ULONG *heightReduction);
253 STDMETHOD(COMGETTER(HeightReduction)) (ULONG *heightReduction);
/vbox/src/VBox/Main/src-client/
H A DVMMDevInterface.cpp422 DECLCALLBACK(int) vmmdevGetHeightReduction(PPDMIVMMDEVCONNECTOR pInterface, uint32_t *heightReduction) argument
427 if (!heightReduction)
433 framebuffer->COMGETTER(HeightReduction)((ULONG*)heightReduction);
437 *heightReduction = 0;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPUtils.cpp108 retHeight = req->heightReduction;
/vbox/include/VBox/
H A DVMMDev.h1235 uint32_t heightReduction; member in struct:__anon172
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3724 nsresult (*GetHeightReduction)(IFramebuffer *pThis, PRUint32 *heightReduction);
H A DVBoxCAPI_v3_0.h4277 nsresult (*GetHeightReduction)(IFramebuffer *pThis, PRUint32 *heightReduction);
H A DVBoxCAPI_v3_1.h4175 nsresult (*GetHeightReduction)(IFramebuffer *pThis, PRUint32 *heightReduction);
H A DVBoxCAPI_v3_2.h4385 nsresult (*GetHeightReduction)(IFramebuffer *pThis, PRUint32 *heightReduction);
H A DVBoxCAPI_v4_0.h4670 nsresult (*GetHeightReduction)(IFramebuffer *pThis, PRUint32 *heightReduction);
H A DVBoxCAPI_v4_1.h5046 nsresult (*GetHeightReduction)(IFramebuffer *pThis, PRUint32 *heightReduction);
H A DVBoxCAPI_v4_2.h5968 nsresult (*GetHeightReduction)(IFramebuffer *pThis, PRUint32 *heightReduction);
H A DVBoxCAPI_v4_3.h12028 nsresult (*GetHeightReduction)(IFramebuffer *pThis, PRUint32 *heightReduction);
12111 nsresult (*GetHeightReduction)(IFramebuffer *pThis, PRUint32 *heightReduction);
12269 nsresult (*GetHeightReduction)(IFramebufferOverlay *pThis, PRUint32 *heightReduction);
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDev.cpp1484 return pThis->pDrv->pfnGetHeightReduction(pThis->pDrv, &pReq->heightReduction);

Completed in 481 milliseconds