Searched refs:lineLayout (Results 1 – 3 of 3) sorted by relevance
109 SVGTextLayoutEngine lineLayout(characterLayout.layoutAttributes()); in layoutCharactersInTextBoxes() local110 layoutCharactersInTextBoxes(flowBox, lineLayout); in layoutCharactersInTextBoxes()112 characterLayout.beginTextPathLayout(&child->renderer(), lineLayout); in layoutCharactersInTextBoxes()
166 void SVGTextLayoutEngine::beginTextPathLayout(RenderObject* object, SVGTextLayoutEngine& lineLayout) in beginTextPathLayout() argument185 lineLayout.m_chunkLayoutBuilder.buildTextChunks(lineLayout.m_lineLayoutBoxes); in beginTextPathLayout()186 const Vector<SVGTextChunk>& textChunks = lineLayout.m_chunkLayoutBuilder.textChunks(); in beginTextPathLayout()
52 void beginTextPathLayout(RenderObject*, SVGTextLayoutEngine& lineLayout);