Searched defs:RenderSVGTextPath (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGTextPath.h29 class RenderSVGTextPath : public RenderSVGInline { class in namespace:WebCore
31 RenderSVGTextPath(Node*);
41 virtual const char* renderName() const { return "RenderSVGTextPath"; }
51 inline RenderSVGTextPath* toRenderSVGTextPath(RenderObject* object)
53 ASSERT(!object || !strcmp(object->renderName(), "RenderSVGTextPath"));
54 return static_cast<RenderSVGTextPath*>(object);
58 void toRenderSVGTextPath(const RenderSVGTextPath*);
H A DRenderSVGTextPath.cpp23 #include "RenderSVGTextPath.h"
36 RenderSVGTextPath::RenderSVGTextPath(Node* n) function in class:WebCore::RenderSVGTextPath
44 Path RenderSVGTextPath::layoutPath() const
65 float RenderSVGTextPath::startOffset() const
70 bool RenderSVGTextPath::exactAlignment() const
75 bool RenderSVGTextPath::stretchMethod() const

Completed in 110 milliseconds