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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1705 int cx_min, cx_max, linesize, x_incr; local
1824 cx_max = -1;
1830 if (cx > cx_max)
1831 cx_max = cx;
1885 if (cx_max != -1) {
1891 if (cx_max_upd < cx_max)
1892 cx_max_upd = cx_max;

Completed in 67 milliseconds