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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp2494 ULONG uMaxHeight = 0; local
2507 uMaxHeight = RT_MAX(uMaxHeight, height);
2513 QImage bigImg = QImage(uMaxWidth, uMaxHeight, QImage::Format_RGB32);

Completed in 50 milliseconds