HomeSort by relevance Sort by last modified time
    Searched refs:SVGTextLayoutAttributesBuilder (Results 1 - 16 of 16) 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"
31 SVGTextLayoutAttributesBuilder::SVGTextLayoutAttributesBuilder()
36 void SVGTextLayoutAttributesBuilder::buildLayoutAttributesForTextRenderer(RenderSVGInlineText* text)
60 bool SVGTextLayoutAttributesBuilder::buildLayoutAttributesForForSubtree(RenderSVGText* textRoot)
80 void SVGTextLayoutAttributesBuilder::rebuildMetricsForTextRenderer(RenderSVGInlineText* text)
104 void SVGTextLayoutAttributesBuilder::collectTextPositioningElements(RenderObject* start, UChar& lastCharacter)
134 void SVGTextLayoutAttributesBuilder::buildCharacterDataMap(RenderSVGText* textRoot)
180 void SVGTextLayoutAttributesBuilder::fillCharacterDataMap(const TextPosition& position)
RenderSVGText.h 26 #include "core/rendering/svg/SVGTextLayoutAttributesBuilder.h"
90 SVGTextLayoutAttributesBuilder m_layoutAttributesBuilder;
RenderSVGText.cpp 311 static inline void updateFontInAllDescendants(RenderObject* start, SVGTextLayoutAttributesBuilder* builder = 0)
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk 74 third_party/WebKit/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp \
webcore_svg.target.darwin-arm64.mk 74 third_party/WebKit/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp \
webcore_svg.target.darwin-mips.mk 74 third_party/WebKit/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp \
webcore_svg.target.darwin-mips64.mk 74 third_party/WebKit/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp \
webcore_svg.target.darwin-x86.mk 74 third_party/WebKit/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp \
webcore_svg.target.darwin-x86_64.mk 74 third_party/WebKit/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp \
webcore_svg.target.linux-arm.mk 74 third_party/WebKit/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp \
webcore_svg.target.linux-arm64.mk 74 third_party/WebKit/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp \
webcore_svg.target.linux-mips.mk 74 third_party/WebKit/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp \
webcore_svg.target.linux-mips64.mk 74 third_party/WebKit/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp \
webcore_svg.target.linux-x86.mk 74 third_party/WebKit/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp \
webcore_svg.target.linux-x86_64.mk 74 third_party/WebKit/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp \

Completed in 1215 milliseconds