Searched refs:red (Results 201 - 225 of 545) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/sync_internals/
H A Dabout.css22 color: red;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state_fs.c79 static const float red[4] = { 1.0, 0.0, 0.0, 0.0 }; local
91 src = ureg_DECL_immediate(ureg, red, 4);
/external/deqp/modules/egl/
H A DteglSimpleConfigCase.cpp151 int red, green, blue, alpha; member in struct:deqp::egl::__anon19841::__anon19842
163 if (info.redSize == colorRules[ndx].red &&
/external/kernel-headers/original/uapi/linux/
H A Dfb.h251 struct fb_bitfield red; /* bitfield in fb mem if true color, */ member in struct:fb_var_screeninfo
283 __u16 *red; /* Red values */ member in struct:fb_cmap
H A Domap3isp.h515 * @red: Black level offset adjustment for Red in 2's complement format
521 __u8 red; member in struct:omap3isp_prev_blkadj
590 * @red: Array for red gamma table.
595 __u32 red[OMAP3ISP_PREV_GAMMA_TBL_SIZE]; member in struct:omap3isp_prev_gtables
/external/libpng/contrib/examples/
H A Dpngpixel.c101 palette[index].red, palette[index].green,
107 palette[index].red, palette[index].green,
/external/libpng/contrib/gregbook/
H A Dreadpng2.c270 * takes a pointer to a pointer, and it always returns valid red,
277 mainprog_ptr->bg_red = pBackground->red >> 8;
291 mainprog_ptr->bg_red = (uch)pBackground->red;
H A Drpng2-win.c208 {255, 0, 0}, /* 10: red */
209 { 64, 0, 0}, /* 11: dark red */
247 {0+8, 12,0, 10,11}, /* checkered: orange/black vs. red */
249 {1, 12,0, 11,0}, /* diamonds: orange vs. dark red */
250 {1, 10,0, 7,0}, /* diamonds: red vs. medium blue */
970 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local
1026 if (ii == 0) { red = v; green = t; blue = p; }
1027 else if (ii == 1) { red = q; green = v; blue = p; }
1028 else if (ii == 2) { red = p; green = v; blue = t; }
1029 else if (ii == 3) { red
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_fs.c79 static const float red[4] = { 1.0, 0.0, 0.0, 0.0 }; local
91 src = ureg_DECL_immediate(ureg, red, 4);
/external/pdfium/fpdfsdk/src/javascript/
H A Dcolor.cpp41 JS_STATIC_PROP_ENTRY(red)
181 JS_IMPLEMENT_COLORPROP(red, m_crRed)
/external/pixman/pixman/
H A Dpixman-gradient-walker.c126 * and the red/green/blue channels are scaled to be in [0, 1].
131 lr = (left_c->red * (1.0f/257.0f));
136 rr = (right_c->red * (1.0f/257.0f));
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_sysvideo.h156 int (*SetGamma)(_THIS, float red, float green, float blue);
159 int (*GetGamma)(_THIS, float *red, float *green, float *blue);
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzVideo.h188 int QZ_SetGamma (_THIS, float red, float green, float blue);
189 int QZ_GetGamma (_THIS, float *red, float *green, float *blue);
/external/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_delegate_x11.cc58 resampled->red[i] = RESAMPLE(gamma_ramp->red, base_index, remaining);
62 resampled->red[i] = gamma_ramp->red[gamma_ramp->size - 1];
635 color.red = (background_color_argb_ & 0x00FF0000) >> 8;
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java86 public void glClearColor(float red, float green, float blue, float alpha) { argument
87 ((GL10)mGL).glClearColor(red, green, blue, alpha);
91 public void glClearColorx(int red, int green, int blue, int alpha) { argument
92 ((GL10)mGL).glClearColorx(red, green, blue, alpha);
116 public void glColor4f(float red, float green, float blue, float alpha) { argument
117 ((GL10)mGL).glColor4f(red, green, blue, alpha);
121 public void glColor4x(int red, int green, int blue, int alpha) { argument
122 ((GL10)mGL).glColor4x(red, green, blue, alpha);
126 public void glColorMask(boolean red, boolean green, boolean blue, argument
128 ((GL10)mGL).glColorMask(red, gree
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h52 void (GLAPIENTRYP Color3b)(GLbyte red, GLbyte green, GLbyte blue); /* 9 */
54 void (GLAPIENTRYP Color3d)(GLdouble red, GLdouble green, GLdouble blue); /* 11 */
56 void (GLAPIENTRYP Color3f)(GLfloat red, GLfloat green, GLfloat blue); /* 13 */
58 void (GLAPIENTRYP Color3i)(GLint red, GLint green, GLint blue); /* 15 */
60 void (GLAPIENTRYP Color3s)(GLshort red, GLshort green, GLshort blue); /* 17 */
62 void (GLAPIENTRYP Color3ub)(GLubyte red, GLubyte green, GLubyte blue); /* 19 */
64 void (GLAPIENTRYP Color3ui)(GLuint red, GLuint green, GLuint blue); /* 21 */
66 void (GLAPIENTRYP Color3us)(GLushort red, GLushort green, GLushort blue); /* 23 */
68 void (GLAPIENTRYP Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha); /* 25 */
70 void (GLAPIENTRYP Color4d)(GLdouble red, GLdoubl
[all...]
/external/libpng/contrib/libtests/
H A Dmakepng.c37 * black, green, white, red.
40 * transparent, red, green, blue.
45 * 1-bit: entry 0 is transparent-red, entry 1 is opaque-white
47 * entry 1: 40%-red
159 set_color(png_colorp color, png_bytep trans, unsigned int red, argument
163 color->red = gamma_table[red];
174 * 1-bit: entry 0 is transparent-red, entry 1 is opaque-white
176 * entry 1: 40%-red
234 /* color: green, red,blu
478 const png_uint_32 red = colors[1]; local
497 const png_uint_32 red = colors[1]; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_triangle.c83 span.red = ChanToFixed(v2->color[0]); \
307 dest[RCOMP] = span->red * (sample[RCOMP] + 1u) >> (FIXED_SHIFT + 8); \
313 dest[RCOMP] = ((CHAN_MAX - sample[ACOMP]) * span->red + \
325 dest[RCOMP] = ((CHAN_MAX - sample[RCOMP]) * span->red \
337 GLint rSum = FixedToInt(span->red) + (GLint) sample[RCOMP]; \
369 span->red += span->redStep; \
399 span->red += span->redStep; \
628 span->red += span->redStep; \
664 span->red += span->redStep; \
/external/mesa3d/src/mesa/swrast/
H A Ds_triangle.c83 span.red = ChanToFixed(v2->color[0]); \
307 dest[RCOMP] = span->red * (sample[RCOMP] + 1u) >> (FIXED_SHIFT + 8); \
313 dest[RCOMP] = ((CHAN_MAX - sample[ACOMP]) * span->red + \
325 dest[RCOMP] = ((CHAN_MAX - sample[RCOMP]) * span->red \
337 GLint rSum = FixedToInt(span->red) + (GLint) sample[RCOMP]; \
369 span->red += span->redStep; \
399 span->red += span->redStep; \
628 span->red += span->redStep; \
664 span->red += span->redStep; \
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h38 (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha),
39 (red, green, blue, alpha))
66 (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha),
67 (red, green, blue, alpha))
72 (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha),
73 (red, green, blue, alpha))
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLNoOpInterface.h16 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLBlendColor(GrGLclampf red,
35 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLClearColor(GrGLclampf red,
42 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLColorMask(GrGLboolean red,
/external/deqp/framework/common/
H A DtcuFuzzyImageCompare.cpp331 float red = err * 500.0f; local
334 errorMask.setPixel(Vec4(red*rF, (1.0f-red)*rF, 0.0f, 1.0f), x, y);
/external/deqp/modules/gles3/functional/
H A Des3fFboDepthbufferTests.cpp169 const tcu::Vec4 red (1.0, 0.0, 0.0, 1.0);
209 depthGradShader.setUniforms(*getCurrentContext(), depthGradShaderID, 1.0f, 1.0f, red); local
214 depthGradShader.setUniforms(*getCurrentContext(), depthGradShaderID, 0.0f, 0.0f, red); local
/external/libvterm/src/
H A Dpen.c8 { 224, 0, 0 }, // red
18 { 255, 64, 64 }, // red
55 col->red = ramp6[index/6/6 % 6];
61 col->red = ramp24[index];
74 col->red = CSI_ARG(args[0]);
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h424 extern DECLSPEC int SDLCALL SDL_SetGamma(float red, float green, float blue);
427 * Set the gamma translation table for the red, green, and blue channels
438 extern DECLSPEC int SDLCALL SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue);
449 extern DECLSPEC int SDLCALL SDL_GetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue);

Completed in 672 milliseconds

1234567891011>>