Searched refs:m_smallCaps (Results 1 – 2 of 2) sorted by relevance
65 , m_smallCaps(false) in FontDescription()87 bool smallCaps() const { return m_smallCaps; } in smallCaps()111 void setSmallCaps(bool c) { m_smallCaps = c; } in setSmallCaps()142 bool m_smallCaps : 1; variable166 && m_smallCaps == other.m_smallCaps
96 | (m_smallCaps ? FontVariantSmallCapsMask : FontVariantNormalMask) in traitsMask()