HomeSort by relevance Sort by last modified time
    Searched refs:blue (Results 126 - 150 of 837) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service_unittest.cc 21 color->blue >> 8);
  /external/chromium_org/third_party/WebKit/Source/core/css/
RGBColor.cpp 54 PassRefPtr<CSSPrimitiveValue> RGBColor::blue() function in class:WebCore::RGBColor
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/reftests/
extract_reference_link_unittest.py 43 <link rel="match" href="blue-box-ref.xht" />
59 ["green-box-ref.xht", "blue-box-ref.xht"])
  /external/chromium_org/third_party/angle/src/libGLESv2/
angletypes.h 34 float blue; member in struct:gl::Color
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
renderer9_utils.h 29 DWORD ConvertColorMask(bool red, bool green, bool blue, bool alpha);
  /external/clang/test/SemaTemplate/
instantiate-c99.cpp 31 unsigned char red, green, blue; member in struct:Color
  /external/javassist/sample/duplicate/
Viewer.java 11 Color.orange, Color.pink, Color.green, Color.blue };
  /external/libpng/contrib/gregbook/
readppm.c 133 int readpng_get_bgcolor(uch *red, uch *green, uch *blue)
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 158 float red, float green, float blue, float alpha) {
177 setupFillWithColor(red, green, blue, alpha);
181 void RenderEngine::clearWithColor(float red, float green, float blue, float alpha) {
182 glClearColor(red, green, blue, alpha);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XWDFile.h 84 CARD32 blue_mask B32; /* Z blue mask */
106 CARD16 blue B16;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XWDFile.h 84 CARD32 blue_mask B32; /* Z blue mask */
106 CARD16 blue B16;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XWDFile.h 84 CARD32 blue_mask B32; /* Z blue mask */
106 CARD16 blue B16;
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libico.cpp 217 int blue, green, red; local
224 blue = readByte(buf, begin + 4*j);
227 colors[j] = SkPackARGB32(0xFF, red & 0xFF, green & 0xFF, blue & 0xFF);
357 int blue = readByte(buf, xorOffset + 3*pixelNo); local
363 *address = SkPreMultiplyARGB(alpha, red, green, blue);
371 int blue = readByte(buf, xorOffset + 4*pixelNo); local
379 *address = SkPreMultiplyARGB(alpha, red, green, blue);
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.c 488 Uint16 * red, * green, * blue ; local
507 blue = green + CI_SIZE ;
512 GammaRamp_B [i] = blue [i] ;
523 Uint16 * red, * green, * blue ; local
530 blue = green + CI_SIZE ;
535 blue [i] = GammaRamp_B [i] ;
539 red [i] = green [i] = blue [i] = i ;
  /external/skia/src/images/
SkImageDecoder_libico.cpp 217 int blue, green, red; local
224 blue = readByte(buf, begin + 4*j);
227 colors[j] = SkPackARGB32(0xFF, red & 0xFF, green & 0xFF, blue & 0xFF);
357 int blue = readByte(buf, xorOffset + 3*pixelNo); local
363 *address = SkPreMultiplyARGB(alpha, red, green, blue);
371 int blue = readByte(buf, xorOffset + 4*pixelNo); local
379 *address = SkPreMultiplyARGB(alpha, red, green, blue);
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 565 scoped_ptr<SolidColorDrawQuad> blue = SolidColorDrawQuad::Create(); local
566 blue->SetNew(shared_state.get(),
591 child_pass->quad_list.push_back(blue.PassAs<DrawQuad>());
666 scoped_ptr<SolidColorDrawQuad> blue = SolidColorDrawQuad::Create(); local
667 blue->SetNew(shared_state.get(),
692 child_pass->quad_list.push_back(blue.PassAs<DrawQuad>());
745 scoped_ptr<SolidColorDrawQuad> blue = SolidColorDrawQuad::Create(); local
746 blue->SetNew(shared_state.get(),
771 child_pass->quad_list.push_back(blue.PassAs<DrawQuad>());
825 scoped_ptr<SolidColorDrawQuad> blue = SolidColorDrawQuad::Create() local
928 scoped_ptr<SolidColorDrawQuad> blue = SolidColorDrawQuad::Create(); local
985 scoped_ptr<SolidColorDrawQuad> blue = SolidColorDrawQuad::Create(); local
1324 scoped_ptr<SolidColorDrawQuad> blue = SolidColorDrawQuad::Create(); local
1384 scoped_ptr<SolidColorDrawQuad> blue = SolidColorDrawQuad::Create(); local
1423 scoped_ptr<SolidColorDrawQuad> blue = SolidColorDrawQuad::Create(); local
1467 scoped_ptr<SolidColorDrawQuad> blue = SolidColorDrawQuad::Create(); local
1520 scoped_ptr<SolidColorDrawQuad> blue = SolidColorDrawQuad::Create(); local
1604 scoped_ptr<SolidColorDrawQuad> blue = SolidColorDrawQuad::Create(); local
    [all...]
  /bootable/recovery/minui/
graphics.c 95 vi.blue.offset = 24;
96 vi.blue.length = 8;
104 vi.blue.offset = 8;
105 vi.blue.length = 8;
113 vi.blue.offset = 0;
114 vi.blue.length = 5;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
es1_conversion.h 5 _es_ClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
17 _es_Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
20 _es_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
  /external/mesa3d/src/mesa/main/
es1_conversion.h 5 _es_ClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
17 _es_Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
20 _es_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 168 info.blue.offset = 8;
169 info.blue.length = 8;
193 info.blue.offset = 0;
194 info.blue.length = 5;
280 info.blue.offset, info.blue.length
  /hardware/qcom/display/msm8974/libgralloc/
framebuffer.cpp 168 info.blue.offset = 8;
169 info.blue.length = 8;
193 info.blue.offset = 0;
194 info.blue.length = 5;
280 info.blue.offset, info.blue.length
  /hardware/qcom/display/msm8x26/libgralloc/
framebuffer.cpp 168 info.blue.offset = 8;
169 info.blue.length = 8;
193 info.blue.offset = 0;
194 info.blue.length = 5;
280 info.blue.offset, info.blue.length
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorMatrixColorFilterTest.java 47 paint.setColor(Color.BLUE);
76 // blue gets clipped
88 assertColor(Color.BLUE, bitmap.getPixel(0, 0));
94 assertEquals(Color.blue(expected), Color.blue(actual), TOLERANCE);
ColorTest.java 35 assertEquals(0x00, Color.blue(Color.RED));
36 assertEquals(0x00, Color.blue(Color.YELLOW));
101 assertEquals(Color.BLUE, Color.parseColor("blue"));
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CompressedTextureActivity.java 143 byte blue = 0;
149 image.put(blue);

Completed in 206 milliseconds

1 2 3 4 56 7 8 91011>>