/vbox/src/VBox/Frontends/VBoxFB/ |
H A D | Helper.h | 26 uint32_t height; member in struct:videoMode 32 DFBEnumerationResult enumVideoModesHandler(int width, int height, int bpp, void *callbackdata); 33 int32_t getBestVideoMode(uint32_t width, uint32_t height, uint32_t bpp);
|
H A D | Helper.cpp | 33 * @param height height in pixels of the current video mode 37 DFBEnumerationResult enumVideoModesHandler(int width, int height, int bpp, void *callbackdata) argument 48 int32_t existingMode = getBestVideoMode(width, height, bpp); 51 (videoModes[existingMode].height != (uint32_t)height) || 55 videoModes[numVideoModes].height = (uint32_t)height; 68 * @param height requested height 71 getBestVideoMode(uint32_t width, uint32_t height, uint32_t bpp) argument [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | dmxcb.h | 50 extern void dmxSetWidthHeight(int width, int height);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | dmxcb.h | 50 extern void dmxSetWidthHeight(int width, int height);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | dmxcb.h | 51 extern void dmxSetWidthHeight(int width, int height);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | dmxcb.h | 50 extern void dmxSetWidthHeight(int width, int height);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | dmxcb.h | 50 extern void dmxSetWidthHeight(int width, int height);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | dmxcb.h | 50 extern void dmxSetWidthHeight(int width, int height);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | dmxcb.h | 50 extern void dmxSetWidthHeight(int width, int height);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | dmxcb.h | 50 extern void dmxSetWidthHeight(int width, int height);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | dmxcb.h | 50 extern void dmxSetWidthHeight(int width, int height);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | dmxcb.h | 50 extern void dmxSetWidthHeight(int width, int height);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | dmxcb.h | 50 extern void dmxSetWidthHeight(int width, int height);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | dmxcb.h | 50 extern void dmxSetWidthHeight(int width, int height);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | dmxcb.h | 50 extern void dmxSetWidthHeight(int width, int height);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | dmxcb.h | 50 extern void dmxSetWidthHeight(int width, int height);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | dmxcb.h | 50 extern void dmxSetWidthHeight(int width, int height);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | dmxcb.h | 51 extern void dmxSetWidthHeight(int width, int height);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | dmxcb.h | 51 extern void dmxSetWidthHeight(int width, int height);
|
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/ |
H A D | panoramiXext.h | 41 int height; /* height of this screen */ member in struct:__anon2772
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/ |
H A D | drawpix.h | 35 _mesa_DrawPixels( GLsizei width, GLsizei height, 40 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height, 45 _mesa_CopyPixels( GLint srcx, GLint srcy, GLsizei width, GLsizei height, 50 _mesa_Bitmap( GLsizei width, GLsizei height,
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/ |
H A D | cursorstr.h | 66 unsigned short width, height, xhot, yhot; /* metrics */ member in struct:_CursorBits 83 unsigned short width, height, xhot, yhot; member in struct:_CursorMetric
|
/vbox/src/VBox/Devices/Graphics/vmsvga/ |
H A D | svga_overlay.h | 139 uint32_t *height, // IN / OUT 154 *height = (*height + 1) & ~1; 161 *size *= *height; 173 tmp *= (*height >> 1); 191 *size *= *height;
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UISlidingToolBar.cpp | 144 setGeometry(m_parentRect.x(), m_parentRect.y() + m_indentRect.height(), 145 qMax(m_parentRect.width(), sh.width()), sh.height()); 146 m_pEmbeddedWidget->setGeometry(0, -sh.height(), qMax(width(), sh.width()), sh.height()); 151 setGeometry(m_parentRect.x(), m_parentRect.y() + m_parentRect.height() - m_indentRect.height() - sh.height(), 152 qMax(m_parentRect.width(), sh.width()), sh.height()); 153 m_pEmbeddedWidget->setGeometry(0, sh.height(), qMax(width(), sh.width()), sh.height()); [all...] |
/vbox/src/VBox/Main/webservice/samples/php/ |
H A D | clienttest.php | 69 for ($height = 0; $height < $screenHeight; $height++) 73 $start = ($height*$screenWidth + $width)*4; 81 imagesetpixel($image, $width, $height, $colour);
|