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

/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp651 RT_ZERO(maFramebuffers[ul].pendingViewportInfo);
2700 pFb->pendingViewportInfo.fPending = true;
2701 pFb->pendingViewportInfo.x = aX;
2702 pFb->pendingViewportInfo.y = aY;
2703 pFb->pendingViewportInfo.width = aWidth;
2704 pFb->pendingViewportInfo.height = aHeight;
3305 if (!pFb->pendingViewportInfo.fPending)
3308 rc = i_crViewportNotify(ul, pFb->pendingViewportInfo.x, pFb->pendingViewportInfo.y,
3309 pFb->pendingViewportInfo
[all...]
/vbox/src/VBox/Main/include/
H A DDisplayImpl.h95 } pendingViewportInfo; member in struct:_DISPLAYFBINFO

Completed in 877 milliseconds