Searched refs:mMaxScreenHeight (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp565 || ( (mMaxScreenHeight != ~(uint32_t)0)
566 && (height > mMaxScreenHeight)))
793 mMaxScreenHeight = modes[0]->h;
799 mMaxScreenHeight = ~(uint32_t)0;
819 newHeight = RT_MIN(mGuestYRes + mLabelHeight, mMaxScreenHeight);
821 newHeight = RT_MIN(mGuestYRes, mMaxScreenHeight);
H A DFramebuffer.h149 uint32_t mMaxScreenHeight; member in class:VBoxSDLFB

Completed in 47 milliseconds