Searched refs:m_smallCaps (Results 1 – 2 of 2) sorted by relevance
84 , m_smallCaps(FontSmallCapsOff) in FontDescription()113 FontSmallCaps smallCaps() const { return static_cast<FontSmallCaps>(m_smallCaps); } in smallCaps()150 void setSmallCaps(FontSmallCaps c) { m_smallCaps = c; } in setSmallCaps()194 unsigned m_smallCaps : 1; // FontSmallCaps variable228 && m_smallCaps == other.m_smallCaps
99 | (m_smallCaps ? FontVariantSmallCapsMask : FontVariantNormalMask) in traitsMask()