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

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextLayoutEngine.h84 Vector<SVGInlineTextBox*> m_pathLayoutBoxes; member in class:WebCore::SVGTextLayoutEngine
H A DSVGTextLayoutEngine.cpp252 m_pathLayoutBoxes.append(textBox);
325 if (!m_pathLayoutBoxes.isEmpty()) {
328 dumpTextBoxes(m_pathLayoutBoxes);
331 finalizeTransformMatrices(m_pathLayoutBoxes);

Completed in 88 milliseconds