Searched defs:blue (Results 1 - 25 of 140) sorted by relevance

123456

/external/opencv3/3rdparty/openexr/IlmImf/
H A DImfChromaticities.h61 Imath::V2f blue; member in struct:Imf::Chromaticities
71 const Imath::V2f &blue = Imath::V2f (0.1500f, 0.0600f),
H A DImfChromaticities.cpp50 const Imath::V2f &blue,
55 blue (blue),
84 float d = chroma.red.x * (chroma.blue.y - chroma.green.y) +
85 chroma.blue.x * (chroma.green.y - chroma.red.y) +
86 chroma.green.x * (chroma.red.y - chroma.blue.y);
88 float Sr = (X * (chroma.blue.y - chroma.green.y) -
89 chroma.green.x * (Y * (chroma.blue.y - 1) +
90 chroma.blue.y * (X + Z)) +
91 chroma.blue
48 Chromaticities(const Imath::V2f &red, const Imath::V2f &green, const Imath::V2f &blue, const Imath::V2f &white) argument
[all...]
/external/clang/test/CodeGenCXX/
H A D2007-04-10-PackedUnion.cpp10 float blue; member in struct:ABCS
H A Dscoped-enums.cpp4 enum class Color { red, blue, green }; member in class:Color
/external/clang/test/Sema/
H A Dattr-deprecated-message.c18 typedef enum {red, green, blue} Color __attribute__((deprecated("Please avoid Color"))); // expected-note {{'Color' has been explicitly marked deprecated here}} enumerator in enum:__anon2555
/external/mesa3d/src/mesa/main/
H A Daccum.h50 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
66 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) argument
H A Dclear.c65 * \param blue blue color component.
75 _mesa_ClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) argument
83 tmp[2] = blue;
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowColor.java11 public static int rgb(int red, int green, int blue) { argument
12 return argb(0xff, red, green, blue);
16 public static int argb(int alpha, int red, int green, int blue) { argument
17 return (alpha << 24) | (red << 16) | (green << 8) | blue;
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
H A DVDUDisplay.java38 public void setColor(int index, int red, int green, int blue); argument
/external/skia/gm/
H A Dtexdata.cpp32 static const SkPMColor blue = SkPackARGB32(0x80, 0x00, 0x00, 0x80); local
107 ((x + y) % 2) ? (i ? green : red) : blue;
H A Dtileimagefilter.cpp53 SkPaint blue; variable
54 blue.setColor(SK_ColorBLUE);
55 blue.setStyle(SkPaint::kStroke_Style);
77 canvas->drawRect(dstRect, blue);
108 canvas->drawRect(dstRect, blue);
/external/skia/samplecode/
H A DSampleLighting.cpp16 static const SkLightingShader::Lights* create_lights(SkScalar angle, SkScalar blue) { argument
24 builder.add(SkLight(SkColor3f::Make(1.0f, 1.0f, blue), dir));
/external/skia/src/codec/
H A DSkMasks.h28 uint32_t blue; member in struct:SkMasks::InputMasks
77 SkMasks(const MaskInfo& red, const MaskInfo& green, const MaskInfo& blue,
H A DSkMasks.cpp134 masks.blue &= (1 << bitsPerPixel) - 1;
139 if (((masks.red & masks.green) | (masks.red & masks.blue) |
140 (masks.red & masks.alpha) | (masks.green & masks.blue) |
141 (masks.green & masks.alpha) | (masks.blue & masks.alpha)) != 0) {
148 const MaskInfo blue = process_mask(masks.blue, bitsPerPixel); local
151 return new SkMasks(red, green, blue, alpha);
156 const MaskInfo& blue, const MaskInfo& alpha)
159 , fBlue(blue)
155 SkMasks(const MaskInfo& red, const MaskInfo& green, const MaskInfo& blue, const MaskInfo& alpha) argument
/external/clang/test/SemaTemplate/
H A Dinstantiate-c99.cpp31 unsigned char red, green, blue; member in struct:Color
H A Dinstantiate-non-dependent-types.cpp41 enum Colors {red, green, blue}; enumerator in enum:Colors
/external/deqp/framework/common/
H A DtcuPixelFormat.hpp42 PixelFormat (int red, int green, int blue, int alpha) argument
45 , blueBits(blue)
/external/libcxx/test/std/utilities/function.objects/unord.hash/
H A Denum.pass.cpp22 enum class Colors { red, orange, yellow, green, blue, indigo, violet }; member in class:Colors
24 enum class LongColors : short { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::LongColors
25 enum class ShortColors : long { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::ShortColors
26 enum class EightBitColors : uint8_t { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::EightBitColors
/external/libdrm/tests/util/
H A Dformat.h37 struct util_color_component blue; member in struct:util_rgb_info
/external/libjpeg-turbo/
H A Dwrrle.c178 rle_pixel **rle_row, *red, *green, *blue; local
244 blue = rle_row[2];
248 *blue++ = GETJSAMPLE(*output_row++);
/external/libpng/contrib/gregbook/
H A Dreadppm.c133 int readpng_get_bgcolor(uch *red, uch *green, uch *blue) argument
H A Dreadpng.c156 int readpng_get_bgcolor(uch *red, uch *green, uch *blue) argument
175 * and blue values, regardless of color_type: */
186 *blue = pBackground->blue >> 8;
189 *red = *green = *blue = pBackground->gray? 255 : 0;
191 *red = *green = *blue = (255/3) * pBackground->gray;
193 *red = *green = *blue = (255/15) * pBackground->gray;
197 *blue = (uch)pBackground->blue;
/external/skia/bench/
H A DTileBench.cpp20 float blue = 255.0f; local
24 *bm->getAddr32(0, y) = SkColorSetRGB(0, 0, (U8CPU) blue);
25 blue -= deltaB;
/external/autotest/client/deps/glbench/src/
H A Dwindowmanagertest.cc126 float blue[4] = {0.5f, 0.5f, 1.0f, 1.0f}; local
148 glUniform4fv(display_color, 1, blue);
/external/freetype/src/sfnt/
H A Dpngshim.c75 unsigned int blue = base[2]; local
82 blue = multiply_alpha( alpha, blue );
85 base[0] = (unsigned char)blue;
110 unsigned int blue = base[2]; local
113 base[0] = (unsigned char)blue;

Completed in 755 milliseconds

123456