Lines Matching refs:Color

252         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& color)
702 void GraphicsContext::drawInnerShadow(const RoundedRect& rect, const Color& shadowColor, const IntSize shadowOffset, int shadowBlur, int shadowSpread, Edges clippedEdges)
731 Color fillColor(shadowColor.red(), shadowColor.green(), shadowColor.blue(), 255);
1060 void GraphicsContext::drawHighlightForText(const Font& font, const TextRun& run, const FloatPoint& point, int h, const Color& backgroundColor, int from, int to)
1354 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color)
1366 const IntRect& inner, const IntSize& innerTopLeft, const IntSize& innerTopRight, const IntSize& innerBottomLeft, const IntSize& innerBottomRight, const Color& color)
1391 void GraphicsContext::fillBetweenRoundedRects(const RoundedRect& outer, const RoundedRect& inner, const Color& color)
1398 const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color)
1711 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, CompositeOperator op)
1722 void GraphicsContext::fillRoundedRect(const RoundedRect& rect, const Color& color)
1733 void GraphicsContext::fillRectWithRoundedHole(const IntRect& rect, const RoundedRect& roundedHoleRect, const Color& color)
1747 Color oldFillColor = fillColor();