Searched refs:iWidth (Results 1 - 25 of 37) sorted by relevance

12

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupStackViewport.h35 void sigProposePopupPaneWidth(int iWidth);
63 void sltHandleProposalForWidth(int iWidth);
H A DUIPopupPaneTextPane.cpp86 const int iWidth = width(); local
93 m_pLabel->resize(qMin(iWidth, iLabelWidth), qMin(iHeight, iLabelHeight));
96 void UIPopupPaneTextPane::sltHandleProposalForWidth(int iWidth) argument
99 if (m_iDesiredLabelWidth == iWidth)
103 m_iDesiredLabelWidth = iWidth;
H A DUIPopupStackViewport.cpp102 void UIPopupStackViewport::sltHandleProposalForWidth(int iWidth) argument
105 iWidth -= 2 * m_iLayoutMargin;
108 emit sigProposePopupPaneWidth(iWidth);
H A DUIPopupStack.cpp124 int iWidth = parentWidget()->width(); local
169 setGeometry(iX, iY, iWidth, iHeight);
294 int iWidth = parentWidget()->width(); local
300 iWidth -= (iLeft + iRight);
305 iWidth -= 2 * m_pScrollArea->frameWidth();
309 emit sigProposeStackViewportWidth(iWidth);
H A DUIPopupPane.cpp99 const int iWidth = width(); local
104 const int iTextPaneWidth = iWidth - 2 * m_iLayoutMargin - m_iLayoutSpacing - iButtonPaneMinimumWidth;
131 void UIPopupPane::sltHandleProposalForWidth(int iWidth) argument
138 iWidth -= 2 * m_iLayoutMargin;
140 iWidth -= m_iLayoutSpacing;
142 iWidth -= m_pButtonPane->minimumSizeHint().width();
145 emit sigProposeTextPaneWidth(iWidth);
H A DUIPopupPane.h60 void sigProposeTextPaneWidth(int iWidth);
91 void sltHandleProposalForWidth(int iWidth);
H A DUIPopupPaneTextPane.h60 void sltHandleProposalForWidth(int iWidth);
H A DUIPopupStack.h40 void sigProposeStackViewportWidth(int iWidth);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.h128 void handleNotifyChange(int iWidth, int iHeight);
135 void performResize(int iWidth, int iHeight);
H A DUIFrameBuffer.cpp76 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, in argument
1724 handleNotifyChange(int iWidth, int iHeight) argument
1739 performResize(int iWidth, int iHeight) argument
[all...]
H A DUIMachineView.h108 virtual void sltHandleNotifyChange(int iWidth, int iHeight);
111 virtual void sltHandleNotifyUpdate(int iX, int iY, int iWidth, int iHeight);
H A DUIMachineView.cpp234 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);
/vbox/src/libs/libpng-1.2.8/contrib/visupng/
H A DPngFile.h20 int iWidth, int iHeight, png_color BkgColor);
H A DPngFile.c285 int iWidth, int iHeight, png_color bkgColor)
332 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth,
346 ulRowBytes = iWidth * ciChannels;
284 PngSaveImage(PTSTR pstrFileName, png_byte *pDiData, int iWidth, int iHeight, png_color bkgColor) argument
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/graphics/
H A DUIGraphicsTextPane.h91 const QString &strText, int iWidth, int &iHeight,
H A DUIGraphicsButton.cpp80 int iWidth = 2 * iMargin + iconSize.width(); local
82 return QSize(iWidth, iHeight);
H A DUIGraphicsTextPane.cpp358 const QString &strText, int iWidth, int &iHeight,
421 line.setLineWidth(iWidth);
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 DUIGDetailsSet.cpp507 int iWidth = iMaximumWidth - 2 * iMargin; local
512 iWidth -= (iSpacing + pPreviewElement->minimumWidthHint());
514 if (pElement->geometry().width() != iWidth)
517 pElement->resize(iWidth, pElement->geometry().height());
536 int iWidth = pElement->minimumWidthHint(); local
539 pElement->setPos(iMaximumWidth - iMargin - iWidth, iMargin);
541 pElement->resize(iWidth, iHeight);
H A DUIGMachinePreview.cpp520 int iWidth = 0, iHeight = 0; local
525 iWidth = hostSize.width();
527 iHeight = (double)iWidth / dGuestAspectRatio;
537 iWidth = (double)iHeight * dGuestAspectRatio;
539 iWidth = qMin(iWidth, hostSize.width());
542 return QSize(iWidth, iHeight);
H A DUIGDetailsGroup.cpp298 int iWidth = iMaximumWidth; local
299 pItem->resize(iWidth, pItem->minimumHeightHint());
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsDisplay.cpp87 int iWidth = m_cache.m_strMaxGuestResolution.section(',', 0, 0).toInt(); local
90 m_pResolutionWidthSpin->setValue(iWidth);
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItem.cpp410 QString UIGChooserItem::compressText(const QFont &font, QPaintDevice *pPaintDevice, QString strText, int iWidth) argument
418 if (fm.width(strText) <= iWidth)
424 while (!strText.isEmpty() && fm.width(strText) + iEllipsisWidth > iWidth)
H A DUIGChooserItem.h188 static QString compressText(const QFont &font, QPaintDevice *pPaintDevice, QString strText, int iWidth);
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/
H A DUIWizardNewVMPageBasic3.cpp144 int iWidth = m_pDiskPresent->style()->pixelMetric(QStyle::PM_ExclusiveIndicatorWidth, &options, m_pDiskPresent); local
145 pDiskLayout->setColumnMinimumWidth(0, iWidth);
H A DUIWizardNewVMPageExpert.cpp113 int iWidth = m_pDiskPresent->style()->pixelMetric(QStyle::PM_ExclusiveIndicatorWidth, &options, m_pDiskPresent); local
114 pDiskCntLayout->setColumnMinimumWidth(0, iWidth);

Completed in 117 milliseconds

12