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

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextChunk.h 56 bool hasTextAnchor() const { return m_chunkStyle & RightToLeftText ? !(m_chunkStyle & EndAnchor) : (m_chunkStyle & MiddleAnchor) || (m_chunkStyle & EndAnchor); }
SVGTextChunkBuilder.cpp 156 bool processTextAnchor = chunk.hasTextAnchor();

Completed in 93 milliseconds