Home
last modified time | relevance | path

Searched refs:lineLayout (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGRootInlineBox.cpp121 SVGTextLayoutEngine lineLayout(parentBlock->layoutAttributes()); in layoutCharactersInTextBoxes() local
122 layoutCharactersInTextBoxes(flowBox, lineLayout); in layoutCharactersInTextBoxes()
124 characterLayout.beginTextPathLayout(child->renderer(), lineLayout); in layoutCharactersInTextBoxes()
DSVGTextLayoutEngine.cpp174 void SVGTextLayoutEngine::beginTextPathLayout(RenderObject* object, SVGTextLayoutEngine& lineLayout) in beginTextPathLayout() argument
190 lineLayout.m_chunkLayoutBuilder.buildTextChunks(lineLayout.m_lineLayoutBoxes); in beginTextPathLayout()
191 const Vector<SVGTextChunk>& textChunks = lineLayout.m_chunkLayoutBuilder.textChunks(); in beginTextPathLayout()
DSVGTextLayoutEngine.h54 void beginTextPathLayout(RenderObject*, SVGTextLayoutEngine& lineLayout);