Home
last modified time | relevance | path

Searched refs:m_smallCaps (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h84 , 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 variable
228 && m_smallCaps == other.m_smallCaps
DFontDescription.cpp99 | (m_smallCaps ? FontVariantSmallCapsMask : FontVariantNormalMask) in traitsMask()