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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispVBVA.cpp176 int xLeftmost = prclDest->left; /* inclusive */ local
215 xLeftmost = x;
229 if (rclDest.left > xLeftmost)
231 rclDest.left = xLeftmost;
240 if (xLeftmost > xRightmost) /* xRightmost is inclusive, so '>', not '>='. */

Completed in 1548 milliseconds