Searched refs:width (Results 1 - 25 of 1553) sorted by relevance

1234567891011>>

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dstip68kgnu.h32 #define STIPPLE(addr,stipple,value,width,count,shift) \
112 "a" (width), /* %6 */ \
H A Ddmxcb.h51 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dstip68kgnu.h32 #define STIPPLE(addr,stipple,value,width,count,shift) \
112 "a" (width), /* %6 */ \
H A Ddmxcb.h50 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dstip68kgnu.h32 #define STIPPLE(addr,stipple,value,width,count,shift) \
112 "a" (width), /* %6 */ \
H A Ddmxcb.h50 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dstip68kgnu.h34 #define STIPPLE(addr,stipple,value,width,count,shift) \
114 "a" (width), /* %6 */ \
H A Ddmxcb.h51 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dstip68kgnu.h34 #define STIPPLE(addr,stipple,value,width,count,shift) \
114 "a" (width), /* %6 */ \
H A Ddmxcb.h51 extern void dmxSetWidthHeight(int width, int height);
/vbox/src/VBox/Frontends/VBoxFB/
H A DHelper.h25 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 DHelper.cpp32 * @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/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.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/Devices/PC/ipxe/src/hci/mucurses/widgets/
H A Deditbox.c42 * @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...]

Completed in 132 milliseconds

1234567891011>>