Home | History | Annotate | Download | only in rendering

Lines Matching refs:Color

443 void RenderBoxModelObject::paintFillLayerExtended(const PaintInfo& paintInfo, const Color& c, const FillLayer* bgLayer, int tx, int ty, int w, int h, InlineFlowBox* box, CompositeOperator op, RenderObject* backgroundObject)
529 Color bgColor = c;
532 // If there's no bg color or image, leave it untouched to avoid affecting transparency.
541 bgColor = Color::white;
548 // Only fill with a base color (e.g., white) if we're the root document, since iframes/frames with
573 // Paint the color first underneath all images.
577 // If we have an alpha and we are painting the root element, go ahead and blend with the base background color.
579 Color baseColor = view()->frameView()->baseBackgroundColor();
923 const Color& topColor = style->borderTopColor();
924 const Color& bottomColor = style->borderBottomColor();
925 const Color& leftColor = style->borderLeftColor();
926 const Color& rightColor = style->borderRightColor();
991 drawLineForBoxSide(graphicsContext, x, ty, x2, ty + style->borderTopWidth(), BSTop, topColor, style->color(), topStyle,
1019 BSTop, topColor, style->color(), topStyle, true);
1045 BSTop, topColor, style->color(), topStyle, false);
1068 drawLineForBoxSide(graphicsContext, x, ty + h - style->borderBottomWidth(), x2, ty + h, BSBottom, bottomColor, style->color(), bottomStyle,
1096 color(), bottomStyle, true);
1118 BSBottom, bottomColor, style->color(), bottomStyle, false);
1141 drawLineForBoxSide(graphicsContext, tx, y, tx + style->borderLeftWidth(), y2, BSLeft, leftColor, style->color(), leftStyle,
1164 BSLeft, leftColor, style->color(), leftStyle, true);
1185 BSLeft, leftColor, style->color(), leftStyle, false);
1210 drawLineForBoxSide(graphicsContext, tx + w - style->borderRightWidth(), y, tx + w, y2, BSRight, rightColor, style->color(), rightStyle,
1233 BSRight, rightColor, style->color(), rightStyle, true);
1255 BSRight, rightColor, style->color(), rightStyle, false);
1320 Color& shadowColor = shadow->color;
1384 context->fillRoundedRect(fillRect, topLeft, topRight, bottomLeft, bottomRight, Color::black, s->colorSpace());
1401 context->fillRect(fillRect, Color::black, s->colorSpace());
1424 Color fillColor(shadowColor.red(), shadowColor.green(), shadowColor.blue(), 255);