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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunkBuilder.h 42 const Vector<SVGTextChunk>& textChunks() const { return m_textChunks; }
SVGTextLayoutEngine.cpp 184 const Vector<SVGTextChunk>& textChunks = lineLayout.m_chunkLayoutBuilder.textChunks();
186 unsigned size = textChunks.size();
188 const SVGTextChunk& chunk = textChunks.at(i);

Completed in 33 milliseconds