/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIFrameBuffer.h | 98 int convertHostXTo(int iX) 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); 1664 int UIFrameBuffer::convertHostXTo(int iX) const 1666 return m_pFrameBuffer->convertHostXTo(iX); 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 | 198 int iX = m_iLayoutMargin; local 209 pPane->setGeometry(iX, iY, iPaneWidth, iPaneHeight);
|
H A D | UIPopupStack.cpp | 142 int iX = 0; local 147 iX += geo.x(); 169 setGeometry(iX, iY, iWidth, iHeight);
|
H A D | UIMiniToolBar.cpp | 160 int iX = 0, iY = 0; local 167 iX = screenRect.x() + screenRect.width() / 2 - width() / 2; 174 move(iX, iY); 231 int iX = 0, iY = 0; 232 iX = screenRect.width() / 2 - m_pEmbeddedToolbar->width() / 2; 241 m_shownToolbarPosition = QPoint(iX, iY);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | usp10.h | 285 HRESULT WINAPI ScriptXtoCP(int iX, int cChars, int cGlyphs, const WORD *pwLogClust, const SCRIPT_VISATTR *psva, 288 HRESULT WINAPI ScriptStringXtoCP(SCRIPT_STRING_ANALYSIS ssa, int iX, int *piCh , int *piTrailing); 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 | 261 HRESULT WINAPI ScriptXtoCP(int iX, int cChars, int cGlyphs, const WORD *pwLogClust, const SCRIPT_VISATTR *psva, 264 HRESULT WINAPI ScriptStringXtoCP(SCRIPT_STRING_ANALYSIS ssa, int iX, int *piCh , int *piTrailing); 267 HRESULT WINAPI ScriptStringOut(SCRIPT_STRING_ANALYSIS ssa, int iX, int iY, UINT uOptions, const RECT *prc,
|
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/ |
H A D | UIExtraDataManager.cpp | 2210 int iX = 0, iY = 0, iW = 0, iH = 0; local 2215 iX = data[0].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 2496 iX = data[0].toInt(&fOk); 2507 return fOk ? QRect(iX, iY, iW, iH) : QRect(); 3400 int iX = 0, iY = 0, iW = 0, iH = 0; local 3405 iX 3510 int iX = 0, iY = 0, iW = 0, iH = 0; local [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/ |
H A D | UIGChooserItemGroup.cpp | 1090 int iX = geo.x(); local 1102 pItem->setPos(iX + iHorizontalIndent, iY + iPreviousVerticalIndent);
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | config.guess | 688 *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | config.guess | 693 *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
|