Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGTextChunkBuilder.h43 const Vector<SVGTextChunk>& textChunks() const { return m_textChunks; } in textChunks() function
DSVGTextLayoutEngine.cpp191 const Vector<SVGTextChunk>& textChunks = lineLayout.m_chunkLayoutBuilder.textChunks(); in beginTextPathLayout() local
193 unsigned size = textChunks.size(); in beginTextPathLayout()
195 const SVGTextChunk& chunk = textChunks.at(i); in beginTextPathLayout()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06118685 (WebCore::SVGTextChunkLayoutInfo::textChunks):