Searched defs:textFillColor (Results 1 – 3 of 3) sorted by relevance
68 …StyleColor textFillColor() const { return m_textFillColorIsCurrentColor ? StyleColor::currentColor… in textFillColor() function
1789 StyleColor textFillColor() const { return rareInheritedData->textFillColor(); } in textFillColor() function
237 Color textFillColor = o.resolveColor(CSSPropertyWebkitTextFillColor); in writeRenderObject() local