Searched refs:lineLayout (Results 1 – 3 of 3) sorted by relevance
121 SVGTextLayoutEngine lineLayout(parentBlock->layoutAttributes()); in layoutCharactersInTextBoxes() local122 layoutCharactersInTextBoxes(flowBox, lineLayout); in layoutCharactersInTextBoxes()124 characterLayout.beginTextPathLayout(child->renderer(), lineLayout); in layoutCharactersInTextBoxes()
174 void SVGTextLayoutEngine::beginTextPathLayout(RenderObject* object, SVGTextLayoutEngine& lineLayout) in beginTextPathLayout() argument190 lineLayout.m_chunkLayoutBuilder.buildTextChunks(lineLayout.m_lineLayoutBoxes); in beginTextPathLayout()191 const Vector<SVGTextChunk>& textChunks = lineLayout.m_chunkLayoutBuilder.textChunks(); in beginTextPathLayout()
54 void beginTextPathLayout(RenderObject*, SVGTextLayoutEngine& lineLayout);