Searched defs:backgroundColor (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxDecorationData.h21 Color backgroundColor; member in class:blink::BoxDecorationData
H A DInlineFlowBoxPainter.cpp209 Color backgroundColor = m_inlineFlowBox.renderer().resolveColor(styleToUse, CSSPropertyBackgroundColor); local
210 paintFillLayers(paintInfo, backgroundColor, styleToUse->backgroundLayers(), paintRect);
H A DBoxPainter.cpp76 paintBackground(paintInfo, paintRect, boxDecorationData.backgroundColor, boxDecorationData.bleedAvoidance());
101 void BoxPainter::paintBackground(const PaintInfo& paintInfo, const LayoutRect& paintRect, const Color& backgroundColor, BackgroundBleedAvoidance bleedAvoidance) argument
111 paintFillLayers(paintInfo, backgroundColor, m_renderBox.style()->backgroundLayers(), paintRect, bleedAvoidance);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DCachedUAStyle.h43 StyleColor backgroundColor; member in class:blink::CachedUAStyle
50 , backgroundColor(style->backgroundColor())
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCompositionUnderline.h39 , backgroundColor(Color::transparent) { }
46 , backgroundColor(bc) { }
52 Color backgroundColor; member in struct:blink::CompositionUnderline
/external/chromium_org/third_party/WebKit/public/web/
H A DWebCompositionUnderline.h46 , backgroundColor(0) { }
53 , backgroundColor(bc) { }
66 WebColor backgroundColor; member in struct:blink::WebCompositionUnderline
H A DWebWidget.h267 virtual WebColor backgroundColor() const { return 0xFFFFFFFF; /* SK_ColorWHITE */ } function in class:blink::WebWidget
/external/proguard/src/proguard/gui/splash/
H A DBufferedSprite.java36 private final Color backgroundColor; field in class:BufferedSprite
79 * @param backgroundColor the background color that is used for the buffer.
89 Color backgroundColor,
97 this.backgroundColor = backgroundColor;
113 if (backgroundColor != null)
122 bufferGraphics.setColor(backgroundColor);
86 BufferedSprite(int bufferX, int bufferY, Image bufferImage, Color backgroundColor, Sprite sprite, VariableInt x, VariableInt y) argument
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPopupMenuStyle.h53 const Color& backgroundColor() const { return m_backgroundColor; } function in class:blink::PopupMenuStyle
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumDefault.cpp309 extraParams.button.backgroundColor = useMockTheme() ? 0xffc0c0c0 : defaultButtonBackgroundColor;
311 extraParams.button.backgroundColor = o->resolveColor(CSSPropertyBackgroundColor).rgb();
332 Color backgroundColor = o->resolveColor(CSSPropertyBackgroundColor); local
333 extraParams.textField.backgroundColor = backgroundColor.rgb();
354 Color backgroundColor(Color::transparent);
356 backgroundColor = o->resolveColor(CSSPropertyBackgroundColor);
357 extraParams.menuList.backgroundColor = backgroundColor.rgb();
364 extraParams.menuList.fillContentArea = !o->style()->hasBackgroundImage() && backgroundColor
[all...]
H A DRenderMenuList.cpp536 Color backgroundColor; local
538 backgroundColor = resolveColor(element->renderStyle(), CSSPropertyBackgroundColor);
539 itemHasCustomBackgroundColor = backgroundColor.alpha();
541 if (!backgroundColor.hasAlpha()) {
542 itemBackgroundColor = backgroundColor;
547 backgroundColor = resolveColor(CSSPropertyBackgroundColor).blend(backgroundColor);
548 if (!backgroundColor.hasAlpha()) {
549 itemBackgroundColor = backgroundColor;
554 itemBackgroundColor = Color(Color::white).blend(backgroundColor);
[all...]
H A DRenderTreeAsText.cpp232 Color backgroundColor = o.resolveColor(CSSPropertyBackgroundColor); local
233 if (o.parent()->resolveColor(CSSPropertyBackgroundColor) != backgroundColor
234 && backgroundColor.rgb())
235 ts << " [bgcolor=" << backgroundColor << "]"; local
H A DInlineTextBox.cpp652 void InlineTextBox::paintSingleCompositionBackgroundRun(GraphicsContext* context, const FloatPoint& boxOrigin, RenderStyle* style, const Font& font, Color backgroundColor, int startPos, int endPos) argument
662 context->drawHighlightForText(font, constructTextRun(style, font), localOrigin, selHeight, backgroundColor, sPos, ePos);
1050 if (it->backgroundColor == Color::transparent)
1052 paintSingleCompositionBackgroundRun(pt, boxOrigin, style, font, it->backgroundColor, underlinePaintStart(*it), underlinePaintEnd(*it));
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFallbackThemeEngine.h93 WebColor backgroundColor; member in struct:blink::WebFallbackThemeEngine::ButtonExtraParams
100 WebColor backgroundColor; member in struct:blink::WebFallbackThemeEngine::TextFieldExtraParams
109 WebColor backgroundColor; member in struct:blink::WebFallbackThemeEngine::MenuListExtraParams
H A DWebThemeEngine.h131 WebColor backgroundColor; member in struct:blink::WebThemeEngine::ButtonExtraParams
138 WebColor backgroundColor; member in struct:blink::WebThemeEngine::TextFieldExtraParams
148 WebColor backgroundColor; member in struct:blink::WebThemeEngine::MenuListExtraParams
/external/chromium_org/third_party/hwcplus/include/hardware/
H A Dhwcomposer.h89 * is backgroundColor.
141 hwc_color_t backgroundColor; member in union:hwc_layer_1::__anon11878
/external/chromium_org/ui/message_center/views/
H A Dbounded_label.cc279 void BoundedLabel::SetColors(SkColor textColor, SkColor backgroundColor) { argument
281 label_->SetBackgroundColor(backgroundColor);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalFrame.cpp426 void LocalFrame::createView(const IntSize& viewportSize, const Color& backgroundColor, bool transparent, argument
453 frameView->updateBackgroundRecursively(backgroundColor, transparent);
H A DFrameView.cpp276 Color backgroundColor = documentBackgroundColor(); local
281 backgroundColor.getHSL(hue, saturation, lightness);
1870 void FrameView::setBaseBackgroundColor(const Color& backgroundColor) argument
1872 m_baseBackgroundColor = backgroundColor;
1883 void FrameView::updateBackgroundRecursively(const Color& backgroundColor, bool transparent) argument
1890 view->setBaseBackgroundColor(backgroundColor);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineTextBox.cpp204 Color backgroundColor = renderer().selectionBackgroundColor();
205 if (!backgroundColor.alpha())
235 paintInfo.context->setFillColor(backgroundColor);
236 paintInfo.context->fillRect(selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEndPosition, style), backgroundColor); local
/external/chromium_org/cc/blink/
H A Dweb_layer_impl.cc217 WebColor WebLayerImpl::backgroundColor() const { function in class:cc_blink::WebLayerImpl
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DImeAdapter.java721 int end, int backgroundColor);
720 nativeAppendBackgroundColorSpan(long underlinePtr, int start, int end, int backgroundColor) argument
/external/chromium_org/ui/native_theme/
H A Dnative_theme_base.cc298 SkColor backgroundColor = buttonColor; local
313 paint.setColor(backgroundColor);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java70 private int backgroundColor; field in class:ShadowView
268 backgroundColor = color;
278 return backgroundColor;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp1060 void GraphicsContext::drawHighlightForText(const Font& font, const TextRun& run, const FloatPoint& point, int h, const Color& backgroundColor, int from, int to) argument
1065 fillRect(font.selectionRectForText(run, point, h, from, to), backgroundColor);

Completed in 1138 milliseconds

12