Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.h65 , 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; variable
166 && m_smallCaps == other.m_smallCaps
DFontDescription.cpp96 | (m_smallCaps ? FontVariantSmallCapsMask : FontVariantNormalMask) in traitsMask()