Searched refs:SVGTextLayoutEngine (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextLayoutEngine.h39 // SVGTextLayoutEngine performs the second layout phase for SVG text.
47 class SVGTextLayoutEngine { class in namespace:WebCore
48 WTF_MAKE_NONCOPYABLE(SVGTextLayoutEngine);
50 SVGTextLayoutEngine(Vector<SVGTextLayoutAttributes*>&);
54 void beginTextPathLayout(RenderObject*, SVGTextLayoutEngine& lineLayout);
H A DSVGTextLayoutEngine.cpp22 #include "core/rendering/svg/SVGTextLayoutEngine.h"
37 SVGTextLayoutEngine::SVGTextLayoutEngine(Vector<SVGTextLayoutAttributes*>& layoutAttributes) function in class:WebCore::SVGTextLayoutEngine
58 void SVGTextLayoutEngine::updateCharacerPositionIfNeeded(float& x, float& y)
75 void SVGTextLayoutEngine::updateCurrentTextPosition(float x, float y, float glyphAdvance)
87 void SVGTextLayoutEngine::updateRelativePositionAdjustmentsIfNeeded(float dx, float dy)
114 void SVGTextLayoutEngine::recordTextFragment(SVGInlineTextBox* textBox, Vector<SVGTextMetrics>& textMetricsValues)
145 bool SVGTextLayoutEngine::parentDefinesTextLength(RenderObject* parent) const
165 void SVGTextLayoutEngine::beginTextPathLayout(RenderObject* object, SVGTextLayoutEngine
[all...]
H A DSVGRootInlineBox.h28 #include "core/rendering/svg/SVGTextLayoutEngine.h"
57 void layoutCharactersInTextBoxes(InlineFlowBox*, SVGTextLayoutEngine&);
H A DSVGRootInlineBox.cpp88 // Perform SVG text layout phase two (see SVGTextLayoutEngine for details).
89 SVGTextLayoutEngine characterLayout(layoutAttributes);
102 void SVGRootInlineBox::layoutCharactersInTextBoxes(InlineFlowBox* start, SVGTextLayoutEngine& characterLayout)
120 SVGTextLayoutEngine lineLayout(characterLayout.layoutAttributes());
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_svg.target.darwin-arm.mk74 third_party/WebKit/Source/core/rendering/svg/SVGTextLayoutEngine.cpp \
H A Dwebcore_svg.target.darwin-mips.mk74 third_party/WebKit/Source/core/rendering/svg/SVGTextLayoutEngine.cpp \
H A Dwebcore_svg.target.darwin-x86.mk74 third_party/WebKit/Source/core/rendering/svg/SVGTextLayoutEngine.cpp \
H A Dwebcore_svg.target.linux-arm.mk74 third_party/WebKit/Source/core/rendering/svg/SVGTextLayoutEngine.cpp \
H A Dwebcore_svg.target.linux-mips.mk74 third_party/WebKit/Source/core/rendering/svg/SVGTextLayoutEngine.cpp \
H A Dwebcore_svg.target.linux-x86.mk74 third_party/WebKit/Source/core/rendering/svg/SVGTextLayoutEngine.cpp \

Completed in 642 milliseconds