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

/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp123 mTopOffset = 0;
826 mTopOffset = 0;
941 mTopOffset = mLabelHeight;
948 mTopOffset = mLabelHeight;
1012 if (mLabelHeight && !mTopOffset)
1046 * guest resolution (mTopOffset == mLabelHeight; yCutoffGuest == 0)
1047 * or the label cuts off a portion of the guest screen (mTopOffset == 0;
1052 dstRect.y = RT_MAX(mLabelHeight, y + yCutoffGuest + mTopOffset) + mCenterYOffset;
1054 dstRect.y = y + yCutoffGuest + mTopOffset + mCenterYOffset;
H A DFramebuffer.h163 uint32_t mTopOffset; member in class:VBoxSDLFB

Completed in 46 milliseconds