Searched refs:iHeight (Results 1 - 25 of 26) sorted by relevance

12

/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, int iHeight) 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,
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/widgets/
H A DUIPopupStack.cpp125 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 DUIPopupPaneTextPane.cpp87 const int iHeight = height(); local
93 m_pLabel->resize(qMin(iWidth, iLabelWidth), qMin(iHeight, iLabelHeight));
H A DUIPopupPane.cpp100 const int iHeight = height(); local
122 iHeight - 2 * m_iLayoutMargin);
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/graphics/
H A DUIGraphicsTextPane.h91 const QString &strText, int iWidth, int &iHeight,
H A DUIGraphicsButton.cpp81 int iHeight = 2 * iMargin + iconSize.height(); local
82 return QSize(iWidth, iHeight);
H A DUIGraphicsTextPane.cpp358 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 DUIGDetailsSet.cpp520 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 DUIGMachinePreview.cpp520 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/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsDisplay.cpp88 int iHeight = m_cache.m_strMaxGuestResolution.section(',', 1, 1).toInt(); local
91 m_pResolutionHeightSpin->setValue(iHeight);
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/
H A Dwglext.h520 extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
526 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
604 extern HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
610 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwglext.h513 extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
519 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
597 extern HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
603 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dwglext.h501 extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
507 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
585 extern HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
591 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwglext.h513 extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
519 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
597 extern HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
603 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItemMachine.cpp663 foreach (int iHeight, heights)
664 iMaxHeight = qMax(iMaxHeight, iHeight);
H A DUIGChooserItemGroup.cpp631 foreach (int iHeight, heights)
632 iHeaderHeight = qMax(iHeaderHeight, iHeight);
/vbox/include/VBox/HostServices/
H A Dwglext.h398 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
462 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py2289 iWidth, iHeight, _, _, _, _ = self.o.console.display.getScreenResolution(iScreenId)
2290 aPngData = self.o.console.display.takeScreenShotToArray(iScreenId, iWidth, iHeight,
2293 iWidth, iHeight, _, _, _ = self.o.console.display.getScreenResolution(iScreenId)
2294 aPngData = self.o.console.display.takeScreenShotPNGToArray(iScreenId, iWidth, iHeight)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcommctrl.h2217 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 Dcommctrl.h2276 INT iHeight; member in struct:__anon661
2861 #define TreeView_SetItemHeight(hwnd, iHeight) \
2862 (INT)SNDMSG((hwnd), TVM_SETITEMHEIGHT, (WPARAM)iHeight, 0)

Completed in 165 milliseconds

12