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

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxSnapshotDetailsDlg.cpp188 double aspectRatio = (double) aScreenshot.height() / aScreenshot.width(); local
190 QSize initSize = QSize (640, (int)(640 * aspectRatio)).boundedTo (maxSize);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineView.cpp203 double UIMachineView::aspectRatio() const function in class:UIMachineView

Completed in 45 milliseconds