Searched refs:Color (Results 301 - 325 of 585) sorted by relevance

<<11121314151617181920>>

/external/mesa3d/src/mesa/main/
H A Dbuffers.c216 * In the former case, we update the per-context ctx->Color.DrawBuffer
459 if (ctx->Color.DrawBuffer[buf] != fb->ColorDrawBuffer[buf]) {
461 ctx->Color.DrawBuffer[buf] = fb->ColorDrawBuffer[buf];
470 * from the context's Color.DrawBuffer[] state.
483 buffers[i] = ctx->Color.DrawBuffer[i];
/external/skia/tests/
H A DCachedDecodingPixelRefTest.cpp178 static SkColor Color() { return SK_ColorCYAN; } function in class:TestImageGenerator
212 TestImageGenerator::Color(), info.fWidth);
235 if (TestImageGenerator::Color() != *bm.getAddr32(x, y)) {
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCompositionUnderlineRangeFilterTest.cpp9 #include "platform/graphics/Color.h"
37 underlines->append(CompositionUnderline(startOffset, endOffset, Color(i, 0, 0), false, 0));
H A DCaret.cpp275 Color caretColor = Color::black;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasStyle.h30 #include "platform/graphics/Color.h"
58 String color() const { ASSERT(m_type == RGBA || m_type == CMYKA); return Color(m_rgba).serialized(); }
H A DCanvasStyle.cpp60 return Color::black;
61 RGBA32 rgba = Color::black;
231 // We'll need a fancier Color abstraction to support CMYKA correctly
258 // We'll need a fancier Color abstraction to support CMYKA correctly
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.cpp84 PassOwnPtr<ColorChooser> EmptyChromeClient::createColorChooser(LocalFrame*, ColorChooserClient*, const Color&) argument
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChrome.h118 PassOwnPtr<ColorChooser> createColorChooser(LocalFrame*, ColorChooserClient*, const Color& initialColor);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DDetailsMarkerPainter.cpp30 const Color color(m_renderDetailsMarker.resolveColor(CSSPropertyColor));
H A DMultiColumnSetPainter.cpp40 const Color& ruleColor = m_renderMultiColumnSet.resolveColor(blockStyle, CSSPropertyWebkitColumnRuleColor);
H A DImagePainter.cpp92 context->setStrokeColor(Color::lightGray);
93 context->setFillColor(Color::transparent);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEDropShadowElement.cpp103 Color color = svgStyle.floodColor();
/external/chromium_org/third_party/WebKit/Source/web/
H A DColorChooserPopupUIController.cpp127 Color color;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_clear.c84 const GLuint colorMask = *((GLuint *) & ctx->Color.ColorMask[0]);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_shader.c88 st->ctx->Color._ClampFragmentColor &&
/external/chromium_org/third_party/skia/tests/
H A DCachedDecodingPixelRefTest.cpp178 static uint32_t Color() { return 0xff123456; } function in class:TestImageGenerator
210 TestImageGenerator::Color(), info.width());
233 if (TestImageGenerator::Color() != *bm.getAddr32(x, y)) {
356 r, TestImageGenerator::Color() == *bitmap.getAddr32(0, 0));
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_clear.c84 const GLuint colorMask = *((GLuint *) & ctx->Color.ColorMask[0]);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_shader.c88 st->ctx->Color._ClampFragmentColor &&
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp252 setStrokeColor(Color::black);
265 setStrokeColor(Color::black);
278 setFillColor(Color::black);
292 setFillColor(Color::black);
299 void GraphicsContext::setShadow(const FloatSize& offset, float blur, const Color& color,
601 float GraphicsContext::prepareFocusRingPaint(SkPaint& paint, const Color& color, int width) const
616 void GraphicsContext::drawFocusRingPath(const SkPath& path, const Color& color, int width)
634 void GraphicsContext::drawFocusRingRect(const SkRect& rect, const Color& color, int width)
653 void GraphicsContext::drawFocusRing(const Path& focusRingPath, int width, int offset, const Color& color)
662 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DBookmarkUtils.java14 import android.graphics.Color;
140 Color.rgb(rValue, gValue, bValue));
211 * @param color Color for the document icon's folding and the bottom strip.
H A DNavigationPopup.java9 import android.graphics.Color;
143 faviconDrawable = new ColorDrawable(Color.TRANSPARENT);
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dbitmap_uploader.cc157 texture_state->background_color = Color::From(SkColor(SK_ColorTRANSPARENT));
177 color_state->color = Color::From(color_);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.h61 Color m_resolvedColor;
107 PassRefPtrWillBeRawPtr<CSSGradientValue> gradientWithStylesResolved(const TextLinkColors&, Color currentColor);
H A DSVGCSSComputedStyleDeclaration.cpp85 static PassRefPtrWillBeRawPtr<CSSValue> adjustSVGPaintForCurrentColor(SVGPaintType paintType, const String& url, const Color& color, const Color& currentColor)
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DFilterOperationResolver.cpp190 Color shadowColor = Color::transparent;

Completed in 2741 milliseconds

<<11121314151617181920>>