Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGTextChunk.h38 RightToLeftText = 1 << 3, enumerator
56 …bool hasTextAnchor() const { return m_chunkStyle & RightToLeftText ? !(m_chunkStyle & EndAnchor) … in hasTextAnchor()
DSVGTextChunk.cpp79 return m_chunkStyle & RightToLeftText ? 0 : -length; in calculateTextAnchorShift()
80 return m_chunkStyle & RightToLeftText ? -length : 0; in calculateTextAnchorShift()
DSVGTextChunkBuilder.cpp109 chunkStyle |= SVGTextChunk::RightToLeftText; in addTextChunk()