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

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextLayoutEngine.h83 Vector<SVGInlineTextBox*> m_lineLayoutBoxes; member in class:WebCore::SVGTextLayoutEngine
H A DSVGTextLayoutEngine.cpp184 lineLayout.m_chunkLayoutBuilder.buildTextChunks(lineLayout.m_lineLayoutBoxes);
256 m_lineLayoutBoxes.append(textBox);
313 m_chunkLayoutBuilder.layoutTextChunks(m_lineLayoutBoxes);
316 if (!m_lineLayoutBoxes.isEmpty()) {
319 dumpTextBoxes(m_lineLayoutBoxes);
322 finalizeTransformMatrices(m_lineLayoutBoxes);

Completed in 127 milliseconds