Searched refs:textChunks (Results 1 – 3 of 3) sorted by relevance
43 const Vector<SVGTextChunk>& textChunks() const { return m_textChunks; } in textChunks() function
191 const Vector<SVGTextChunk>& textChunks = lineLayout.m_chunkLayoutBuilder.textChunks(); in beginTextPathLayout() local193 unsigned size = textChunks.size(); in beginTextPathLayout()195 const SVGTextChunk& chunk = textChunks.at(i); in beginTextPathLayout()
118685 (WebCore::SVGTextChunkLayoutInfo::textChunks):