HomeSort by relevance Sort by last modified time
    Searched refs:EndAnchor (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextChunk.h 37 EndAnchor = 1 << 2,
56 bool hasTextAnchor() const { return m_chunkStyle & RightToLeftText ? !(m_chunkStyle & EndAnchor) : (m_chunkStyle & MiddleAnchor) || (m_chunkStyle & EndAnchor); }
SVGTextChunk.cpp 78 if (m_chunkStyle & EndAnchor)
SVGTextChunkBuilder.cpp 123 chunkStyle |= SVGTextChunk::EndAnchor;

Completed in 58 milliseconds