/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/ |
H A D | UIGlobalSettingsDisplay.cpp | 88 int iHeight = m_cache.m_strMaxGuestResolution.section(',', 1, 1).toInt(); local 91 m_pResolutionHeightSpin->setValue(iHeight);
|
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIPopupPaneTextPane.cpp | 87 const int iHeight = height(); local 93 m_pLabel->resize(qMin(iWidth, iLabelWidth), qMin(iHeight, iLabelHeight));
|
H A D | UIPopupStack.cpp | 125 int iHeight = parentWidget()->height(); local 127 iHeight -= (m_iParentMenuBarHeight + m_iParentStatusBarHeight); 138 iHeight = qMin(iHeight, iMinimumHeight); 161 iY += (geo.height() - iHeight); 169 setGeometry(iX, iY, iWidth, iHeight);
|
H A D | UIPopupPane.cpp | 100 const int iHeight = height(); local 122 iHeight - 2 * m_iLayoutMargin);
|
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/graphics/ |
H A D | UIGraphicsButton.cpp | 81 int iHeight = 2 * iMargin + iconSize.height(); local 82 return QSize(iWidth, iHeight);
|
H A D | UIGraphicsTextPane.cpp | 358 const QString &strText, int iWidth, int &iHeight, 422 iHeight += iLeading; 423 line.setPosition(QPointF(0, iHeight)); 424 iHeight += line.height(); 357 buildTextLayout(const QFont &font, QPaintDevice *pPaintDevice, const QString &strText, int iWidth, int &iHeight, const QString &strHoveredAnchor) argument
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/ |
H A D | UIGDetailsSet.cpp | 520 int iHeight = pElement->minimumHeightHint(); local 522 if (pElement->geometry().height() != iHeight) 525 pElement->resize(pElement->geometry().width(), iHeight); 530 iVerticalIndent += (iHeight + iSpacing); 537 int iHeight = pElement->minimumHeightHint(); local 541 pElement->resize(iWidth, iHeight); 545 iVerticalIndent = qMax(iVerticalIndent, iHeight + iSpacing);
|
H A D | UIGMachinePreview.cpp | 520 int iWidth = 0, iHeight = 0; local 527 iHeight = (double)iWidth / dGuestAspectRatio; 529 iHeight = qMin(iHeight, hostSize.height()); 535 iHeight = hostSize.height(); 537 iWidth = (double)iHeight * dGuestAspectRatio; 542 return QSize(iWidth, iHeight);
|
/vbox/src/libs/libpng-1.2.8/contrib/visupng/ |
H A D | PngFile.c | 285 int iWidth, int iHeight, png_color bkgColor) 332 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth, 350 if ((ppbRowPointers = (png_bytepp) malloc(iHeight * sizeof(png_bytep))) == NULL) 355 for (i = 0; i < iHeight; i++) 284 PngSaveImage(PTSTR pstrFileName, png_byte *pDiData, int iWidth, int iHeight, png_color bkgColor) argument
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIMachineView.cpp | 234 void UIMachineView::sltHandleNotifyChange(int iWidth, int iHeight) argument 237 (unsigned long)m_uScreenId, iWidth, iHeight)); 253 frameBuffer()->handleNotifyChange(iWidth, iHeight); 295 machineLogic()->updateDockIconSize(screenId(), iWidth, iHeight); local 307 (unsigned long)m_uScreenId, iWidth, iHeight)); 310 void UIMachineView::sltHandleNotifyUpdate(int iX, int iY, int iWidth, int iHeight) argument 313 QRect rect(iX, iY, iWidth, iHeight);
|
H A D | UIFrameBuffer.cpp | 76 void sigNotifyChange(int iWidth, int iHeight); 78 void sigNotifyUpdate(int iX, int iY, int iWidth, int iHeight); 257 virtual void handleNotifyChange(int iWidth, int iHeight); 264 virtual void performResize(int iWidth, int iHeight); 474 void performResize(int iWidth, int iHeight) argument 476 UIFrameBufferPrivate::performResize(iWidth, iHeight); 1070 void UIFrameBufferPrivate::handleNotifyChange(int iWidth, int iHeight) argument 1072 LogRel(("GUI: UIFrameBufferPrivate::handleNotifyChange: Size=%dx%d\n", iWidth, iHeight)); 1100 performResize(iWidth, iHeight); 1164 void UIFrameBufferPrivate::performResize(int iWidth, int iHeight) argument 1724 handleNotifyChange(int iWidth, int iHeight) argument 1739 performResize(int iWidth, int iHeight) argument [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/ |
H A D | UIExtraDataManager.cpp | 224 const int iHeight = m_iMargin + local 230 return QSize(iWidth, iHeight);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | commctrl.h | 2217 INT iHeight; member in struct:__anon13257 2808 #define TreeView_SetItemHeight(hwnd, iHeight) \ 2809 (INT)SNDMSG((hwnd), TVM_SETITEMHEIGHT, (WPARAM)iHeight, 0)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | commctrl.h | 2276 INT iHeight; member in struct:__anon661 2861 #define TreeView_SetItemHeight(hwnd, iHeight) \ 2862 (INT)SNDMSG((hwnd), TVM_SETITEMHEIGHT, (WPARAM)iHeight, 0)
|