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 39 RenderSVGText* textRoot = RenderSVGText::locateRenderSVGTextAncestor(text);
40 if (!textRoot)
48 collectTextPositioningElements(textRoot, lastCharacter);
53 buildCharacterDataMap(textRoot);
56 m_metricsBuilder.buildMetricsAndLayoutAttributes(textRoot, text, m_characterDataMap);
59 bool SVGTextLayoutAttributesBuilder::buildLayoutAttributesForForSubtree(RenderSVGText* textRoot)
61 ASSERT(textRoot);
68 collectTextPositioningElements(textRoot, lastCharacter);
74 buildCharacterDataMap(textRoot);
75 m_metricsBuilder.buildMetricsAndLayoutAttributes(textRoot, 0, m_characterDataMap)
    [all...]
SVGTextMetricsBuilder.cpp 211 RenderSVGText* textRoot = RenderSVGText::locateRenderSVGTextAncestor(text);
212 if (!textRoot)
216 walkTree(textRoot, text, &data);
219 void SVGTextMetricsBuilder::buildMetricsAndLayoutAttributes(RenderSVGText* textRoot, RenderSVGInlineText* stopAtLeaf, SVGCharacterDataMap& allCharactersMap)
221 ASSERT(textRoot);
223 walkTree(textRoot, stopAtLeaf, &data);
SVGRootInlineBox.cpp 78 RenderSVGText* textRoot = toRenderSVGText(block());
79 ASSERT(textRoot);
81 Vector<SVGTextLayoutAttributes*>& layoutAttributes = textRoot->layoutAttributes();
85 if (textRoot->needsReordering())

Completed in 73 milliseconds