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

  /external/webkit/WebCore/rendering/
RenderSVGTextPath.h 32 class RenderSVGTextPath : public RenderSVGInline {
34 RenderSVGTextPath(Node*);
42 virtual const char* renderName() const { return "RenderSVGTextPath"; }
52 inline RenderSVGTextPath* toRenderSVGTextPath(RenderObject* object)
54 ASSERT(!object || !strcmp(object->renderName(), "RenderSVGTextPath"));
55 return static_cast<RenderSVGTextPath*>(object);
59 void toRenderSVGTextPath(const RenderSVGTextPath*);
RenderSVGTextPath.cpp 26 #include "RenderSVGTextPath.h"
38 RenderSVGTextPath::RenderSVGTextPath(Node* n)
46 Path RenderSVGTextPath::layoutPath() const
66 float RenderSVGTextPath::startOffset() const
71 bool RenderSVGTextPath::exactAlignment() const
76 bool RenderSVGTextPath::stretchMethod() const

Completed in 373 milliseconds