Searched defs:resize (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dnvo.h40 int ( * resize ) ( struct nvo_block *nvo, size_t len ); member in struct:nvo_block
47 int ( * resize ) ( struct nvo_block *nvo, size_t len ),
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglxdrawable.h54 GLboolean (*resize)(__GLXdrawable *private); member in struct:__GLXdrawable
H A Dxf86Crtc.h525 * Requests that the driver resize the screen.
537 (*resize)(ScrnInfoPtr scrn, member in struct:_xf86CrtcConfigFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dglxdrawable.h58 GLboolean (*resize)(__GLXdrawable *private); member in struct:__GLXdrawable
H A Dxf86Crtc.h500 * Requests that the driver resize the screen.
512 (*resize)(ScrnInfoPtr scrn, member in struct:_xf86CrtcConfigFuncs
/vbox/include/VBox/com/
H A Darray.h625 SafeArray(size_t aSize) { resize(aSize); }
695 resize(aCntr.size());
726 resize(aMap.size());
831 * since this doesn't check for a NULL condition; use #resize() and
863 bool resize(size_t aNewSize) function in class:com::SafeArray
896 return resize(aNewSize);
1272 resize(sSize);
1278 resize(aSize);
1287 resize(sSize);
1293 resize(aSiz
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Crtc.h512 * Requests that the driver resize the screen.
524 (*resize)(ScrnInfoPtr scrn, member in struct:_xf86CrtcConfigFuncs
/vbox/src/VBox/HostDrivers/win/cfg/
H A DVBoxDrvCfg.cpp127 HRESULT resize(int newSize);
158 int hr = resize(mBufSize+10);
170 HRESULT VBoxDrvCfgStringList::resize(int newSize) function in class:VBoxDrvCfgStringList
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86Crtc.h645 * Requests that the driver resize the screen.
657 (*resize) (ScrnInfoPtr scrn, int width, int height); member in struct:_xf86CrtcConfigFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86Crtc.h645 * Requests that the driver resize the screen.
657 (*resize) (ScrnInfoPtr scrn, int width, int height); member in struct:_xf86CrtcConfigFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86Crtc.h589 * Requests that the driver resize the screen.
601 (*resize)(ScrnInfoPtr scrn, member in struct:_xf86CrtcConfigFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
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.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/Additions/x11/x11include/glproto-1.4.10/GL/internal/
H A Dglcore.h218 /* what Resize routines return if resize resorted to fallback case */
283 GLboolean (*resize)(__GLdrawableBuffer *buf, member in struct:__GLdrawableBufferRec
381 GLboolean (*resize)(__GLdrawablePrivate *glPriv); member in struct:__GLdrawablePrivateRec
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp860 * Implementation code for the "resize" task.
1658 aVariant.resize(cBits);
1906 aChildren.resize(children.size());
1990 aMachineIds.resize(brlist.size());
2097 aSnapshotIds.resize(size);
2422 aReturnNames.resize(m->mapProperties.size());
2423 aReturnValues.resize(m->mapProperties.size());
2935 HRESULT Medium::resize(LONG64 aLogicalSize, function in class:Medium
8636 * Implementation code for the "resize" task.
8717 tr("Could not resize mediu
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h1623 struct resize struct in union:console_renderer_event::__anon14229
1627 } resize; member in union:console_renderer_event::__anon14229

Completed in 176 milliseconds

12