Home | History | Annotate | Download | only in style

Lines Matching refs:textStrokeColor

1249     void setTextStrokeColor(const StyleColor& c) { SET_VAR_WITH_SETTER(rareInheritedData, textStrokeColor, setTextStrokeColor, c); }
1790 StyleColor textStrokeColor() const { return rareInheritedData->textStrokeColor(); }