Lines Matching refs:Color

101 void BoxPainter::paintBackground(const PaintInfo& paintInfo, const LayoutRect& paintRect, const Color& backgroundColor, BackgroundBleedAvoidance bleedAvoidance)
122 Color bgColor = rootBackgroundRenderer->resolveColor(CSSPropertyBackgroundColor);
127 void BoxPainter::paintFillLayers(const PaintInfo& paintInfo, const Color& c, const FillLayer& fillLayer, const LayoutRect& rect,
172 paintRootBackgroundColor(m_renderBox, paintInfo, rect, Color());
186 void BoxPainter::paintFillLayer(const PaintInfo& paintInfo, const Color& c, const FillLayer& fillLayer, const LayoutRect& rect,
274 void BoxPainter::paintFillLayerExtended(RenderBoxModelObject& obj, const PaintInfo& paintInfo, const Color& color, const FillLayer& bgLayer, const LayoutRect& rect,
290 Color bgColor = color;
313 bgColor = Color::white;
528 paintFillLayers(paintInfo, Color::transparent, m_renderBox.style()->maskLayers(), paintRect, BackgroundBleedNone, compositeOp);
549 paintInfo.context->fillRect(pixelSnappedIntRect(paintRect), Color::black);
552 void BoxPainter::paintRootBackgroundColor(RenderObject& obj, const PaintInfo& paintInfo, const LayoutRect& rect, const Color& bgColor)
563 Color baseColor = obj.view()->frameView()->baseBackgroundColor();
1554 Color commonColor;
1577 commonColor = Color(commonColor.red(), commonColor.green(), commonColor.blue());
1597 BackgroundBleedAvoidance bleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool antialias, const Color* overrideColor)
1610 const Color& colorToPaint = overrideColor ? *overrideColor : edgeToRender.color;
1644 bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool antialias, const Color* overrideColor)
1691 float thickness, float drawThickness, BoxSide side, const RenderStyle* style, Color color, EBorderStyle borderStyle, BackgroundBleedAvoidance bleedAvoidance,
1871 const Color& shadowColor = shadow.color();
1934 context->fillRect(fillRect, Color::black);
1943 context->fillRoundedRect(roundedFillRect, Color::black);
1946 context->fillRect(fillRect, Color::black);