Searched defs:cx_min (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
1823 cx_min = width;
1828 if (cx < cx_min)
1829 cx_min = cx;
1889 if (cx_min_upd > cx_min)
1890 cx_min_upd = cx_min;

Completed in 65 milliseconds