/external/clang/test/Sema/ |
attr-deprecated-message.c | 18 typedef enum {red, green, blue} Color __attribute__((deprecated("Please avoid Color"))); // expected-note {{'Color' declared here}} enumerator in enum:__anon16857
|
/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;
|
/external/libpng/contrib/gregbook/ |
rpng2-x.c | 212 { 0, 0, 255}, /* 6: blue */ 213 { 0, 0, 120}, /* 7: medium blue */ 221 { 85, 125, 200}, /* 15: ice blue */ 251 {0+8, 2,0, 1,15}, /* checkered: tan/black vs. white/ice blue */ 254 {0+8, 4,5, 0,6}, /* checkered: gold/yellow vs. black/blue */ 255 {0, 7,0, 8,9}, /* checkered: deep blue/black vs. magenta */ 258 {1, 7,0, 8,0}, /* diamonds: deep blue/black vs. magenta */ 260 {1, 10,0, 7,0}, /* diamonds: red vs. medium blue */ 1217 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local 1294 ulg red, green, blue; local 1333 ush red, green, blue; local 1419 ulg red, green, blue; local 1495 ush red, green, blue; local 1639 ulg red, green, blue; local 1767 ush red, green, blue; local 1986 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/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.19/ |
pngrtran.c | 477 int b = (palette[i].blue >> (8 - PNG_DITHER_BLUE_BITS)); 758 png_ptr->background.red == png_ptr->background.blue) 776 = png_ptr->background.blue = png_ptr->background.gray; 781 = png_ptr->trans_values.blue = png_ptr->trans_values.gray; 787 = png_ptr->background.blue = png_ptr->background.gray; 792 = png_ptr->trans_values.blue = png_ptr->trans_values.gray; 798 = png_ptr->background.blue = png_ptr->background.gray; 803 = png_ptr->trans_values.blue = png_ptr->trans_values.gray; 809 = png_ptr->background.blue = png_ptr->background.gray; 819 png_ptr->background.blue 2256 png_byte blue = png_ptr->gamma_to_1[*(sp++)]; local 2276 png_byte blue = *(sp++); local 2298 png_uint_16 red, green, blue, w; local 2332 png_uint_16 red, green, blue, gray16; local 2360 png_byte blue = png_ptr->gamma_to_1[*(sp++)]; local 2377 png_byte blue = *(sp++); local 2395 png_uint_16 red, green, blue, w; local 2431 png_uint_16 red, green, blue, gray16; local 3854 png_byte blue = trans_value->blue & 0xff; local 4274 png_uint_32 blue = (png_uint_32)((s2+s1+65536L) & 0xffffL); local [all...] |
/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';
|
/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 | 176 int dB = c1.blue() - c2.blue(); 211 appendByteAsHex(blue(), builder, Lowercase); 225 result.appendNumber(blue()); 243 return String::format("#%02X%02X%02X%02X", red(), green(), blue(), alpha()); 244 return String::format("#%02X%02X%02X", red(), green(), blue()); 340 int b = (blue() * alpha() * (255 - source.alpha()) + 255 * source.alpha() * source.blue()) / d; 356 int b = blendComponent(blue(), alpha); 370 b = blue() / 255.0f [all...] |
Gradient.h | 65 float blue; member in struct:WebCore::Gradient::ColorStop 68 ColorStop() : stop(0), red(0), green(0), blue(0), alpha(0) { } 69 ColorStop(float s, float r, float g, float b, float a) : stop(s), red(r), green(g), blue(b), alpha(a) { }
|
/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...] |
afcjk.c | 184 /* Each blue zone has two types of fill and unfill, this is, */ 264 /* Calculate blue zones for all the CJK_BLUE_XXX's. */ 281 AF_CJKBlue blue; local 302 /* (depending blue zone type etc.). */ 304 FT_TRACE5(( "cjk blue zones computation\n" )); 325 FT_TRACE5(( "cjk blue %s/%s\n", cjk_blue_name[bb], 436 * we couldn't find a single glyph to compute this blue zone, 444 /* now determine the reference position of the blue -- */ 454 blue = & axis->blues[axis->blue_count]; 455 blue_ref = & blue->ref.org 610 AF_CJKBlue blue = &axis->blues[nn]; local 1209 AF_CJKBlue blue = cjk->blues + bb; local 1697 AF_Width blue; local [all...] |
/external/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...] |
afcjk.c | 184 /* Each blue zone has two types of fill and unfill, this is, */ 264 /* Calculate blue zones for all the CJK_BLUE_XXX's. */ 281 AF_CJKBlue blue; local 302 /* (depending blue zone type etc.). */ 304 FT_TRACE5(( "cjk blue zones computation\n" )); 325 FT_TRACE5(( "cjk blue %s/%s\n", cjk_blue_name[bb], 436 * we couldn't find a single glyph to compute this blue zone, 444 /* now determine the reference position of the blue -- */ 454 blue = & axis->blues[axis->blue_count]; 455 blue_ref = & blue->ref.org 610 AF_CJKBlue blue = &axis->blues[nn]; local 1209 AF_CJKBlue blue = cjk->blues + bb; local 1697 AF_Width blue; local [all...] |
/external/chromium_org/gpu/command_buffer/tests/ |
occlusion_query_unittests.cc | 118 static float blue[] = { 0.0f, 0.0f, 1.0f, 1.0f }; local 119 DrawRect(-0.125f, 0.1f, 0.25f, blue); 135 DrawRect(-0.125f, 0.1f, 0.25f, blue);
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimatableColor.cpp | 39 AnimatableColorImpl::AnimatableColorImpl(float red, float green, float blue, float alpha) 43 , m_blue(clampTo(blue, 0.0f, 1.0f)) 51 , m_blue(color.blue() / 255.0f * m_alpha)
|
AnimatableColor.h | 41 AnimatableColorImpl(float red, float green, float blue, float alpha);
|
/device/lge/hammerhead/liblight/ |
lights.c | 43 char const *const BLUE_LED_FILE = "/sys/class/leds/blue/brightness"; 46 char const *const BLUE_TIMEOUT_FILE = "/sys/class/leds/blue/on_off_ms"; 125 int red, green, blue; local 151 blue = colorRGB & 0xFF; 157 blue = 0; 164 write_int(BLUE_LED_FILE, blue);
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimatedColor.cpp | 91 float animatedBlue = animatedColor.blue(); 92 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.blue(), toColor.blue(), toAtEndOfDurationColor.blue(), animatedBlue);
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/ |
BMPImageReader.h | 249 unsigned blue, 252 m_buffer->setRGBA(m_coord.x(), m_coord.y(), red, green, blue, alpha); 263 unsigned blue, 267 setRGBA(red, green, blue, alpha);
|