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

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.h 40 // SVGTextLayoutEngine performs the second layout phase for SVG text.
48 class SVGTextLayoutEngine {
49 WTF_MAKE_NONCOPYABLE(SVGTextLayoutEngine);
51 SVGTextLayoutEngine(Vector<SVGTextLayoutAttributes>&);
54 void beginTextPathLayout(RenderObject*, SVGTextLayoutEngine& lineLayout);
SVGTextLayoutEngine.cpp 23 #include "SVGTextLayoutEngine.h"
37 SVGTextLayoutEngine::SVGTextLayoutEngine(Vector<SVGTextLayoutAttributes>& layoutAttributes)
57 void SVGTextLayoutEngine::updateCharacerPositionIfNeeded(float& x, float& y)
74 void SVGTextLayoutEngine::updateCurrentTextPosition(float x, float y, float glyphAdvance)
86 void SVGTextLayoutEngine::updateRelativePositionAdjustmentsIfNeeded(Vector<float>& dxValues, Vector<float>& dyValues)
122 void SVGTextLayoutEngine::recordTextFragment(SVGInlineTextBox* textBox, Vector<SVGTextMetrics>& textMetricsValues)
153 bool SVGTextLayoutEngine::parentDefinesTextLength(RenderObject* parent) const
174 void SVGTextLayoutEngine::beginTextPathLayout(RenderObject* object, SVGTextLayoutEngine& lineLayout
    [all...]

Completed in 105 milliseconds