Searched refs:red (Results 1 - 25 of 761) 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.h61 * use the first value (called red) in the structure. What channel they
64 unsigned short red, green, blue; member in struct:__anon395ab7990208
68 * DirectColor maps always use the first value (called red) in the structure.
72 SHAREDCOLOR *red, *green, *blue; member in struct:__anon395ab7990308
86 * only needs one cell table, we arbitrarily pick red. We keep track
105 Entry *red; 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.h65 * use the first value (called red) in the structure. What channel they
69 unsigned short red, green, blue; member in struct:__anon9fce0ac60208
73 * DirectColor maps always use the first value (called red) in the structure.
78 SHAREDCOLOR *red, *green, *blue; member in struct:__anon9fce0ac60308
96 * only needs one cell table, we arbitrarily pick red. We keep track
126 Entry *red; member in struct:_ColormapRec
/xsrc/external/mit/xterm/dist/
H A D256colres.pl45 our ( $red, $green, $blue, $gray );
64 for ($red = 0; $red < 6; $red++) {
67 $code = 16 + ($red * 36) + ($green * 6) + $blue;
71 ($red ? ($red * 40 + 55) : 0),
H A D88colres.pl47 our ( $red, $green, $blue, $gray );
67 for ($red = 0; $red < 4; $red++) {
70 $code = 16 + ($red * 16) + ($green * 4) + $blue;
74 int (@steps[$red]),
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
H A D020-define-func-2-arg-multi.c1 #define foo(x,y) x,two fish,red fish,y
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A D020-define-func-2-arg-multi.c1 #define foo(x,y) x,two fish,red fish,y
/xsrc/external/mit/libXmu/dist/src/
H A DCmapAlloc.c59 * red_max returns maximum red value
130 * be 256 or 254. Then, maximum red value = floor(cube_root(n - 125)) - 1.
131 * Maximum green and maximum blue values are identical to maximum red.
138 default_allocation(XVisualInfo *vinfo, unsigned long *red, argument
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;
169 *red = vinfo->red_mask / lowbit(vinfo->red_mask);
184 gray_allocation(ngrays, red, gree
212 best_allocation(XVisualInfo * vinfo,unsigned long * red,unsigned long * green,unsigned long * blue) argument
[all...]
/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.c44 req->red = def->red;
51 def->red = rep.red;
H A DRecolorC.c44 req->foreRed = foreground->red;
47 req->backRed = background->red;
H A DStColor.c49 citem->red = def->red;
/xsrc/external/mit/xterm/dist/vttests/
H A D256colors2.pl68 our ( $red, $green, $blue );
111 my $red = shift;
114 &define_color( 15 - $color, $red, $green, $blue ) if ($opt_r);
115 &define_color( $color, $red, $green, $blue ) unless ($opt_r);
179 for ( $red = 0 ; $red < $cube ; $red++ ) {
183 16 + ( map_cube($red) * $cube * $cube ) +
186 int( $steps[$red] ),
218 for ( $red
[all...]
H A D88colors2.pl69 our ( $red, $green, $blue );
112 my $red = shift;
115 &define_color( 15 - $color, $red, $green, $blue ) if ($opt_r);
116 &define_color( $color, $red, $green, $blue ) unless ($opt_r);
180 for ( $red = 0 ; $red < $cube ; $red++ ) {
184 16 + ( map_cube($red) * $cube * $cube ) +
187 int( $steps[$red] ),
220 for ( $red
[all...]
/xsrc/external/mit/libXrender/dist/src/
H A DColor.c72 def->red = elements[0];
85 def->red = coreColor.red;
90 def->red = (unsigned short) ((unsigned) (def->red * def->alpha) / 0xffffU);
/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A Dfilter.c22 VGfloat red[4]; local in function:init
30 red[0] = 0.6710f;
31 red[1] = 0.1060f;
32 red[2] = 0.1330f;
33 red[3] = 1.0f;
72 vgSetfv(VG_CLEAR_COLOR, 4, red);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86cmap.h62 unsigned short *red,
73 unsigned short *red,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86cmap.h55 unsigned short *red,
64 unsigned short *red,
/xsrc/external/mit/libX11/dist/src/xcms/
H A DXRGB.c98 pXColors->red = pColors->spec.RGB.red;
126 * here if requested! For example, if red = 0xcaca and the
127 * bits_per_rgb is 8, then spec.RGB.red will be 0xca00.
136 pColors->spec.RGB.red = (pXColors->red & MASK[bits_per_rgb]);
180 pXcmsColor->spec.RGB.red =
181 ((unsigned long)(pXcmsColor->spec.RGB.red >> shift) * 0xFFFF)
216 pColor->spec.RGB.red &= MASK[bits_per_rgb];
243 pXColor->red
[all...]
/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.c41 result->color.red = exact.red;
93 result->pixel = (unsigned long)(((color->red >> (16 - red_len)) << red_shift) |
101 xcolor.red = color->red;
108 result->color.red = color->red;

Completed in 23 milliseconds

1234567891011>>