Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRootInlineBox.cpp109 SVGTextLayoutEngine lineLayout(characterLayout.layoutAttributes()); in layoutCharactersInTextBoxes() local
110 layoutCharactersInTextBoxes(flowBox, lineLayout); in layoutCharactersInTextBoxes()
112 characterLayout.beginTextPathLayout(&child->renderer(), lineLayout); in layoutCharactersInTextBoxes()
DSVGTextLayoutEngine.cpp166 void SVGTextLayoutEngine::beginTextPathLayout(RenderObject* object, SVGTextLayoutEngine& lineLayout) in beginTextPathLayout() argument
185 lineLayout.m_chunkLayoutBuilder.buildTextChunks(lineLayout.m_lineLayoutBoxes); in beginTextPathLayout()
186 const Vector<SVGTextChunk>& textChunks = lineLayout.m_chunkLayoutBuilder.textChunks(); in beginTextPathLayout()
DSVGTextLayoutEngine.h52 void beginTextPathLayout(RenderObject*, SVGTextLayoutEngine& lineLayout);