HomeSort by relevance Sort by last modified time
    Searched refs:blue (Results 51 - 75 of 1085) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/gm/
testimagefilters.cpp 62 SkImageFilter* blue = SkColorFilterImageFilter::Create(cf); local
63 SkAutoUnref aur4(blue);
65 return SkMergeImageFilter::Create(compose, blue);
79 SkImageFilter* blue = SkColorFilterImageFilter::Create(cf); local
80 SkAutoUnref aur4(blue);
82 return SkMergeImageFilter::Create(compose, blue);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PixelXorXfermodeTest.java 47 // black ^ green ^ cyan = blue
48 assertEquals(Color.BLUE, target.getPixel(width * 3 / 4, height * 3 / 4));
62 int blue = Color.blue(color); local
63 return Color.argb(alpha, red, green, blue);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEComponentTransferElement.cpp 80 ComponentTransferFunction blue; local
89 blue = toSVGFEFuncBElement(*element).transferFunction();
94 RefPtr<FilterEffect> effect = FEComponentTransfer::create(filter, red, green, blue, alpha);
SVGAnimatedColor.cpp 82 float animatedBlue = animatedColor.blue();
83 animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.blue(), toColor.blue(), toAtEndOfDurationColor.blue(), animatedBlue);
  /external/chromium_org/ui/webui/resources/css/apps/
