Searched refs:red (Results 176 - 200 of 273) sorted by relevance

1234567891011

/external/libvorbis/doc/
H A DVorbis_I_spec.tex81 \newcommand{\TODO}[1]{\textcolor{red}{*** #1 ***}}
/external/qemu/distrib/libpng-1.2.19/
H A Dpng.h512 /* Three color definitions. The order of the red, green, and blue, (and the
518 png_byte red; member in struct:png_color_struct
528 png_uint_16 red; /* for use in red green blue files */ member in struct:png_color_16_struct
538 png_byte red; /* for use in red green blue files */ member in struct:png_color_8_struct
553 png_uint_16 red; member in struct:png_sPLT_entry_struct
1557 /* Use blue, green, red order for pixels. */
1570 int error_action, double red, double green ));
1573 int error_action, png_fixed_point red, png_fixed_poin
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A Dxf86vmstr.h462 CARD32 red B32;
477 CARD32 red B32;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11wm.c130 c.red = want[i].r << 8;
150 got[i].r = cols[i].red >> 8;
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DGLUtils.cpp611 float color = 1.0 - ((((float) backgroundColor->red() / 255.0) +
616 glClearColor((float)backgroundColor->red() / 255.0,
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFELighting.cpp255 paintingData.colorVector = FloatPoint3D(m_lightingColor.red(), m_lightingColor.green(), m_lightingColor.blue());
422 floatArguments.colorRed = m_lightingColor.red();
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontMac.mm230 Color shadowFillColor(shadowColor.red(), shadowColor.green(), shadowColor.blue(), shadowColor.alpha() * fillColor.alpha() / 255);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.cpp539 bool WebFrame::getDocumentBackgroundColor(double* red, double* green, double* blue, double* alpha) argument
560 color.getRGBA(*red, *green, *blue, *alpha);
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view_gtk_unittest.cc154 pango_attr_foreground_new(color.red,
/external/icu4c/test/perf/perldriver/
H A DOutput.pm229 A:hover { color: red; font-weight: normal; text-decoration: none } /* user hovers */
/external/mesa3d/include/pixelflinger2/
H A Dpixelflinger2_interface.h176 void (* BlendColor)(GGLInterface_t * iface, GLclampf red, GLclampf green,
/external/proguard/src/proguard/gui/
H A DClassPathPanel.java408 // Make the font color red if this is an input file that can't be read.
412 jarNameLabel.setForeground(Color.red);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_glfuncs.h49 SDL_PROC_UNUSED(void,glColor4ub,(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha))
51 SDL_PROC_UNUSED(void,glColor4ui,(GLuint red, GLuint green, GLuint blue, GLuint alpha))
53 SDL_PROC_UNUSED(void,glColor4us,(GLushort red, GLushort green, GLushort blue, GLushort alpha))
55 SDL_PROC_UNUSED(void,glColorMask,(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha))
/external/webkit/Source/WebCore/rendering/
H A DRenderMediaControlsChromium.cpp156 gradient->addColorStop(1.0, Color(startColor.red() / 2, startColor.green() / 2, startColor.blue() / 2, startColor.alpha()));
/external/mesa3d/include/GLES2/
H A Dgl2.h481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
490 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
493 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
/external/skia/include/gpu/gl/
H A DGrGLInterface.h138 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLBlendColorProc)(GrGLclampf red, GrGLclampf green, GrGLclampf blue, GrGLclampf alpha);
144 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLClearColorProc)(GrGLclampf red, GrGLclampf green, GrGLclampf blue, GrGLclampf alpha);
146 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLColorMaskProc)(GrGLboolean red, GrGLboolean green, GrGLboolean blue, GrGLboolean alpha);
/external/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp18 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBlendColor(GrGLclampf red, GrGLclampf green, GrGLclampf blue, GrGLclampf alpha) {} argument
24 GrGLvoid GR_GL_FUNCTION_TYPE nullGLClearColor(GrGLclampf red, GrGLclampf green, GrGLclampf blue, GrGLclampf alpha) {} argument
26 GrGLvoid GR_GL_FUNCTION_TYPE nullGLColorMask(GrGLboolean red, GrGLboolean green, GrGLboolean blue, GrGLboolean alpha) {} argument
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
H A Dgl2.h481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
490 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
493 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.h81 void blendColor(GC3Dfloat red, GC3Dfloat green, GC3Dfloat blue, GC3Dfloat alpha);
95 void clearColor(GC3Dfloat red, GC3Dfloat green, GC3Dfloat blue, GC3Dfloat alpha);
98 void colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboolean alpha);
H A DWebGLRenderingContext.idl460 [StrictTypeChecking] void blendColor(in float red, in float green, in float blue, in float alpha);
473 [StrictTypeChecking] void clearColor(in float red, in float green, in float blue, in float alpha);
476 [StrictTypeChecking] void colorMask(in boolean red, in boolean green, in boolean blue, in boolean alpha);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h620 void blendColor(GC3Dclampf red, GC3Dclampf green, GC3Dclampf blue, GC3Dclampf alpha);
632 void clearColor(GC3Dclampf red, GC3Dclampf green, GC3Dclampf blue, GC3Dclampf alpha);
635 void colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboolean alpha);
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_util.cc838 average_color.red = (color_one.red + color_two.red) / 2;
/external/webp/src/dec/
H A Dvp8l.c36 // 3. red,
329 // The huffman data is stored in red and green bytes.
709 int red, green, blue, alpha; local
710 red = ReadSymbol(&htree_group->htrees_[RED], br);
715 *src = (alpha << 24) + (red << 16) + (green << 8) + blue;
/external/webp/src/dsp/
H A Dlossless.c587 // Add green to blue and red channels (i.e. perform the inverse transform of
640 const uint32_t red = argb >> 16; local
641 uint32_t new_red = red;
654 new_blue -= ColorTransformDelta(m->red_to_blue_, red);
733 ++histo[(predict >> 16) & 0xff]; // red.
/external/doclava/res/assets/templates/
H A Dmacros.cs111 <?cs # Show the red box with the deprecated warning ?><?cs

Completed in 1571 milliseconds

1234567891011