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

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupStackViewport.cpp199 int iY = m_iLayoutMargin; local
209 pPane->setGeometry(iX, iY, iPaneWidth, iPaneHeight);
212 iY += (iPaneHeight + m_iLayoutSpacing);
H A DUIPopupStack.cpp143 int iY = 0; local
148 iY += geo.y();
155 iY += m_iParentMenuBarHeight;
161 iY += (geo.height() - iHeight);
163 iY -= m_iParentStatusBarHeight;
169 setGeometry(iX, iY, iWidth, iHeight);
H A DUIMiniToolBar.cpp160 int iX = 0, iY = 0; local
170 case Qt::AlignTop: iY = screenRect.y(); break;
171 case Qt::AlignBottom: iY = screenRect.y() + screenRect.height() - height(); break;
174 move(iX, iY);
231 int iX = 0, iY = 0;
235 case Qt::AlignTop: iY = 0; break;
236 case Qt::AlignBottom: iY = screenRect.height() - m_pEmbeddedToolbar->height(); break;
241 m_shownToolbarPosition = QPoint(iX, iY);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineView.cpp310 void UIMachineView::sltHandleNotifyUpdate(int iX, int iY, int iWidth, int iHeight) argument
313 QRect rect(iX, iY, iWidth, iHeight);
H A DUIFrameBuffer.cpp78 void sigNotifyUpdate(int iX, int iY, int iWidth, int iHeight);
1669 int UIFrameBuffer::convertHostYTo(int iY) const
1671 return m_pFrameBuffer->convertHostXTo(iY);
1760 void UIFrameBuffer::viewportScrolled(int iX, int iY) argument
1762 m_pFrameBuffer->viewportScrolled(iX, iY);
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItemGroup.cpp1091 int iY = geo.y(); local
1102 pItem->setPos(iX + iHorizontalIndent, iY + iPreviousVerticalIndent);
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp2210 int iX = 0, iY = 0, iW = 0, iH = 0; local
2217 iY = data[1].toInt(&fOk);
2226 QRect geometry = fOk ? QRect(iX, iY, iW, iH) : QRect(0, 0, 770, 550);
2232 /* Get screen-geometry [of screen with point (iX, iY) if possible]: */
2233 const QRect screenGeometry = fOk ? QApplication::desktop()->availableGeometry(QPoint(iX, iY)) :
2491 int iX = 0, iY = 0, iW = 0, iH = 0; local
2498 iY = data[1].toInt(&fOk);
2507 return fOk ? QRect(iX, iY, iW, iH) : QRect();
3400 int iX = 0, iY = 0, iW = 0, iH = 0; local
3407 iY
3510 int iX = 0, iY = 0, iW = 0, iH = 0; local
[all...]

Completed in 89 milliseconds