Searched defs:currentColor (Results 1 – 7 of 7) sorted by relevance
41 static StyleColor currentColor() { return StyleColor(); } in currentColor() function46 Color resolve(Color currentColor) const { return m_currentColor ? currentColor : m_color; } in resolve()
85 …rentColor(SVGPaintType paintType, const String& url, const Color& color, const Color& currentColor) in adjustSVGPaintForCurrentColor()
114 …GradientValue::gradientWithStylesResolved(const TextLinkColors& textLinkColors, Color currentColor) in gradientWithStylesResolved()
97 Color TextLinkColors::colorFromPrimitiveValue(const CSSPrimitiveValue* value, Color currentColor, b… in colorFromPrimitiveValue()
40 …yleImage(Document& document, const TextLinkColors& textLinkColors, Color currentColor, CSSProperty… in styleImage()
229 Color ColorInputType::currentColor() in currentColor() function in blink::ColorInputType
57 RGBA32 currentColor(HTMLCanvasElement* canvas) in currentColor() function