/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | rgb.h | 50 unsigned short red, green, blue; member in struct:_RGB
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | rgb.h | 50 unsigned short red, green, blue; member in struct:_RGB
|
H A D | colormapst.h | 61 * use the first value (called red) in the structure. What channel they 64 unsigned short red, green, blue; member in struct:__anon7031 68 * DirectColor maps always use the first value (called red) in the structure. 72 SHAREDCOLOR *red, *green, *blue; member in struct:__anon7032 86 * only needs one cell table, we arbitrarily pick red. We keep track 105 Entry *red; member in struct:_ColormapRec
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | rgb.h | 51 unsigned short red, green, blue; member in struct:_RGB
|
H A D | colormapst.h | 64 * use the first value (called red) in the structure. What channel they 68 unsigned short red, green, blue; member in struct:__anon7351 72 * DirectColor maps always use the first value (called red) in the structure. 77 SHAREDCOLOR *red, *green, *blue; member in struct:__anon7352 95 * only needs one cell table, we arbitrarily pick red. We keep track 125 Entry *red; member in struct:_ColormapRec
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | rgb.h | 51 unsigned short red, green, blue; member in struct:_RGB
|
H A D | colormapst.h | 64 * use the first value (called red) in the structure. What channel they 68 unsigned short red, green, blue; member in struct:__anon7727 72 * DirectColor maps always use the first value (called red) in the structure. 77 SHAREDCOLOR *red, *green, *blue; member in struct:__anon7728 95 * only needs one cell table, we arbitrarily pick red. We keep track 125 Entry *red; member in struct:_ColormapRec
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | rgb.h | 51 unsigned short red, green, blue; member in struct:_RGB
|
H A D | colormapst.h | 65 * use the first value (called red) in the structure. What channel they 69 unsigned short red, green, blue; member in struct:__anon8087 73 * DirectColor maps always use the first value (called red) in the structure. 78 SHAREDCOLOR *red, *green, *blue; member in struct:__anon8088 96 * only needs one cell table, we arbitrarily pick red. We keep track 126 Entry *red; member in struct:_ColormapRec
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | rgb.h | 51 unsigned short red, green, blue; member in struct:_RGB
|
H A D | colormapst.h | 65 * use the first value (called red) in the structure. What channel they 69 unsigned short red, green, blue; member in struct:__anon8403 73 * DirectColor maps always use the first value (called red) in the structure. 78 SHAREDCOLOR *red, *green, *blue; member in struct:__anon8404 96 * only needs one cell table, we arbitrarily pick red. We keep track 126 Entry *red; member in struct:_ColormapRec
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | rgb.h | 51 unsigned short red, green, blue; member in struct:_RGB
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | rgb.h | 51 unsigned short red, green, blue; member in struct:_RGB
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | rgb.h | 51 unsigned short red, green, blue; member in struct:_RGB
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | rgb.h | 51 unsigned short red, green, blue; member in struct:_RGB
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | rgb.h | 51 unsigned short red, green, blue; member in struct:_RGB
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | rgb.h | 51 unsigned short red, green, blue; member in struct:_RGB
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | rgb.h | 50 unsigned short red, green, blue; member in struct:_RGB
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | rgb.h | 50 unsigned short red, green, blue; member in struct:_RGB
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | rgb.h | 50 unsigned short red, green, blue; member in struct:_RGB
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/ |
H A D | rgb.h | 52 unsigned short red, green, blue; member in struct:_RGB
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | rgb.h | 52 unsigned short red, green, blue; member in struct:_RGB
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | rgb.h | 52 unsigned short red, green, blue; member in struct:_RGB
|
/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/ |
H A D | colour.c | 18 * @v *red address to store red component 23 int colour_content ( short colour, short *red, short *green, short *blue ) { argument 24 *red = ( ( colour & COLOUR_RED ) ? 1 : 0 );
|
/vbox/src/VBox/Main/webservice/samples/php/ |
H A D | clienttest.php | 74 $red = $imageraw[$start]; variable 79 $colour = imagecolorallocate($image, $red, $green, $blue);
|