Searched refs:HeightReduction (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.h79 STDMETHOD(COMGETTER(HeightReduction)) (ULONG *heightReduction);
253 STDMETHOD(COMGETTER(HeightReduction)) (ULONG *heightReduction);
H A DFramebuffer.cpp354 STDMETHODIMP VBoxSDLFB::COMGETTER(HeightReduction)(ULONG *heightReduction) function in class:VBoxSDLFB
1489 STDMETHODIMP VBoxSDLFBOverlay::COMGETTER(HeightReduction)(ULONG *heightReduction) function in class:VBoxSDLFBOverlay
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp189 STDMETHOD(COMGETTER(HeightReduction))(ULONG *puHeightReduction);
685 STDMETHODIMP UIFrameBufferPrivate::COMGETTER(HeightReduction)(ULONG *puHeightReduction) function in class:UIFrameBufferPrivate
/vbox/src/VBox/Main/src-client/
H A DVMMDevInterface.cpp433 framebuffer->COMGETTER(HeightReduction)((ULONG*)heightReduction);
H A DConsoleImpl2.cpp3616 hrc = pFramebuffer->COMGETTER(HeightReduction)(&ulHeightReduction); H();
3625 InsertConfigInteger(pCfg, "HeightReduction", ulHeightReduction);

Completed in 72 milliseconds