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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1706 int cx_min_upd, cx_max_upd, cy_start; local
1817 cx_max_upd = -1;
1891 if (cx_max_upd < cx_max)
1892 cx_max_upd = cx_max;
1896 (cx_max_upd - cx_min_upd + 1) * cw, (cy - cy_start) * cheight);
1898 cx_max_upd = -1;
1907 (cx_max_upd - cx_min_upd + 1) * cw, (cy - cy_start) * cheight);

Completed in 65 milliseconds