Searched refs:blue (Results 101 - 125 of 527) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_pixelformat.c48 unsigned char blue; member in struct:stw_pf_color_info::__anon16909
54 unsigned char blue; member in struct:stw_pf_color_info::__anon16910
141 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 2) == color->bits.blue);
168 pfi->pfd.cColorBits = color->bits.red + color->bits.green + color->bits.blue + color->bits.alpha;
173 pfi->pfd.cBlueBits = color->bits.blue;
174 pfi->pfd.cBlueShift = color->shift.blue;
/external/skia/gm/
H A Dcolorfilterimagefilter.cpp148 sk_sp<SkImageFilter> blue(make_mode_blue(nullptr));
149 sk_sp<SkImageFilter> brightness(make_brightness(1.0f, std::move(blue)));
156 sk_sp<SkImageFilter> blue(make_mode_blue(std::move(brightness)));
157 paint.setImageFilter(std::move(blue));
169 sk_sp<SkImageFilter> blue(make_mode_blue(nullptr));
170 paint.setImageFilter(std::move(blue));
/external/skqp/gm/
H A Dcolorfilterimagefilter.cpp148 sk_sp<SkImageFilter> blue(make_mode_blue(nullptr));
149 sk_sp<SkImageFilter> brightness(make_brightness(1.0f, std::move(blue)));
156 sk_sp<SkImageFilter> blue(make_mode_blue(std::move(brightness)));
157 paint.setImageFilter(std::move(blue));
169 sk_sp<SkImageFilter> blue(make_mode_blue(nullptr));
170 paint.setImageFilter(std::move(blue));
/external/webp/src/enc/
H A Dpicture_tools_enc.c201 const int blue = (background_rgb >> 0) & 0xff; local
206 const int Y0 = VP8RGBToY(red, green, blue, YUV_HALF);
208 const int U0 = VP8RGBToU(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF);
209 const int V0 = VP8RGBToV(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF);
247 const uint32_t background = MakeARGB32(red, green, blue);
258 b = BLEND(blue, b, alpha);
/external/ImageMagick/MagickCore/
H A Dxwdfile.h_vms82 CARD32 blue_mask B32; /* Z blue mask */
104 CARD16 blue B16;
H A Dcolor.c93 blue;
115 { "blue", 0, 0, 255, 1, SVGCompliance | X11Compliance | XPMCompliance },
898 color_info->color.blue=(double) ScaleCharToQuantum(p->blue);
1161 color=pixel->blue;
1493 if (fabs(SVGCompliant(pixel->blue)-pixel->blue) >= MagickEpsilon)
1528 color=pixel->blue;
1915 % blue intensities just use a color name such as white, blue, o
90 blue; member in struct:_ColorMapInfo
2474 blue, local
2497 &green,&blue); local
2502 &green,&blue); local
2507 &green,&blue); local
2511 &green,&blue); local
[all...]
H A Dpixel.c481 % character data in red-green-blue order:
500 % It can be any combination or order of R = red, G = green, B = blue,
2181 pixel->blue=0.0;
2209 % green, and blue components of a pixel based on the selected method:
2238 blue,
2251 blue=pixel->blue;
2256 intensity=(red+green+blue)/3.0;
2261 intensity=MagickMax(MagickMax(red,green),blue);
2266 intensity=(MagickMin(MagickMin(red,green),blue)
2227 blue, local
2361 blue, local
[all...]
/external/ImageMagick/www/source/
H A Dcontrast.c86 pixel.blue=SigmoidalContrast(pixel.blue);
/external/ImageMagick/www/source/core/
H A Dsigmoidal-contrast.c31 pixels[x].blue=RoundToQuantum(SigmoidalContrast(pixels[x].blue));
/external/ImageMagick/www/source/wand/
H A Dsigmoidal-contrast.c32 pixel.blue=SigmoidalContrast(pixel.blue);
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawIndirectTest.cpp133 m_data.push_back(VertexElementData(tcu::Vec4(-1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), -1));
138 m_data.push_back(VertexElementData(tcu::Vec4( 1.0f, -1.0f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), -1));
139 m_data.push_back(VertexElementData(tcu::Vec4(-1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), -1));
144 m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, -0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++));
145 m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, 0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++));
146 m_data.push_back(VertexElementData(tcu::Vec4( 0.3f, -0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++));
147 m_data.push_back(VertexElementData(tcu::Vec4( 0.3f, -0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++));
148 m_data.push_back(VertexElementData(tcu::Vec4( 0.3f, 0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++));
149 m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, 0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++));
152 m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, 0.0f, 1.0f, 1.0f), tcu::RGBA::blue()
[all...]
/external/libnl/doc/stylesheets/
H A Dxhtml11-quirks.css43 div#toc a:visited { color: blue; }
/external/scapy/scapy/
H A Dthemes.py21 "blue": ("\033[34m", "#ansiblue"),
115 style_prompt = Color.blue+Color.bold
117 style_id = Color.blue+Color.bold
120 style_field_name = Color.blue
122 style_emph_field_name = Color.blue+Color.uline+Color.bold
125 style_packetlist_proto = Color.blue
128 style_success = Color.blue+Color.bold
134 style_left = Color.blue+Color.invert
151 style_success = Color.blue+Color.bold
217 style_prompt = r"\textcolor{blue}{
[all...]
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
H A DSurfaceTextureHelperTest.java139 final int blue[] = new int[] {161, 117, 158};
144 GLES20.glClearColor(red[i] / 255.0f, green[i] / 255.0f, blue[i] / 255.0f, 1.0f);
166 assertEquals(rgbaData.get() & 0xFF, blue[i]);
206 final int blue = 161;
209 GLES20.glClearColor(red / 255.0f, green / 255.0f, blue / 255.0f, 1.0f);
236 assertEquals(rgbaData.get() & 0xFF, blue);
386 final int blue[] = new int[] {161, 117, 158};
396 GLES20.glClearColor(red[i] / 255.0f, green[i] / 255.0f, blue[i] / 255.0f, 1.0f);
/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp382 const tcu::Vec4 blue (0.0f, 0.0f, 1.0f, 1.0f);
387 if (p == blue) return "(blue)";
1505 const tcu::Vec4 blue (0.0f, 0.0f, 1.0f, 1.0f);
1560 {tcu::Vec4(-0.2f, -0.3f, 0.0f, 1.0f), red, tcu::Vec4( 0.2f, -0.3f, 0.0f, 1.0f), yellow, tcu::Vec4( 0.0f, -large, 2.0f, 1.0f), blue},
1563 {tcu::Vec4( 0.6f, 1.2f, 0.0f, 1.0f), red, tcu::Vec4( 1.2f, 0.6f, 0.0f, 1.0f), yellow, tcu::Vec4( 0.6f, 0.6f, 0.0f, 1.0f), blue},
1566 {tcu::Vec4( 0.6f, -1.2f, 0.0f, 1.0f), red, tcu::Vec4( 1.2f, -0.6f, 0.0f, 1.0f), yellow, 16.0f*tcu::Vec4( 0.6f, -0.6f, 0.0f, 1.0f), blue},
1569 {tcu::Vec4(-0.9f, large/4, large, 1.0f), red, tcu::Vec4(-0.5f, -large/4, -large, 1.0f), yellow, tcu::Vec4(-0.2f, large/4, large, 1.0f), blue},
1597 {tcu::Vec4(-0.2f, -0.3f, 0.0f, 1.0f), red, tcu::Vec4( 0.2f, -0.3f, 0.0f, 1.0f), yellow, tcu::Vec4( 0.0f, -offset, 2.0f, 1.0f), blue},
1600 {tcu::Vec4( 0.6f, 1.2f, 0.0f, 1.0f), red, tcu::Vec4( 1.2f, 0.6f, 0.0f, 1.0f), yellow, tcu::Vec4( 0.6f, 0.6f, 0.0f, 1.0f), blue},
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp385 const tcu::Vec4 blue (0.0f, 0.0f, 1.0f, 1.0f);
390 if (p == blue) return "(blue)";
1509 const tcu::Vec4 blue (0.0f, 0.0f, 1.0f, 1.0f);
1564 {tcu::Vec4(-0.2f, -0.3f, 0.0f, 1.0f), red, tcu::Vec4( 0.2f, -0.3f, 0.0f, 1.0f), yellow, tcu::Vec4( 0.0f, -large, 2.0f, 1.0f), blue},
1567 {tcu::Vec4( 0.6f, 1.2f, 0.0f, 1.0f), red, tcu::Vec4( 1.2f, 0.6f, 0.0f, 1.0f), yellow, tcu::Vec4( 0.6f, 0.6f, 0.0f, 1.0f), blue},
1570 {tcu::Vec4( 0.6f, -1.2f, 0.0f, 1.0f), red, tcu::Vec4( 1.2f, -0.6f, 0.0f, 1.0f), yellow, 16.0f*tcu::Vec4( 0.6f, -0.6f, 0.0f, 1.0f), blue},
1573 {tcu::Vec4(-0.9f, large/4, large, 1.0f), red, tcu::Vec4(-0.5f, -large/4, -large, 1.0f), yellow, tcu::Vec4(-0.2f, large/4, large, 1.0f), blue},
1601 {tcu::Vec4(-0.2f, -0.3f, 0.0f, 1.0f), red, tcu::Vec4( 0.2f, -0.3f, 0.0f, 1.0f), yellow, tcu::Vec4( 0.0f, -offset, 2.0f, 1.0f), blue},
1604 {tcu::Vec4( 0.6f, 1.2f, 0.0f, 1.0f), red, tcu::Vec4( 1.2f, 0.6f, 0.0f, 1.0f), yellow, tcu::Vec4( 0.6f, 0.6f, 0.0f, 1.0f), blue},
[all...]
/external/mesa3d/src/mesa/main/
H A Dapi_loopback.c93 _mesa_Color3b( GLbyte red, GLbyte green, GLbyte blue )
97 BYTE_TO_FLOAT(blue),
102 _mesa_Color3d( GLdouble red, GLdouble green, GLdouble blue )
104 COLORF( (GLfloat) red, (GLfloat) green, (GLfloat) blue, 1.0 );
108 _mesa_Color3i( GLint red, GLint green, GLint blue )
111 INT_TO_FLOAT(blue), 1.0);
115 _mesa_Color3s( GLshort red, GLshort green, GLshort blue )
118 SHORT_TO_FLOAT(blue), 1.0);
122 _mesa_Color3ui( GLuint red, GLuint green, GLuint blue )
125 UINT_TO_FLOAT(blue), 1.
193 _mesa_Color4b( GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha ) argument
201 _mesa_Color4d( GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha ) argument
208 _mesa_Color4i( GLint red, GLint green, GLint blue, GLint alpha ) argument
215 _mesa_Color4s( GLshort red, GLshort green, GLshort blue, GLshort alpha ) argument
223 _mesa_Color4ui( GLuint red, GLuint green, GLuint blue, GLuint alpha ) argument
230 _mesa_Color4us( GLushort red, GLushort green, GLushort blue, GLushort alpha ) argument
237 _mesa_Color4ub( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha ) argument
[all...]
/external/opencv/cv/src/
H A Dcvpyrsegmentation.cpp44 { float blue; member in struct:_CvRGBf
129 (float)fabs((a).blue - (b).blue))*/
139 float tb = (float)fabs(a.blue - b.blue);
148 float tb = (float)fabs(a.blue - b.blue);
757 p_cur[j].c.blue = p_cur[j].c.green = p_cur[j].c.red = 0;
768 p_cur[j].c.blue = p_cur[j].c.green = p_cur[j].c.red = 0;
778 stub.c.blue
[all...]
/external/ImageMagick/coders/
H A Dhistogram.c156 % a green one for the green channel, and a blue one for the blue channel. The
270 histogram[ScaleQuantumToChar(GetPixelBlue(image,p))].blue++;
284 (maximum < histogram[x].blue))
285 maximum=histogram[x].blue;
323 y=(ssize_t) ceil(histogram_image->rows-scale*histogram[x].blue-0.5);
H A Duyvy.c351 pixel.blue=(pixel.blue+GetPixelBlue(uyvy_image,p))/2;
354 (void) WriteBlobByte(image,ScaleQuantumToChar((Quantum) pixel.blue));
360 pixel.blue=(double) GetPixelBlue(uyvy_image,p);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DTestDotTreeGenerator.cs63 + @" bgcolor=""lightgrey""; node [shape=box, fixedsize=false, fontsize=12, fontname=""Helvetica-bold"", fontcolor=""blue""" + newline
/external/clang/test/Sema/
H A Dbuiltin-classify-type.c20 enum { red, green, blue } enum_obj; enumerator in enum:__anon3169
/external/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp28 enum { red, green, blue} enum_obj; enumerator in enum:__anon3358
/external/clang/test/SemaTemplate/
H A Dinstantiate-c99.cpp31 unsigned char red, green, blue; member in struct:Color
/external/fio/
H A Dgraph.h62 double red, double green, double blue);

Completed in 995 milliseconds

1234567891011>>