/external/webkit/WebCore/manual-tests/ |
dictionary-scrolled-iframe.html | 24 <iframe style="background: #ffd;" src="data:text/html,Curabitur pretium, quam quis semper malesuada, est libero feugiat libero, vel fringilla orci nibh sed neque. Quisque eu nulla non nisi molestie accumsan. Etiam tellus urna, <span style=%22color: green;%22>target</span> ac, laoreet non, suscipit sed, sapien. Phasellus vehicula, sem at posuere tel failure, augue nibh molestie nisl, nec ullamcorper lacus ante vulputate pede. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Mauris viverra augue vitae purus. Morbi sed sem. Donec dui nisi, ultrices non, pretium quis, hendrerit non, est. Donec tellus. Donec eget dui id eros pharetra rutrum. Suspendisse sodales lectus sit amet nulla. Morbi tortor arcu, convallis blandit, elementum eu, aliquet a, tellus.
|
interrupted-compound-transform.html | 67 position of the green outline.
|
scrollbar-hover-active.html | 50 background-color: green;
|
/external/webkit/WebCore/platform/graphics/cairo/ |
GradientCairo.cpp | 56 cairo_pattern_add_color_stop_rgba(m_gradient, stopIterator->stop, stopIterator->red, stopIterator->green, stopIterator->blue, stopIterator->alpha);
|
/external/webkit/WebCore/platform/graphics/cg/ |
ColorCG.cpp | 82 CGFloat components[4] = { static_cast<CGFloat>(c.red()) / 255, static_cast<CGFloat>(c.green()) / 255,
|
/external/webkit/WebCore/platform/graphics/qt/ |
GradientQt.cpp | 59 stopColor.setRgbF(stopIterator->red, stopIterator->green, stopIterator->blue, stopIterator->alpha);
|
/external/webkit/WebKit/chromium/tests/ |
TransparencyWinTest.cpp | 312 Color green(0xFF00FF00); 314 // Make a red bottom layer, followed by a half green next layer @ 50%. 321 src->context()->fillRect(rightHalf, green, DeviceColorSpace); 353 // (black @ 50% atop green) @ 50% atop red = 0xFF804000 358 // 50% green on top of red = FF808000 (rounded to what Skia will produce). 378 Color green(0xFF00FF00); 391 helper.context()->fillRect(bottomRight, green, DeviceColorSpace); 398 EXPECT_EQ(green, getPixelAt(src->context(), 15, 7)); 647 // Our text should end up 50% transparent blue-green.
|
/external/webkit/WebKit/mac/Misc/ |
WebKitNSStringExtras.mm | 92 CGFloat green; 95 [[textColor colorUsingColorSpaceName:NSDeviceRGBColorSpace] getRed:&red green:&green blue:&blue alpha:&alpha]; 96 graphicsContext.setFillColor(makeRGBA(red * 255, green * 255, blue * 255, alpha * 255), DeviceColorSpace);
|
/frameworks/base/awt/java/awt/image/ |
PackedColorModel.java | 32 * just the red, green, and blue bands, plus an alpha band if alpha is 63 * band (red, green, and blue). 113 * the bitmask corresponding to the green band. 312 // awt.23E=The mask of the green component is not contiguous
|
/frameworks/base/awt/javax/imageio/metadata/ |
IIOStandardMetadataFormatResources.properties | 33 PaletteEntry/green=The green value for the palette entry 40 BackgroundColor/green=The green background value
|
/frameworks/base/core/tests/coretests/res/layout/ |
visibility.xml | 41 android:background="@drawable/green"
|
visibility_callback.xml | 45 android:background="@drawable/green"
|
/frameworks/base/docs/html/ |
index.jd | 49 <h2 class="green">Download</h2> 60 <h2 class="green">Publish</h2> 71 <h2 class="green">Contribute</h2> 84 <h2 class="green">Target Devices</h2>
|
/frameworks/base/opengl/libs/ |
entries.in | 14 GL_ENTRY(void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 27 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 28 GL_ENTRY(void, glClearColorx, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) 29 GL_ENTRY(void, glClearColorxOES, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) 40 GL_ENTRY(void, glColor4f, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) 41 GL_ENTRY(void, glColor4ub, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) 42 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) 43 GL_ENTRY(void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) 44 GL_ENTRY(void, glColorMask, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
GLES11.spec | 6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
|
GLES11Ext.spec | 15 void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) 18 void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
|
/hardware/libhardware/modules/gralloc/ |
framebuffer.cpp | 180 info.green.offset = 5; 181 info.green.length = 6; 252 info.green.offset, info.green.length,
|
/bionic/libc/kernel/common/linux/ |
fb.h | 217 struct fb_bitfield green; member in struct:fb_var_screeninfo 247 __u16 *green; member in struct:fb_cmap
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
BitmapPixels.java | 81 int g = Color.green(c); 144 makeRamp(premultiplyColor(Color.RED), premultiplyColor(Color.GREEN),
|
CompressedTextureActivity.java | 142 byte green = (byte)(2*t); 148 image.put(green);
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemvideo.h | 64 Uint32 red, green, blue, alpha; /* Screen components */ member in struct:SDL_PrivateVideoData 111 #define VDI_greenmask (this->hidden->green)
|
/external/webkit/WebKit/gtk/tests/ |
testwebview.c | 59 char* contents = g_strdup("<html><body><div style=\"background-color: green; height: 1200px;\"></div></body></html>"); 62 char* contents = g_strdup("<html><body><div style=\"background-color: green; height: 50px;\"></div><iframe src=\"bigdiv.html\"></iframe></body></html>");
|
/frameworks/base/core/jni/android/graphics/ |
Shader.cpp | 17 static void Color_RGBToHSV(JNIEnv* env, jobject, int red, int green, int blue, jfloatArray hsvArray) 20 SkRGBToHSV(red, green, blue, hsv);
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
fb.h | 217 struct fb_bitfield green; member in struct:fb_var_screeninfo 247 __u16 *green; member in struct:fb_cmap
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
fb.h | 217 struct fb_bitfield green; member in struct:fb_var_screeninfo 247 __u16 *green; member in struct:fb_cmap
|