Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h63 , m_nonCJKGlyphOrientation(NonCJKGlyphOrientationVerticalRight) in FontDescription()
124 …KGlyphOrientation() const { return static_cast<NonCJKGlyphOrientation>(m_nonCJKGlyphOrientation); } in nonCJKGlyphOrientation()
150 …void setNonCJKGlyphOrientation(NonCJKGlyphOrientation orientation) { m_nonCJKGlyphOrientation = or… in setNonCJKGlyphOrientation()
184 …unsigned m_nonCJKGlyphOrientation : 1; // NonCJKGlyphOrientation - Only used by vertical text. Det… variable
243 && m_nonCJKGlyphOrientation == other.m_nonCJKGlyphOrientation