Home | History | Annotate | Download | only in style

Lines Matching refs:m_style

41         , m_style(BNONE)
48 return width() && (!checkStyle || m_style != BNONE);
58 return nonZero(checkStyle) && !isTransparent() && (!checkStyle || m_style != BHIDDEN);
63 return m_width == o.m_width && m_style == o.m_style && m_color == o.m_color && m_colorIsCurrentColor == o.m_colorIsCurrentColor;
69 if (m_style == BNONE && o.m_style == BNONE)
71 if (m_style == BHIDDEN && o.m_style == BHIDDEN)
91 EBorderStyle style() const { return static_cast<EBorderStyle>(m_style); }
92 void setStyle(EBorderStyle style) { m_style = style; }
99 unsigned m_style : 4; // EBorderStyle