common.css 6 button.blue-button {
71 button.blue-button {
78 button.blue-button:hover {
85 button.blue-button:active {
92 button.blue-button:focus {
99 button.blue-button:focus:hover {
106 button.blue-button:focus:active {
113 button.blue-button[disabled] {
  /external/clang/test/Sema/
attr-deprecated-message.c 18 typedef enum {red, green, blue} Color __attribute__((deprecated("Please avoid Color"))); // expected-note {{'Color' has been explicitly marked deprecated here}} enumerator in enum:__anon22883
  /frameworks/native/services/surfaceflinger/RenderEngine/
Description.h 66 void setColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
Description.cpp 72 void Description::setColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) {
75 mColor[2] = blue;
  /frameworks/support/v7/palette/src/android/support/v7/graphics/
ColorUtils.java 38 float b = (Color.blue(fg) * alpha1) + (Color.blue(bg) * alpha2 * (1f - alpha1));
55 double blue = Color.blue(color) / 255d;
56 blue = blue < 0.03928 ? blue / 12.92 : Math.pow((blue + 0.055) / 1.055, 2.4);
58 return (0.2126 * red) + (0.7152 * green) + (0.0722 * blue);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
imageformats.h 31 dst->blue = lum;
37 dst->L = gl::floatToNormalized<unsigned char>((src->red + src->green + src->blue) / 3.0f);
54 dst->blue = 0.0f;
62 dst->blue = 0;
90 dst->blue = 0.0f;
115 dst->blue = lum;
121 dst->L = gl::floatToNormalized<unsigned char>((src->red + src->green + src->blue) / 3.0f);
141 dst->blue = lum;
147 dst->L = gl::floatToNormalized<unsigned char>((src->red + src->green + src->blue) / 3.0f);
166 dst->blue = 0.0f
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-x.c 213 { 0, 0, 255}, /* 6: blue */
214 { 0, 0, 120}, /* 7: medium blue */
222 { 85, 125, 200}, /* 15: ice blue */
252 {0+8, 2,0, 1,15}, /* checkered: tan/black vs. white/ice blue */
255 {0+8, 4,5, 0,6}, /* checkered: gold/yellow vs. black/blue */
256 {0, 7,0, 8,9}, /* checkered: deep blue/black vs. magenta */
259 {1, 7,0, 8,0}, /* diamonds: deep blue/black vs. magenta */
261 {1, 10,0, 7,0}, /* diamonds: red vs. medium blue */
1197 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local
1274 ulg red, green, blue; local
1313 ush red, green, blue; local
1399 ulg red, green, blue; local
1475 ush red, green, blue; local
1619 ulg red, green, blue; local
1747 ush red, green, blue; local
1966 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local
    [all...]
rpng-x.c 706 ulg red, green, blue; local
715 blue = *src++;
719 (blue << BShift);
729 blue = (BShift < 0)? blue << (-BShift) : blue >> BShift;
730 pixel = (red & RMask) | (green & GMask) | (blue & BMask);
747 blue = b;
751 blue = bg_blue;
758 alpha_composite(blue, b, a, bg_blue)
780 ush red, green, blue; local
    [all...]
  /external/chromium_org/third_party/libpng/
pngrtran.c 501 int b = (palette[i].blue >> (8 - PNG_DITHER_BLUE_BITS));
816 png_ptr->background.red == png_ptr->background.blue)
834 = png_ptr->background.blue = png_ptr->background.gray;
839 = png_ptr->trans_values.blue = png_ptr->trans_values.gray;
846 = png_ptr->background.blue = png_ptr->background.gray;
851 = png_ptr->trans_values.blue = png_ptr->trans_values.gray;
858 = png_ptr->background.blue = png_ptr->background.gray;
863 = png_ptr->trans_values.blue = png_ptr->trans_values.gray;
871 = png_ptr->background.blue = png_ptr->background.gray;
881 png_ptr->background.blue
2361 png_byte blue = png_ptr->gamma_to_1[*(sp++)]; local
2381 png_byte blue = *(sp++); local
2403 png_uint_16 red, green, blue, w; local
2438 png_uint_16 red, green, blue, gray16; local
2466 png_byte blue = png_ptr->gamma_to_1[*(sp++)]; local
2483 png_byte blue = *(sp++); local
2501 png_uint_16 red, green, blue, w; local
2538 png_uint_16 red, green, blue, gray16; local
3994 png_byte blue = trans_value->blue & 0xff; local
4457 png_uint_32 blue = (png_uint_32)((s2 + s1 + 65536L) & 0xffffL); local
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngrtran.c 501 int b = (palette[i].blue >> (8 - PNG_DITHER_BLUE_BITS));
816 png_ptr->background.red == png_ptr->background.blue)
834 = png_ptr->background.blue = png_ptr->background.gray;
839 = png_ptr->trans_values.blue = png_ptr->trans_values.gray;
846 = png_ptr->background.blue = png_ptr->background.gray;
851 = png_ptr->trans_values.blue = png_ptr->trans_values.gray;
858 = png_ptr->background.blue = png_ptr->background.gray;
863 = png_ptr->trans_values.blue = png_ptr->trans_values.gray;
871 = png_ptr->background.blue = png_ptr->background.gray;
881 png_ptr->background.blue
2361 png_byte blue = png_ptr->gamma_to_1[*(sp++)]; local
2381 png_byte blue = *(sp++); local
2403 png_uint_16 red, green, blue, w; local
2438 png_uint_16 red, green, blue, gray16; local
2466 png_byte blue = png_ptr->gamma_to_1[*(sp++)]; local
2483 png_byte blue = *(sp++); local
2501 png_uint_16 red, green, blue, w; local
2538 png_uint_16 red, green, blue, gray16; local
3994 png_byte blue = trans_value->blue & 0xff; local
4457 png_uint_32 blue = (png_uint_32)((s2 + s1 + 65536L) & 0xffffL); local
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
NearPixelComparer.java 63 error += Math.abs(Color.blue(ideal) - Color.blue(given));
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ActivityTransitionDetails.java 72 int blue = (int)(Math.random() * 128); local
73 return 0xFF000000 | (red << 16) | (green << 8) | blue;
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
step.css 22 .step button.blue-button {
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls_draw_ball_as_rect.js 13 canvasContext.fillStyle = 'blue';
  /external/deqp/framework/common/
tcuPixelFormat.hpp 42 PixelFormat (int red, int green, int blue, int alpha)
45 , blueBits(blue)
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableRggbChannelVector.java 52 float blue = buffer.getFloat(); local
54 return new RggbChannelVector(red, gEven, gOdd, blue);
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorTest.java 249 final ParcelFileDescriptor blue = pipe[1]; local
251 write(blue, 1);
254 blue.close();
262 final ParcelFileDescriptor blue = pipe[1]; local
264 write(blue, 2);
265 blue.closeWithError("OMG MUFFINS");
322 final ParcelFileDescriptor blue = pair[1]; local
325 blue.closeWithError("BLUE RAWR");
328 // red noticed the blue error, but after that the comm pipe was dead s
344 final ParcelFileDescriptor blue = pair[1]; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Color.cpp 178 int dB = c1.blue() - c2.blue();
207 result.appendNumber(static_cast<unsigned char>(blue()));
228 appendByteAsHex(blue(), builder, Lowercase);
242 result.appendNumber(blue());
258 return String::format("#%02X%02X%02X%02X", red(), green(), blue(), alpha());
259 return String::format("#%02X%02X%02X", red(), green(), blue());
360 int b = (blue() * alpha() * (255 - source.alpha()) + 255 * source.alpha() * source.blue()) / d;
376 int b = blendComponent(blue(), alpha)
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 212 /* Find all blue zones. Flat segments give the reference points, */
224 AF_LatinBlue blue; local
234 FT_TRACE5(( "blue zones computation\n"
245 FT_TRACE5(( "blue zone %d:\n", bb ));
420 * we couldn't find a single glyph to compute this blue zone,
428 /* now determine the reference and overshoot position of the blue -- */
433 blue = &axis->blues[axis->blue_count];
434 blue_ref = &blue->ref.org;
435 blue_shoot = &blue->shoot.org;
475 blue->flags = 0
607 AF_LatinBlue blue = NULL; local
692 AF_LatinBlue blue = &axis->blues[nn]; local
1452 AF_LatinBlue blue = latin->blues + bb; local
1891 AF_Width blue; local
    [all...]
aflatin2.c 192 AF_LatinBlue blue; local
202 FT_TRACE5(( "blue zones computation\n"
213 FT_TRACE5(( "blue zone %d:\n", bb ));
352 * we couldn't find a single glyph to compute this blue zone,
360 /* now determine the reference and overshoot position of the blue -- */
365 blue = & axis->blues[axis->blue_count];
366 blue_ref = & blue->ref.org;
367 blue_shoot = & blue->shoot.org;
407 blue->flags = 0;
409 blue->flags |= AF_LATIN_BLUE_TOP
551 AF_LatinBlue blue = NULL; local
633 AF_LatinBlue blue = &axis->blues[nn]; local
1418 AF_LatinBlue blue = latin->blues + bb; local
1860 AF_Width blue; local
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 193 AF_LatinBlue blue; local
203 FT_TRACE5(( "blue zones computation\n"
214 FT_TRACE5(( "blue zone %d:\n", bb ));
353 * we couldn't find a single glyph to compute this blue zone,
361 /* now determine the reference and overshoot position of the blue -- */
366 blue = & axis->blues[axis->blue_count];
367 blue_ref = & blue->ref.org;
368 blue_shoot = & blue->shoot.org;
408 blue->flags = 0;
410 blue->flags |= AF_LATIN_BLUE_TOP
552 AF_LatinBlue blue = NULL; local
634 AF_LatinBlue blue = &axis->blues[nn]; local
1419 AF_LatinBlue blue = latin->blues + bb; local
1861 AF_Width blue; local
    [all...]

Completed in 475 milliseconds

1 23 4 5 6 7 8 91011>>