/vbox/src/VBox/Frontends/VBoxFB/ |
H A D | Helper.h | 25 uint32_t width; 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 | 32 * @param width width 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); 50 ((videoModes[existingMode].width != (uint32_t)width) || 54 videoModes[numVideoModes].width = (uint32_t)width; 67 * @param width requested width 71 getBestVideoMode(uint32_t width, uint32_t height, uint32_t bpp) argument [all...] |
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/ |
H A D | Xinerama.h | 10 short width; member in struct:__anon2631
|
H A D | panoramiXext.h | 40 int width; /* width of this screen */ member in struct:__anon2772
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | aixwrap.c | 1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 55 int _MD_SELECT(int width, fd_set *r, fd_set *w, fd_set *e, struct timeval *t) argument 57 return select(width, r, w, e, t);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | rrtransform.h | 38 int width; member in struct:_rrTransform 55 xFixed * params, int nparams, int width, int height); 71 int width,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | rrtransform.h | 38 int width; member in struct:_rrTransform 55 xFixed * params, int nparams, int width, int height); 71 int width,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86glx_util.h | 54 int width, height; member in struct:_XMesaImageRec 60 extern XMesaImage *XMesaCreateImage(int bitsPerPixel, int width, int height, 103 unsigned int width, unsigned int height);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | rrtransform.h | 38 int width; member in struct:_rrTransform 56 int width, 65 int width,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | rrtransform.h | 38 int width; member in struct:_rrTransform 56 int width, 65 int width,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | rrtransform.h | 38 int width; member in struct:_rrTransform 56 int width, 65 int width,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | rrtransform.h | 38 int width; member in struct:_rrTransform 56 int width, 65 int width,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86glx_util.h | 55 int width, height; member in struct:_XMesaImageRec 61 extern XMesaImage *XMesaCreateImage(int bitsPerPixel, int width, int height, 104 unsigned int width, unsigned int height);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | rrtransform.h | 38 int width; member in struct:_rrTransform 56 int width, 65 int width,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | rrtransform.h | 38 int width; member in struct:_rrTransform 56 int width, 65 int width,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | rrtransform.h | 38 int width; member in struct:_rrTransform 56 int width, 65 int width,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | rrtransform.h | 38 int width; member in struct:_rrTransform 55 xFixed * params, int nparams, int width, int height); 71 int width,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | rrtransform.h | 38 int width; member in struct:_rrTransform 55 xFixed * params, int nparams, int width, int height); 71 int width,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | rrtransform.h | 38 int width; member in struct:_rrTransform 55 xFixed * params, int nparams, int width, int height); 71 int width,
|
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_line.c | 21 l->width = 1.0f; 22 RESET(lb->width, ctx->bitid); 37 void STATE_APIENTRY crStateLineWidth(GLfloat width) argument 52 if (width <= 0.0f) 54 crStateError(__LINE__, __FILE__, GL_INVALID_VALUE, "glLineWidth called with size <= 0.0: %f", width); 58 l->width = width; 59 DIRTY(lb->width, g->neg_bitid);
|
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/ |
H A D | unpack_readpixels.c | 15 GLsizei width = READ_DATA( 8, GLsizei ); local 43 cr_unpackDispatch.ReadPixels( x, y, width, height, format, type, pixels);
|
/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/widgets/ |
H A D | editbox.c | 42 * @v width Width 47 unsigned int width, unsigned int flags ) { 54 box->width = width; 65 size_t width = box->width; local 66 char buf[ width + 1 ]; 73 overflow = ( cursor_offset - ( width - 1 ) ); 86 memset ( buf, '_', width ); 87 buf[width] 45 init_editbox( struct edit_box *box, char *buf, size_t len, WINDOW *win, unsigned int row, unsigned int col, unsigned int width, unsigned int flags ) argument [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | editbox.h | 26 unsigned int width; member in struct:edit_box 41 unsigned int width, unsigned int flags )
|
/vbox/src/VBox/GuestHost/OpenGL/include/state/ |
H A D | cr_line.h | 20 CRbitvalue width[CR_MAX_BITARRAY]; member in struct:__anon16211 28 GLfloat width; member in struct:__anon16212
|
/vbox/src/VBox/Additions/x11/x11include/libXext-1.3.1/X11/extensions/ |
H A D | shape.h | 44 unsigned width, height; member in struct:__anon3601
|