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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.h 37 // SVGTextLayoutEngine performs the second layout phase for SVG text.
45 class SVGTextLayoutEngine {
46 WTF_MAKE_NONCOPYABLE(SVGTextLayoutEngine);
48 SVGTextLayoutEngine(Vector<SVGTextLayoutAttributes*>&);
52 void beginTextPathLayout(RenderObject*, SVGTextLayoutEngine& lineLayout);
SVGTextLayoutEngine.cpp 22 #include "core/rendering/svg/SVGTextLayoutEngine.h"
37 SVGTextLayoutEngine::SVGTextLayoutEngine(Vector<SVGTextLayoutAttributes*>& layoutAttributes)
59 void SVGTextLayoutEngine::updateCharacterPositionIfNeeded(float& x, float& y)
76 void SVGTextLayoutEngine::updateCurrentTextPosition(float x, float y, float glyphAdvance)
88 void SVGTextLayoutEngine::updateRelativePositionAdjustmentsIfNeeded(float dx, float dy)
115 void SVGTextLayoutEngine::recordTextFragment(SVGInlineTextBox* textBox, const Vector<SVGTextMetrics>& textMetricsValues)
146 bool SVGTextLayoutEngine::parentDefinesTextLength(RenderObject* parent) const
166 void SVGTextLayoutEngine::beginTextPathLayout(RenderObject* object, SVGTextLayoutEngine& lineLayout
    [all...]

Completed in 1052 milliseconds