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

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutAttributesBuilder.h 33 // SVGTextLayoutAttributesBuilder performs the first layout phase for SVG text.
42 class SVGTextLayoutAttributesBuilder {
43 WTF_MAKE_NONCOPYABLE(SVGTextLayoutAttributesBuilder);
45 SVGTextLayoutAttributesBuilder();
SVGTextLayoutAttributesBuilder.cpp 23 #include "SVGTextLayoutAttributesBuilder.h"
34 SVGTextLayoutAttributesBuilder::SVGTextLayoutAttributesBuilder()
38 void SVGTextLayoutAttributesBuilder::buildLayoutAttributesForTextSubtree(RenderSVGText* textRoot)
123 void SVGTextLayoutAttributesBuilder::collectTextPositioningElements(RenderObject* start, unsigned& atCharacter, UChar& lastCharacter)
153 void SVGTextLayoutAttributesBuilder::buildLayoutAttributesForAllCharacters(RenderSVGText* textRoot, unsigned textLength)
184 void SVGTextLayoutAttributesBuilder::propagateLayoutAttributes(RenderObject* start, Vector<SVGTextLayoutAttributes>& allAttributes, unsigned& atCharacter, UChar& lastCharacter) const
263 void SVGTextLayoutAttributesBuilder::fillAttributesAtPosition(const TextPosition& position)

Completed in 36 milliseconds