Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGTextChunk.h39 VerticalText = 1 << 4, enumerator
49 bool isVerticalText() const { return m_chunkStyle & VerticalText; } in isVerticalText()
DSVGTextChunk.cpp53 if (m_chunkStyle & VerticalText) in calculateLength()
64 if (m_chunkStyle & VerticalText) in calculateLength()
DSVGTextChunkBuilder.cpp113 chunkStyle |= SVGTextChunk::VerticalText; in addTextChunk()
/external/webkit/Source/WebCore/platform/
DCursor.cpp112 case Cursor::VerticalText: in fromType()
207 case Cursor::VerticalText: in nameForCursorType()
292 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::VerticalText)); in verticalTextCursor()
DCursor.h138 VerticalText, enumerator
/external/webkit/Source/WebCore/platform/qt/
DCursorQt.cpp174 case VerticalText: in ensurePlatformCursor()
/external/webkit/Source/WebCore/platform/gtk/
DCursorGtk.cpp146 case Cursor::VerticalText: in ensurePlatformCursor()
/external/webkit/Source/WebCore/platform/chromium/
DCursorChromium.cpp356 COMPILE_ASSERT_MATCHING_ENUM(VerticalText, TypeVerticalText);
/external/webkit/Source/WebCore/platform/win/
DCursorWin.cpp238 case Cursor::VerticalText: in ensurePlatformCursor()
/external/webkit/Source/WebCore/platform/mac/
DCursorMac.mm154 case Cursor::VerticalText: