RenderSVGTextPath 32 Source/core/rendering/svg/RenderSVGTextPath.cpp RenderSVGTextPath::RenderSVGTextPath(Element* element) RenderSVGTextPath 37 Source/core/rendering/svg/RenderSVGTextPath.cpp bool RenderSVGTextPath::isChildAllowed(RenderObject* child, RenderStyle*) const RenderSVGTextPath 52 Source/core/rendering/svg/RenderSVGTextPath.cpp Path RenderSVGTextPath::layoutPath() const RenderSVGTextPath 73 Source/core/rendering/svg/RenderSVGTextPath.cpp float RenderSVGTextPath::startOffset() const RenderSVGTextPath 28 Source/core/rendering/svg/RenderSVGTextPath.h class RenderSVGTextPath FINAL : public RenderSVGInline { RenderSVGTextPath 30 Source/core/rendering/svg/RenderSVGTextPath.h explicit RenderSVGTextPath(Element*); RenderSVGTextPath 45 Source/core/rendering/svg/RenderSVGTextPath.h DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGTextPath, isSVGTextPath()); RenderSVGTextPath 171 Source/core/rendering/svg/SVGTextLayoutEngine.cpp RenderSVGTextPath* textPath = toRenderSVGTextPath(object); RenderSVGTextPath 137 Source/core/svg/SVGTextPathElement.cpp return new RenderSVGTextPath(this);