HomeSort by relevance Sort by last modified time
    Searched defs:SVGTextLayoutAttributesBuilder (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributesBuilder.h 33 // SVGTextLayoutAttributesBuilder performs the first layout phase for SVG text.
41 class SVGTextLayoutAttributesBuilder {
42 WTF_MAKE_NONCOPYABLE(SVGTextLayoutAttributesBuilder);
44 SVGTextLayoutAttributesBuilder();
SVGTextLayoutAttributesBuilder.cpp 22 #include "core/rendering/svg/SVGTextLayoutAttributesBuilder.h"
30 SVGTextLayoutAttributesBuilder::SVGTextLayoutAttributesBuilder()
35 void SVGTextLayoutAttributesBuilder::buildLayoutAttributesForTextRenderer(RenderSVGInlineText* text)
59 bool SVGTextLayoutAttributesBuilder::buildLayoutAttributesForForSubtree(RenderSVGText* textRoot)
79 void SVGTextLayoutAttributesBuilder::rebuildMetricsForTextRenderer(RenderSVGInlineText* text)
103 void SVGTextLayoutAttributesBuilder::collectTextPositioningElements(RenderObject* start, UChar& lastCharacter)
133 void SVGTextLayoutAttributesBuilder::buildCharacterDataMap(RenderSVGText* textRoot)
179 void SVGTextLayoutAttributesBuilder::fillCharacterDataMap(const TextPosition& position)

Completed in 45 milliseconds