/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIFrameBuffer.h | 100 int convertHostYTo(int iY) const; 145 void viewportScrolled(int iX, int iY);
|
H A D | UIMachineView.h | 111 virtual void sltHandleNotifyUpdate(int iX, int iY, int iWidth, int iHeight);
|
H A D | UIFrameBuffer.cpp | 78 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);
|
H A D | UIMachineView.cpp | 310 void UIMachineView::sltHandleNotifyUpdate(int iX, int iY, int iWidth, int iHeight) argument 313 QRect rect(iX, iY, iWidth, iHeight);
|
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIPopupStackViewport.cpp | 199 int iY = m_iLayoutMargin; local 209 pPane->setGeometry(iX, iY, iPaneWidth, iPaneHeight); 212 iY += (iPaneHeight + m_iLayoutSpacing);
|
H A D | UIPopupStack.cpp | 143 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 D | UIMiniToolBar.cpp | 160 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/extradata/ |
H A D | UIExtraDataManager.cpp | 2210 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...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | usp10.h | 291 HRESULT WINAPI ScriptStringOut(SCRIPT_STRING_ANALYSIS ssa, int iX, int iY, UINT uOptions, const RECT *prc,
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | usp10.h | 267 HRESULT WINAPI ScriptStringOut(SCRIPT_STRING_ANALYSIS ssa, int iX, int iY, UINT uOptions, const RECT *prc,
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/ |
H A D | UIGChooserItemGroup.cpp | 1091 int iY = geo.y(); local 1102 pItem->setPos(iX + iHorizontalIndent, iY + iPreviousVerticalIndent);
|