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

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGRootInlineBox.cpp84 SVGTextLayoutEngine characterLayout(attributes);
85 layoutCharactersInTextBoxes(this, characterLayout);
88 characterLayout.finishLayout();
96 void SVGRootInlineBox::layoutCharactersInTextBoxes(InlineFlowBox* start, SVGTextLayoutEngine& characterLayout) argument
104 characterLayout.layoutInlineTextBox(textBox);
124 characterLayout.beginTextPathLayout(child->renderer(), lineLayout);
127 layoutCharactersInTextBoxes(flowBox, characterLayout);
130 characterLayout.endTextPathLayout();

Completed in 222 milliseconds