HomeSort by relevance Sort by last modified time
    Searched refs:textRoot (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributesBuilder.cpp 40 RenderSVGText* textRoot = RenderSVGText::locateRenderSVGTextAncestor(text);
41 if (!textRoot)
49 collectTextPositioningElements(textRoot, lastCharacter);
54 buildCharacterDataMap(textRoot);
57 SVGTextMetricsBuilder::buildMetricsAndLayoutAttributes(textRoot, text, m_characterDataMap);
60 bool SVGTextLayoutAttributesBuilder::buildLayoutAttributesForForSubtree(RenderSVGText* textRoot)
62 ASSERT(textRoot);
69 collectTextPositioningElements(textRoot, lastCharacter);
75 buildCharacterDataMap(textRoot);
76 SVGTextMetricsBuilder::buildMetricsAndLayoutAttributes(textRoot, 0, m_characterDataMap)
    [all...]
SVGTextMetricsBuilder.cpp 263 RenderSVGText* textRoot = RenderSVGText::locateRenderSVGTextAncestor(text);
264 if (!textRoot)
268 walkTree(textRoot, text, &data);
271 void SVGTextMetricsBuilder::buildMetricsAndLayoutAttributes(RenderSVGText* textRoot, RenderSVGInlineText* stopAtLeaf, SVGCharacterDataMap& allCharactersMap)
273 ASSERT(textRoot);
275 walkTree(textRoot, stopAtLeaf, &data);
SVGRootInlineBox.cpp 69 RenderSVGText& textRoot = toRenderSVGText(block());
71 Vector<SVGTextLayoutAttributes*>& layoutAttributes = textRoot.layoutAttributes();
75 if (textRoot.needsReordering())

Completed in 375 milliseconds