Searched refs:VerticalText (Results 1 – 7 of 7) sorted by relevance
38 VerticalText = 1 << 4, enumerator48 bool isVerticalText() const { return m_chunkStyle & VerticalText; } in isVerticalText()
52 if (m_chunkStyle & VerticalText) in calculateLength()63 if (m_chunkStyle & VerticalText) in calculateLength()
104 chunkStyle |= SVGTextChunk::VerticalText; in addTextChunk()
113 case Cursor::VerticalText: in fromType()214 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::VerticalText)); in verticalTextCursor()
71 VerticalText, enumerator
364 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeVerticalText, Cursor::VerticalText);
1908 case Cursor::VerticalText: return "VerticalText"; in cursorTypeToString()