Searched refs:geo (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserView.cpp85 QRectF geo = pFocusItem->geometry(); local
86 geo &= QRectF(geo.topLeft(), viewSize);
87 ensureVisible(geo, 0, 0);
H A DUIGChooserItemGroup.cpp1089 QRect geo = geometry().toRect(); local
1090 int iX = geo.x();
1091 int iY = geo.y();
1092 int iWidth = geo.width();
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineWindowScale.cpp84 QRect geo = gEDataManager->machineWindowGeometry(machineLogic()->visualStateType(), local
88 if (!geo.isNull())
91 m_normalGeometry = geo;
103 QRect availableGeo = !geo.isNull() ? QApplication::desktop()->availableGeometry(QPoint(geo.x(), geo.y())) :
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineWindowNormal.cpp341 QRect geo = gEDataManager->machineWindowGeometry(machineLogic()->visualStateType(), local
345 if (!geo.isNull())
351 m_normalGeometry = geo;
358 m_normalGeometry = QRect(geo.x(), geo.y(), width(), height());
373 QRect availableGeo = !geo.isNull() ? QApplication::desktop()->availableGeometry(QPoint(geo.x(), geo.y())) :
476 const QRect geo = geometry(); local
477 int dl = geo
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineWindowFullscreen.cpp323 QRect geo = gEDataManager->machineWindowGeometry(UIVisualStateType_Normal, m_uScreenId, vboxGlobal().managedVMUuid()); local
325 if (geo.isNull())
328 geo = QRect(QPoint(0, 0), QSize(pFrameBuffer->width(), pFrameBuffer->height()).boundedTo(workingArea.size()));
331 if (geo.isNull())
332 geo = QRect(QPoint(0, 0), QSize(800, 600).boundedTo(workingArea.size()));
334 geo.moveCenter(workingArea.center());
335 setGeometry(geo);
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupStack.cpp119 QRect geo(parentWidget()->geometry());
121 geo.moveTo(parentWidget()->mapToGlobal(QPoint(0, 0)));
147 iX += geo.x();
148 iY += geo.y();
161 iY += (geo.height() - iHeight);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxSnapshotDetailsDlg.cpp194 QRect geo (QPoint (0, 0), initSize);
195 geo.moveCenter (parentWidget()->geometry().center());
196 setGeometry (geo);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMultiScreenLayout.cpp96 QRect geo = gEDataManager->machineWindowGeometry(UIVisualStateType_Normal, iGuestScreen, vboxGlobal().managedVMUuid());
98 if (!geo.isNull())
101 QPoint topLeftPosition(geo.topLeft());
H A DUIStatusBarEditorWindow.cpp588 const QRect geo = m_pButtonDropToken->geometry(); local
590 QRect(geo.topLeft() - QPoint(5, 5),
591 geo.bottomLeft() + QPoint(0, 5)) :
592 QRect(geo.topRight() - QPoint(0, 5),
593 geo.bottomRight() + QPoint(5, 5));
635 const QRect geo = m_pButtonDropToken->geometry(); local
636 if (pos.x() < geo.center().x())
/vbox/src/VBox/Storage/testcase/
H A Dvditool.cpp111 VDGEOMETRY geo = { 0, 0, 0 }; /* auto-detect */
116 &geo, &geo, NULL,
/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp1865 VDGEOMETRY geo; local
1866 int rc = VDGetPCHSGeometry(pThis->pDisk, VD_LAST_IMAGE, &geo);
1869 pPCHSGeometry->cCylinders = geo.cCylinders;
1870 pPCHSGeometry->cHeads = geo.cHeads;
1871 pPCHSGeometry->cSectors = geo.cSectors;
1890 VDGEOMETRY geo; local
1891 geo.cCylinders = pPCHSGeometry->cCylinders;
1892 geo.cHeads = pPCHSGeometry->cHeads;
1893 geo.cSectors = pPCHSGeometry->cSectors;
1894 int rc = VDSetPCHSGeometry(pThis->pDisk, VD_LAST_IMAGE, &geo);
1907 VDGEOMETRY geo; local
1932 VDGEOMETRY geo; local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp2614 /* On X11/Gnome, geo/frameGeo.x() and y() are always 0 for top level
2663 // QRect geo = frameGeometry();
2664 QRect geo = QRect (0, 0, aWidget->width() + extraw, local
2667 geo.moveCenter (QPoint (parentGeo.x() + (parentGeo.width() - 1) / 2,
2671 QRect newGeo = normalizeGeometry (geo, deskGeo, aCanResize);
2683 (geo.width() != newGeo.width() || geo.height() != newGeo.height()))
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp7404 VDGEOMETRY geo = { 0, 0, 0 }; /* auto-detect */ local
7412 &geo,
7413 &geo,
8703 VDGEOMETRY geo = {0, 0, 0}; /* auto */ local
8704 vrc = VDResize(hdd, task.mSize, &geo, &geo, task.mVDOperationIfaces);

Completed in 111 milliseconds