| /xsrc/external/mit/xorg-server/dist/include/ |
| rgb.h | 50 unsigned short red, green, blue; member in struct:_RGB
|
| colormapst.h | 64 unsigned short red, green, blue; member in struct:__anon10209 72 SHAREDCOLOR *red, *green, *blue; member in struct:__anon10210 107 Entry *blue; member in struct:_ColormapRec
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| rgb.h | 51 unsigned short red, green, blue; member in struct:_RGB
|
| colormapst.h | 69 unsigned short red, green, blue; member in struct:__anon10805 78 SHAREDCOLOR *red, *green, *blue; member in struct:__anon10806 128 Entry *blue; member in struct:_ColormapRec
|
| /xsrc/external/mit/xterm/dist/ |
| 256colres.pl | 45 our ( $red, $green, $blue, $gray ); 66 for ($blue = 0; $blue < 6; $blue++) { 67 $code = 16 + ($red * 36) + ($green * 6) + $blue; 73 ($blue ? ($blue * 40 + 55) : 0));
|
| 88colres.pl | 47 our ( $red, $green, $blue, $gray ); 69 for ($blue = 0; $blue < 4; $blue++) { 70 $code = 16 + ($red * 16) + ($green * 4) + $blue; 76 int (@steps[$blue]));
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| 020-define-func-2-arg-multi.c | 2 foo(one fish, blue fish)
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| 020-define-func-2-arg-multi.c | 2 foo(one fish, blue fish)
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| glutColor.cpp | 21 void glutSetColor(int cell, GLfloat red, GLfloat green, GLfloat blue) {
|
| /xsrc/external/mit/libX11/dist/src/ |
| GetHColor.c | 46 req->blue = def->blue; 53 def->blue = rep.blue;
|
| RecolorC.c | 46 req->foreBlue = foreground->blue; 49 req->backBlue = background->blue;
|
| StColor.c | 51 citem->blue = def->blue;
|
| /xsrc/external/mit/libXmu/dist/src/ |
| CmapAlloc.c | 61 * blue_max returns maximum blue value 131 * Maximum green and maximum blue values are identical to maximum red. 139 unsigned long *green, unsigned long *blue) 148 *red = *green = *blue = (unsigned long) 27; 151 *red = *green = *blue = (unsigned long) 12; 156 *red = *green = *blue = (unsigned long) 164 *red = *green = *blue = vinfo->colormap_size / 2 - 1; 171 *blue = vinfo->blue_mask / lowbit(vinfo->blue_mask); 184 gray_allocation(ngrays, red, green, blue); 201 * with green getting more than red, and red more than blue, if ther [all...] |
| /xsrc/external/mit/libXpm/dist/src/ |
| rgb.c | 57 int n, items, red, green, blue; local 72 items = sscanf(line, "%d %d %d %[^\n]\n", &red, &green, &blue, name); 82 blue < 0 || blue > 0xFF) 97 rgb->b = blue * 257; 118 int blue) 129 if (red == rgb->r && green == rgb->g && blue == rgb->b)
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| 256colors2.pl | 68 our ( $red, $green, $blue ); 113 my $blue = shift; 114 &define_color( 15 - $color, $red, $green, $blue ) if ($opt_r); 115 &define_color( $color, $red, $green, $blue ) unless ($opt_r); 181 for ( $blue = 0 ; $blue < $cube ; $blue++ ) { 185 map_cube($blue), 188 int( $steps[$blue] ) 219 for ( $blue = 0 ; $blue < $cube ; $blue++ ) [all...] |
| 88colors2.pl | 69 our ( $red, $green, $blue ); 114 my $blue = shift; 115 &define_color( 15 - $color, $red, $green, $blue ) if ($opt_r); 116 &define_color( $color, $red, $green, $blue ) unless ($opt_r); 182 for ( $blue = 0 ; $blue < $cube ; $blue++ ) { 186 map_cube($blue), 189 int( $steps[$blue] ) 221 for ( $blue = 0 ; $blue < $cube ; $blue++ ) [all...] |
| /xsrc/external/mit/libXrender/dist/src/ |
| Color.c | 74 def->blue = elements[2]; 87 def->blue = coreColor.blue; 92 def->blue = (unsigned short) ((unsigned) (def->blue * def->alpha) / 0xffffU);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| filter.c | 25 VGfloat blue[4]; local 45 blue[0] = 0.0000f; 46 blue[1] = 0.6908f; 47 blue[2] = 0.8595f; 48 blue[3] = 1.0f; 60 vgSetfv(VG_TILE_FILL_COLOR, 4, blue);
|
| /xsrc/external/mit/libX11/dist/src/xcms/ |
| XRGB.c | 100 pXColors->blue = pColors->spec.RGB.blue; 138 pColors->spec.RGB.blue = (pXColors->blue & MASK[bits_per_rgb]); 186 pXcmsColor->spec.RGB.blue = 187 ((unsigned long)(pXcmsColor->spec.RGB.blue >> shift) * 0xFFFF) 218 pColor->spec.RGB.blue &= MASK[bits_per_rgb]; 245 pXColor->blue &= MASK[bits_per_rgb];
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86cmap.h | 56 unsigned short *green, unsigned short *blue); 65 unsigned short *green, unsigned short *blue);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xf86cmap.h | 64 unsigned short *blue 75 unsigned short *blue
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| accum.h | 45 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/ |
| t_dd_vertex.h | 36 GLubyte alpha, blue, green, red; member in struct:__anon2702 38 GLubyte red, green, blue, alpha; 44 GLubyte alpha, red, green, blue; member in struct:__anon2703 46 GLubyte blue, green, red, alpha;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| accum.h | 45 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/ |
| t_dd_vertex.h | 36 GLubyte alpha, blue, green, red; member in struct:__anon5021 38 GLubyte red, green, blue, alpha; 44 GLubyte alpha, red, green, blue; member in struct:__anon5022 46 GLubyte blue, green, red, alpha;
|