/external/chromium_org/ppapi/shared_impl/ |
ppb_opengles2_shared.cc | 81 PP_Resource context_id, GLclampf red, GLclampf green, GLclampf blue, 85 ToGles2Impl(&enter)->BlendColor(red, green, blue, alpha); 155 PP_Resource context_id, GLclampf red, GLclampf green, GLclampf blue, 159 ToGles2Impl(&enter)->ClearColor(red, green, blue, alpha); 178 PP_Resource context_id, GLboolean red, GLboolean green, GLboolean blue, 182 ToGles2Impl(&enter)->ColorMask(red, green, blue, alpha); [all...] |
/ndk/tests/build/issue20862-libpng-O0/jni/ |
png.h | 557 /* Three color definitions. The order of the red, green, and blue, (and the 564 png_byte green; member in struct:png_color_struct 574 png_uint_16 red; /* for use in red green blue files */ 575 png_uint_16 green; member in struct:png_color_16_struct 585 png_byte red; /* for use in red green blue files */ 586 png_byte green; member in struct:png_color_8_struct 602 png_uint_16 green; member in struct:png_sPLT_entry_struct [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngrutil.c | 480 pal_ptr->green = buf[1]; 491 palette[i].green = buf[1]; 708 png_ptr->sig_bit.green = buf[1]; 716 png_ptr->sig_bit.green = buf[0]; 808 png_warning(png_ptr, "Invalid cHRM green point"); [all...] |
png.h | 512 /* Three color definitions. The order of the red, green, and blue, (and the 519 png_byte green; member in struct:png_color_struct 528 png_uint_16 red; /* for use in red green blue files */ 529 png_uint_16 green; member in struct:png_color_16_struct 538 png_byte red; /* for use in red green blue files */ 539 png_byte green; member in struct:png_color_8_struct 554 png_uint_16 green; member in struct:png_sPLT_entry_struct [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapFactoryTest.java | 548 final int g = Color.green(actual) - Color.green(expect);
|
BitmapRegionDecoderTest.java | 441 int g = Color.green(actual) - Color.green(exp);
|
/docs/source.android.com/src/source/assets/ |
main.css | 109 background: green url(bg_images_sprite.png) no-repeat 0 0;
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_gtk.cc | 118 // Generates the normal URL color, a green color used in unhighlighted URL 130 // white). This means that our output color will always be fairly green. 133 // Make sure the luminance is at least as bright as the |kURLTextColor| green 145 // Generates the selected URL color, a green color used on URL text in the 167 // we clamp so as to have at some amount of color (green) in the text. 217 base_color->red, base_color->green, base_color->blue); 231 // result is selected or not. This would include the green URLs. Right 252 color->red, color->green, color->blue);
|
/external/chromium_org/chrome/browser/ui/gtk/omnibox/ |
omnibox_popup_view_gtk.cc | 105 // Generates the normal URL color, a green color used in unhighlighted URL 117 // white). This means that our output color will always be fairly green. 120 // Make sure the luminance is at least as bright as the |kURLTextColor| green 132 // Generates the selected URL color, a green color used on URL text in the 154 // we clamp so as to have at some amount of color (green) in the text. 407 base_color->red, base_color->green, base_color->blue); 421 // result is selected or not. This would include the green URLs. Right 442 color->red, color->green, color->blue);
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_browsertest.cc | 525 int green = SkColorGetG(color); local 538 EXPECT_NEAR(expected_green, green, allowable_error_) [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
3d-raytrace.js | 354 var green = createVector(0.0, 0.4, 0.0); 369 return green;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
3d-raytrace.js | 354 var green = createVector(0.0, 0.4, 0.0); 369 return green;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
3d-raytrace.js | 354 var green = createVector(0.0, 0.4, 0.0); 369 return green;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/ |
style.css | 216 color: green;
|
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/ |
qunit.css | 203 #qunit-tests .fail .test-expected { color: green; }
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_drm_image.spec | 92 then red, then green, then blue. The bit values accepted by
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_gen_mipmap.c | 431 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; local 433 dst[i] = (blue << 11) | (green << 5) | red; 460 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; local 463 dst[i] = (alpha << 12) | (blue << 8) | (green << 4) | red; 490 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; local 493 dst[i] = (alpha << 15) | (blue << 10) | (green << 5) | red; 516 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; local 518 dst[i] = (blue << 5) | (green << 2) | red; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_zoom.c | 192 zoomed.green = span->green;
|
/external/mesa3d/docs/ |
MESA_drm_image.spec | 92 then red, then green, then blue. The bit values accepted by
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_gen_mipmap.c | 431 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; local 433 dst[i] = (blue << 11) | (green << 5) | red; 460 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; local 463 dst[i] = (alpha << 12) | (blue << 8) | (green << 4) | red; 490 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; local 493 dst[i] = (alpha << 15) | (blue << 10) | (green << 5) | red; 516 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; local 518 dst[i] = (blue << 5) | (green << 2) | red; [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_zoom.c | 192 zoomed.green = span->green;
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
xf86vmstr.h | 463 CARD32 green B32; 478 CARD32 green B32;
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11wm.c | 131 c.green = want[i].g << 8; 151 got[i].g = cols[i].green >> 8;
|
/frameworks/base/core/jni/android/graphics/ |
Shader.cpp | 27 static void Color_RGBToHSV(JNIEnv* env, jobject, int red, int green, int blue, jfloatArray hsvArray) 30 SkRGBToHSV(red, green, blue, hsv);
|
/frameworks/native/opengl/libagl/ |
state.cpp | 569 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) { 571 c->rasterizer.procs.clearColorx(c, red, green, blue, alpha);
|