Searched defs:xRightResult (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispVRDP.cpp193 int xRightResult = min (xRight1, xRight2); local
198 if (xLeftResult < xRightResult)
211 prectResult->right = xRightResult;
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp1229 int xRightResult = RT_MIN(prect1->xRight, prect2->xRight); local
1231 if (xLeftResult < xRightResult)
1244 prectResult->xRight = xRightResult;

Completed in 55 milliseconds