Searched refs:height (Results 1 - 25 of 1387) sorted by relevance

1234567891011>>

/vbox/src/VBox/Frontends/VBoxFB/
H A DHelper.h26 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 DHelper.cpp33 * @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 Ddmxcb.h50 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddmxcb.h50 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddmxcb.h51 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddmxcb.h50 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddmxcb.h50 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddmxcb.h50 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddmxcb.h50 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddmxcb.h50 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddmxcb.h50 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddmxcb.h50 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddmxcb.h50 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddmxcb.h50 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddmxcb.h50 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddmxcb.h50 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddmxcb.h50 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddmxcb.h51 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddmxcb.h51 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DpanoramiXext.h41 int height; /* height of this screen */ member in struct:__anon2772
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Ddrawpix.h35 _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 Dcursorstr.h66 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 Dsvga_overlay.h139 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 DUISlidingToolBar.cpp144 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 Dclienttest.php69 for ($height = 0; $height < $screenHeight; $height++)
73 $start = ($height*$screenWidth + $width)*4;
81 imagesetpixel($image, $width, $height, $colour);

Completed in 159 milliseconds

1234567891011>>