Searched defs:textStrokeColor (Results 1 – 3 of 3) sorted by relevance
67 …StyleColor textStrokeColor() const { return m_textStrokeColorIsCurrentColor ? StyleColor::currentC… in textStrokeColor() function
1790 StyleColor textStrokeColor() const { return rareInheritedData->textStrokeColor(); } in textStrokeColor() function
242 Color textStrokeColor = o.resolveColor(CSSPropertyWebkitTextStrokeColor); in writeRenderObject() local