HomeSort by: relevance | last modified time | path
    Searched refs:red (Results 1 - 25 of 721) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/xorg-server/dist/include/
rgb.h 50 unsigned short red, green, blue; member in struct:_RGB
colormapst.h 61 * use the first value (called red) in the structure. What channel they
64 unsigned short red, green, blue; member in struct:__anon10209
68 * DirectColor maps always use the first value (called red) in the structure.
72 SHAREDCOLOR *red, *green, *blue; member in struct:__anon10210
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/
rgb.h 51 unsigned short red, green, blue; member in struct:_RGB
colormapst.h 65 * use the first value (called red) in the structure. What channel they
69 unsigned short red, green, blue; member in struct:__anon10805
73 * DirectColor maps always use the first value (called red) in the structure.
78 SHAREDCOLOR *red, *green, *blue; member in struct:__anon10806
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/
256colres.pl 45 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),
88colres.pl 47 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/
020-define-func-2-arg-multi.c 1 #define foo(x,y) x,two fish,red fish,y
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
020-define-func-2-arg-multi.c 1 #define foo(x,y) x,two fish,red fish,y
  /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 44 req->red = def->red;
51 def->red = rep.red;
RecolorC.c 44 req->foreRed = foreground->red;
47 req->backRed = background->red;
StColor.c 49 citem->red = def->red;
  /xsrc/external/mit/libXmu/dist/src/
CmapAlloc.c 59 * 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,
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, green, blue)
    [all...]
  /xsrc/external/mit/xterm/dist/vttests/
256colors2.pl 68 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 = 0 ; $red < $cube ; $red++ )
    [all...]
88colors2.pl 69 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 = 0 ; $red < $cube ; $red++ )
    [all...]
  /xsrc/external/mit/libXrender/dist/src/
Color.c 72 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/
filter.c 22 VGfloat red[4]; local
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/libX11/dist/src/xcms/
XRGB.c 98 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 &= MASK[bits_per_rgb]
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86cmap.h 55 unsigned short *red,
64 unsigned short *red,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86cmap.h 62 unsigned short *red,
73 unsigned short *red,
  /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;
  /xsrc/external/mit/libXft/dist/src/
xftcolor.c 41 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 13 milliseconds

1 2 3 4 5 6 7 8 91011>>