Searched refs:setTextStrokeColor (Results 1 – 3 of 3) sorted by relevance
74 …void setTextStrokeColor(const StyleColor& color) { m_textStrokeColor = color.resolve(Color()); m_t… in setTextStrokeColor() function
1249 …void setTextStrokeColor(const StyleColor& c) { SET_VAR_WITH_SETTER(rareInheritedData, textStrokeCo… in setTextStrokeColor() function
579 style->setTextStrokeColor(toAnimatableColor(value)->color()); in applyProperty()