Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextLayoutEngine.h52 void beginTextPathLayout(RenderObject*, SVGTextLayoutEngine& lineLayout);
DSVGRootInlineBox.cpp112 characterLayout.beginTextPathLayout(&child->renderer(), lineLayout); in layoutCharactersInTextBoxes()
DSVGTextLayoutEngine.cpp166 void SVGTextLayoutEngine::beginTextPathLayout(RenderObject* object, SVGTextLayoutEngine& lineLayout) in beginTextPathLayout() function in WebCore::SVGTextLayoutEngine