Searched refs:resize (Results 76 - 100 of 126) sorted by relevance

123456

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86Crtc.h612 * Requests that the driver resize the screen.
624 (*resize)(ScrnInfoPtr scrn, member in struct:_xf86CrtcConfigFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86Crtc.h612 * Requests that the driver resize the screen.
624 (*resize)(ScrnInfoPtr scrn, member in struct:_xf86CrtcConfigFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86Crtc.h612 * Requests that the driver resize the screen.
624 (*resize)(ScrnInfoPtr scrn, member in struct:_xf86CrtcConfigFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86Crtc.h612 * Requests that the driver resize the screen.
624 (*resize)(ScrnInfoPtr scrn, member in struct:_xf86CrtcConfigFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86Crtc.h626 * Requests that the driver resize the screen.
638 (*resize)(ScrnInfoPtr scrn, member in struct:_xf86CrtcConfigFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86Crtc.h644 * Requests that the driver resize the screen.
656 (*resize) (ScrnInfoPtr scrn, int width, int height); member in struct:_xf86CrtcConfigFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86Crtc.h644 * Requests that the driver resize the screen.
656 (*resize) (ScrnInfoPtr scrn, int width, int height); member in struct:_xf86CrtcConfigFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86Crtc.h641 * Requests that the driver resize the screen.
653 (*resize) (ScrnInfoPtr scrn, int width, int height); member in struct:_xf86CrtcConfigFuncs
/vbox/src/VBox/Main/src-server/
H A DBandwidthControlImpl.cpp480 aBandwidthGroups.resize(0);
H A DNATNetworkImpl.cpp482 aLocalMappings.resize(m->maNATLoopbackOffsetList.size());
833 aPortForwardRules.resize(aRules.size());
H A DNetworkAdapterImpl.cpp1006 aReturnNames.resize(mData->mGenericProperties.size());
1007 aReturnValues.resize(mData->mGenericProperties.size());
H A DUSBProxyService.cpp141 aUSBDevices.resize(mDevices.size());
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsDialog.cpp646 resize(s);
/vbox/src/VBox/Main/src-client/
H A DGuestImpl.cpp536 aFacilities.resize(mData.mFacilityMap.size());
548 aSessions.resize(mData.mGuestSessions.size());
H A DMouseImpl.cpp113 m.shape.resize(cbShape);
175 aShape.resize(m.shape.size());
H A DGuestProcessImpl.cpp1742 aData.resize(aToRead);
1751 aData.resize(cbRead);
1755 aData.resize(0);
H A DEmulatedUSBImpl.cpp417 aWebcams.resize(m.webcams.size());
H A DGuestSessionImpl.cpp474 aEnvironment.resize(cEnvVars);
516 aProcesses.resize(mData.mProcesses.size());
539 aDirectories.resize(mData.mDirectories.size());
562 aFiles.resize(mData.mFiles.size());
/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.cpp376 resize(Size);
/vbox/src/VBox/Main/include/
H A DMediumImpl.h292 HRESULT resize(LONG64 aLogicalSize,
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMLogViewer.cpp574 resize(fullWidth, height());
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElement.cpp345 m_pTextPane->resize(size.width() - 4 * iMargin,
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp271 /** Handles viewport resize-event. */
717 caps.resize(1);
722 caps.resize(2);
768 /* Widget resize is NOT thread-safe and *probably* never will be,
769 * We have to notify machine-view with the async-signal to perform resize operation. */
1099 /* Perform frame-buffer resize: */
H A DUISession.cpp1262 m_monitorVisibilityVector.resize(machine().GetMonitorCount());
1305 m_frameBufferVector.resize(machine().GetMonitorCount());
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItemGroup.cpp1070 m_pNameEditorWidget->resize((int)(geometry().width() - iNameEditorX - iHorizontalMargin), m_pNameEditorWidget->height());
1104 pItem->resize(iWidth - 2 * iHorizontalIndent, iMinimumHeight);

Completed in 189 milliseconds

123456