HomeSort by relevance Sort by last modified time
    Searched refs:RenderSVGTextPath (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGTextPath.h 29 class RenderSVGTextPath : public RenderSVGInline {
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*);
RenderSVGTextPath.cpp 23 #include "RenderSVGTextPath.h"
36 RenderSVGTextPath::RenderSVGTextPath(Node* n)
44 Path RenderSVGTextPath::layoutPath() const
65 float RenderSVGTextPath::startOffset() const
70 bool RenderSVGTextPath::exactAlignment() const
75 bool RenderSVGTextPath::stretchMethod() const
SVGTextLayoutEngine.cpp 26 #include "RenderSVGTextPath.h"
179 RenderSVGTextPath* textPath = toRenderSVGTextPath(object);