Searched refs:blue (Results 126 - 150 of 473) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/gm/
H A Dtexdata.cpp48 static const SkPMColor blue = SkPackARGB32(0x80, 0x00, 0x00, 0x80); local
124 ((x + y) % 2) ? (i ? green : red) : blue;
/external/libvterm/src/
H A Dvterm_internal.h32 return a.red == b.red && a.green == b.green && a.blue == b.blue;
/external/mesa3d/docs/OLD/
H A DMESA_packed_depth_stencil.spec177 RGB red green blue
178 RGBA red green blue alpha
179 BGRA blue green red alpha
180 ABGR_EXT alpha blue green red
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemvideo.h64 Uint32 red, green, blue, alpha; /* Screen components */ member in struct:SDL_PrivateVideoData
112 #define VDI_bluemask (this->hidden->blue)
/external/skia/gm/
H A Dtexdata.cpp48 static const SkPMColor blue = SkPackARGB32(0x80, 0x00, 0x00, 0x80); local
124 ((x + y) % 2) ? (i ? green : red) : blue;
/external/chromium_org/ppapi/proxy/
H A Dcompositor_layer_resource.h53 float blue,
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A Drenderer9_utils.h36 DWORD ConvertColorMask(bool red, bool green, bool blue, bool alpha);
/external/chromium_org/third_party/skia/tools/
H A Dskpmaker.cpp20 DEFINE_int32(blue, 128, "Value of blue color channel in image, 0-255.");
54 SkDebugf("--blue must be within range [0,255]\n");
/external/deqp/modules/gles2/functional/
H A Des2fReadPixelsTests.cpp219 const float blue = rnd.getFloat(); local
222 m_testCtx.getLog() << tcu::TestLog::Message << "Clear color: (" << red << ", " << green << ", " << blue << ", " << alpha << ")" << tcu::TestLog::EndMessage;
225 GLU_CHECK_CALL(glClearColor(red, green, blue, alpha));
231 reference.getLevel(0).setPixel(tcu::Vec4(red, green, blue, alpha), x, y);
/external/javassist/sample/rmi/
H A DCountApplet.java70 g.setColor(Color.blue);
/external/replicaisland/tools/
H A DExtractPoints.js198 black.rgb.blue = 0;
203 redColor.rgb.blue = 0;
208 greenColor.rgb.blue = 0;
213 blueColor.rgb.blue = 255;
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dangletypes.h33 T blue; member in struct:gl::Color
36 Color() : red(0), green(0), blue(0), alpha(0) { }
37 Color(T r, T g, T b, T a) : red(r), green(g), blue(b), alpha(a) { }
/external/chromium_org/third_party/libjpeg_turbo/
H A Dwrrle.c176 rle_pixel **rle_row, *red, *green, *blue; local
243 blue = rle_row[2];
247 *blue++ = GETJSAMPLE(*output_row++);
/external/jpeg/
H A Dwrrle.c176 rle_pixel **rle_row, *red, *green, *blue; local
243 blue = rle_row[2];
247 *blue++ = GETJSAMPLE(*output_row++);
/external/qemu/distrib/jpeg-6b/
H A Dwrrle.c176 rle_pixel **rle_row, *red, *green, *blue; local
243 blue = rle_row[2];
247 *blue++ = GETJSAMPLE(*output_row++);
/external/libpng/
H A Dpngread.c373 png_uint_32 blue = (s2 + s1 + 65536) & 0xffff; local
376 *(rp + 4) = (png_byte)((blue >> 8) & 0xff);
377 *(rp + 5) = (png_byte)(blue & 0xff);
1885 png_uint_32 ip, png_uint_32 red, png_uint_32 green, png_uint_32 blue,
1892 (red != green || green != blue);
1917 blue = png_gamma_16bit_correct(blue*257, g);
1929 blue = PNG_sRGB_FROM_LINEAR(blue * 255);
1941 blue *
1884 png_create_colormap_entry(png_image_read_control *display, png_uint_32 ip, png_uint_32 red, png_uint_32 green, png_uint_32 blue, png_uint_32 alpha, int encoding) argument
[all...]
/external/chromium_org/third_party/libpng/
H A Dpngwtran.c241 shift_start[channels] = row_info->bit_depth - bit_depth->blue;
242 shift_dec[channels] = bit_depth->blue;
572 png_uint_32 blue = (png_uint_32)((s2 - s1) & 0xffffL);
575 *(rp+4) = (png_byte)((blue >> 8) & 0xff);
576 *(rp+5) = (png_byte)(blue & 0xff);
/external/qemu/distrib/libpng-1.2.46/
H A Dpngwtran.c241 shift_start[channels] = row_info->bit_depth - bit_depth->blue;
242 shift_dec[channels] = bit_depth->blue;
572 png_uint_32 blue = (png_uint_32)((s2 - s1) & 0xffffL);
575 *(rp+4) = (png_byte)((blue >> 8) & 0xff);
576 *(rp+5) = (png_byte)(blue & 0xff);
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libpng.cpp503 sig_bit->blue, sig_bit->alpha);
508 pos_le(sig_bit->blue, SK_B16_BITS)) {
540 transpColor->blue >> 8);
548 0xFF & (transpColor->blue));
697 *colorPtr++ = proc(*trans++, palette->red, palette->green, palette->blue);
703 *colorPtr++ = SkPackARGB32(0xFF, palette->red, palette->green, palette->blue);
1085 palette[i].blue = SkUnPreMultiply::ApplyScale(s, SkGetPackedB32(c));
1096 palette[i].blue = SkGetPackedB32(c);
1128 sig_bit.blue = 8;
1134 sig_bit.blue
[all...]
/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp503 sig_bit->blue, sig_bit->alpha);
508 pos_le(sig_bit->blue, SK_B16_BITS)) {
540 transpColor->blue >> 8);
548 0xFF & (transpColor->blue));
697 *colorPtr++ = proc(*trans++, palette->red, palette->green, palette->blue);
703 *colorPtr++ = SkPackARGB32(0xFF, palette->red, palette->green, palette->blue);
1085 palette[i].blue = SkUnPreMultiply::ApplyScale(s, SkGetPackedB32(c));
1096 palette[i].blue = SkGetPackedB32(c);
1128 sig_bit.blue = 8;
1134 sig_bit.blue
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect.h77 extern _X_HIDDEN void __indirect_glColor3b(GLbyte red, GLbyte green, GLbyte blue);
79 extern _X_HIDDEN void __indirect_glColor3d(GLdouble red, GLdouble green, GLdouble blue);
81 extern _X_HIDDEN void __indirect_glColor3f(GLfloat red, GLfloat green, GLfloat blue);
83 extern _X_HIDDEN void __indirect_glColor3i(GLint red, GLint green, GLint blue);
85 extern _X_HIDDEN void __indirect_glColor3s(GLshort red, GLshort green, GLshort blue);
87 extern _X_HIDDEN void __indirect_glColor3ub(GLubyte red, GLubyte green, GLubyte blue);
89 extern _X_HIDDEN void __indirect_glColor3ui(GLuint red, GLuint green, GLuint blue);
91 extern _X_HIDDEN void __indirect_glColor3us(GLushort red, GLushort green, GLushort blue);
93 extern _X_HIDDEN void __indirect_glColor4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha);
95 extern _X_HIDDEN void __indirect_glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdoubl
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dblend.c532 * \param blue blue color component.
542 _mesa_BlendColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) argument
550 tmp[2] = blue;
690 * \param blue whether to mask writing of the blue color component.
701 GLboolean blue, GLboolean alpha )
711 red, green, blue, alpha);
718 tmp[BCOMP] = blue ? 0xff : 0x0;
733 ctx->Driver.ColorMask( ctx, red, green, blue, alph
700 _mesa_ColorMask( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha ) argument
741 _mesa_ColorMaskIndexed( GLuint buf, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha ) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dblend.c532 * \param blue blue color component.
542 _mesa_BlendColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) argument
550 tmp[2] = blue;
690 * \param blue whether to mask writing of the blue color component.
701 GLboolean blue, GLboolean alpha )
711 red, green, blue, alpha);
718 tmp[BCOMP] = blue ? 0xff : 0x0;
733 ctx->Driver.ColorMask( ctx, red, green, blue, alph
700 _mesa_ColorMask( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha ) argument
741 _mesa_ColorMaskIndexed( GLuint buf, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha ) argument
[all...]
/external/chromium_org/cc/output/
H A Drenderer_pixeltest.cc749 SolidColorDrawQuad* blue = local
751 blue->SetNew(shared_state, blue_rect, blue_rect, SK_ColorBLUE, false);
840 SolidColorDrawQuad* blue = local
842 blue->SetNew(shared_state, blue_rect, blue_rect, SK_ColorBLUE, false);
909 SolidColorDrawQuad* blue = local
911 blue->SetNew(shared_state, blue_rect, blue_rect, SK_ColorBLUE, false);
979 SolidColorDrawQuad* blue = local
981 blue->SetNew(shared_state, blue_rect, blue_rect, SK_ColorBLUE, false);
1073 SolidColorDrawQuad* blue = local
1075 blue
1122 SolidColorDrawQuad* blue = local
1444 SolidColorDrawQuad* blue = local
1506 SolidColorDrawQuad* blue = local
1536 SolidColorDrawQuad* blue = local
1576 SolidColorDrawQuad* blue = local
1624 SolidColorDrawQuad* blue = local
1704 SolidColorDrawQuad* blue = local
[all...]
/external/chromium_org/ui/login/
H A Doobe.css57 button.button-blue {
74 button.button-blue:hover {
82 button.button-blue:active {

Completed in 5325 milliseconds

1234567891011>>