/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
AlphaBitmap.java | 74 Color.RED, Color.GREEN, Color.BLUE },
|
DrawPoints.java | 74 paint.setColor(Color.BLUE);
|
Sweep.java | 54 Color.BLUE,
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
GLVertex.java | 68 colorBuffer.put(color.blue);
|
/external/bluetooth/bluez/tools/ |
bccmd.8 | 31 Blue Core Serial Protocol.
|
/external/kernel-headers/original/asm-arm/ |
proc-fns.h | 5 * Copyright (C) 2000 Deep Blue Solutions Ltd
|
/external/webkit/WebCore/css/ |
RGBColor.cpp | 49 PassRefPtr<CSSPrimitiveValue> RGBColor::blue() function in class:WebCore::RGBColor
|
SVGCSSValueKeywords.in | 24 # blue
|
/external/webkit/WebCore/manual-tests/ |
arrow-key-events.html | 8 <div id="result" style="width:100px; height:100px; background-color:blue;"></div>
|
svg-repaint-foreignObject.svg | 62 <text id="B" x="60" y="32" fill="blue" font-size="32" onclick="stateB()">B</text>
|
svg-repaint-group.svg | 62 <text id="B" x="60" y="32" fill="blue" font-size="32" onclick="stateB()">B</text>
|
svg-repaint-image.svg | 62 <text id="B" x="60" y="32" fill="blue" font-size="32" onclick="stateB()">B</text>
|
svg-repaint-path.svg | 62 <text id="B" x="60" y="32" fill="blue" font-size="32" onclick="stateB()">B</text>
|
transition-events.html | 14 background-color: blue;
|
/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 | 83 static_cast<CGFloat>(c.blue()) / 255, static_cast<CGFloat>(c.alpha()) / 255 };
|
/external/webkit/WebCore/platform/graphics/qt/ |
GradientQt.cpp | 59 stopColor.setRgbF(stopIterator->red, stopIterator->green, stopIterator->blue, stopIterator->alpha);
|
/external/webkit/WebKit/mac/Misc/ |
WebKitNSStringExtras.mm | 93 CGFloat blue; 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). 115 * the bitmask corresponding to the blue band. 318 // awt.23F=The mask of the blue component is not contiguous
|
/frameworks/base/awt/javax/imageio/metadata/ |
IIOStandardMetadataFormatResources.properties | 34 PaletteEntry/blue=The blue value for the palette entry 41 BackgroundColor/blue=The blue background value
|
/frameworks/base/core/tests/coretests/res/layout/ |
visibility.xml | 47 android:background="@drawable/blue"
|
visibility_callback.xml | 52 android:background="@drawable/blue"
|
/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 )
|
/hardware/libhardware/modules/gralloc/ |
framebuffer.cpp | 182 info.blue.offset = 0; 183 info.blue.length = 5; 253 info.blue.offset, info.blue.length
|