Searched refs:m_chunkLayoutBuilder (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextLayoutEngine.h54 SVGTextChunkBuilder& chunkLayoutBuilder() { return m_chunkLayoutBuilder; }
85 SVGTextChunkBuilder m_chunkLayoutBuilder; member in class:WebCore::SVGTextLayoutEngine
H A DSVGTextLayoutEngine.cpp184 lineLayout.m_chunkLayoutBuilder.buildTextChunks(lineLayout.m_lineLayoutBoxes);
185 const Vector<SVGTextChunk>& textChunks = lineLayout.m_chunkLayoutBuilder.textChunks();
298 m_chunkLayoutBuilder.transformationForTextBox(textBox, textBoxTransformation);
313 m_chunkLayoutBuilder.layoutTextChunks(m_lineLayoutBoxes);

Completed in 130 milliseconds