Searched refs:m_textStrokeColor (Results 1 – 2 of 2) sorted by relevance
67 …urn m_textStrokeColorIsCurrentColor ? StyleColor::currentColor() : StyleColor(m_textStrokeColor); } in textStrokeColor()74 …void setTextStrokeColor(const StyleColor& color) { m_textStrokeColor = color.resolve(Color()); m_t… in setTextStrokeColor()81 Color m_textStrokeColor; variable
105 , m_textStrokeColor(o.m_textStrokeColor) in StyleRareInheritedData()168 return m_textStrokeColor == o.m_textStrokeColor in operator ==()