Searched defs:heightReduction (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.cpp184 NS_IMETHODIMP VBoxDirectFB::GetHeightReduction(PRUint32 *heightReduction) argument
186 if (!heightReduction)
188 *heightReduction = 0;
/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/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;
/vbox/include/VBox/
H A DVMMDev.h1235 uint32_t heightReduction; member in struct:__anon172

Completed in 210 milliseconds