Searched refs:blue (Results 1 - 25 of 704) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server/dist/include/
H A Drgb.h50 unsigned short red, green, blue; member in struct:_RGB
H A Dcolormapst.h64 unsigned short red, green, blue; member in struct:__anon395ab7990208
72 SHAREDCOLOR *red, *green, *blue; member in struct:__anon395ab7990308
107 Entry *blue; member in struct:_ColormapRec
/xsrc/external/mit/xorg-server.old/dist/include/
H A Drgb.h51 unsigned short red, green, blue; member in struct:_RGB
H A Dcolormapst.h69 unsigned short red, green, blue; member in struct:__anon9fce0ac60208
78 SHAREDCOLOR *red, *green, *blue; member in struct:__anon9fce0ac60308
128 Entry *blue; member in struct:_ColormapRec
/xsrc/external/mit/xterm/dist/
H A D256colres.pl45 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));
H A D88colres.pl47 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/
H A D020-define-func-2-arg-multi.c2 foo(one fish, blue fish)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A D020-define-func-2-arg-multi.c2 foo(one fish, blue fish)
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutColor.cpp21 void glutSetColor(int cell, GLfloat red, GLfloat green, GLfloat blue) { argument
/xsrc/external/mit/libX11/dist/src/
H A DGetHColor.c46 req->blue = def->blue;
53 def->blue = rep.blue;
H A DRecolorC.c46 req->foreBlue = foreground->blue;
49 req->backBlue = background->blue;
H A DStColor.c51 citem->blue = def->blue;
/xsrc/external/mit/libXmu/dist/src/
H A DCmapAlloc.c61 * 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, i
138 default_allocation(XVisualInfo * vinfo,unsigned long * red,unsigned long * green,unsigned long * blue) argument
212 best_allocation(XVisualInfo * vinfo,unsigned long * red,unsigned long * green,unsigned long * blue) argument
[all...]
/xsrc/external/mit/xterm/dist/vttests/
H A D256colors2.pl68 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
[all...]
H A D88colors2.pl69 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
[all...]
/xsrc/external/mit/libXrender/dist/src/
H A DColor.c74 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/
H A Dfilter.c25 VGfloat blue[4]; local in function:init
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/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86cmap.h64 unsigned short *blue
75 unsigned short *blue
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86cmap.h56 unsigned short *green, unsigned short *blue);
65 unsigned short *green, unsigned short *blue);
/xsrc/external/mit/libX11/dist/src/xcms/
H A DXRGB.c100 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/MesaLib.old/dist/src/mesa/main/
H A Daccum.h45 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/
H A Dt_dd_vertex.h36 GLubyte alpha, blue, green, red; member in struct:__anonae8278500208
38 GLubyte red, green, blue, alpha;
44 GLubyte alpha, red, green, blue; member in struct:__anonae8278500308
46 GLubyte blue, green, red, alpha;
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/
H A Dt_dd_vertex.h36 GLubyte alpha, blue, green, red; member in struct:__anon12283e030208
38 GLubyte red, green, blue, alpha;
44 GLubyte alpha, red, green, blue; member in struct:__anon12283e030308
46 GLubyte blue, green, red, alpha;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Daccum.h45 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
/xsrc/external/mit/libXft/dist/src/
H A Dxftcolor.c43 result->color.blue = exact.blue;
95 ((color->blue >> (16 - blue_len)) << blue_shift));
103 xcolor.blue = color->blue;
110 result->color.blue = color->blue;

Completed in 16 milliseconds

1234567891011>>