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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGShape.h43 class RenderSVGShape : public RenderSVGModelObject { class in namespace:blink
45 explicit RenderSVGShape(SVGGraphicsElement*);
46 RenderSVGShape(SVGGraphicsElement*, Path*, bool);
47 virtual ~RenderSVGShape();
90 virtual const char* renderName() const OVERRIDE { return "RenderSVGShape"; }
125 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGShape, isSVGShape());
H A DRenderSVGShape.cpp29 #include "core/rendering/svg/RenderSVGShape.h"
48 RenderSVGShape::RenderSVGShape(SVGGraphicsElement* node) function in class:blink::RenderSVGShape
56 RenderSVGShape::~RenderSVGShape()
60 void RenderSVGShape::updateShapeFromElement()
64 ASSERT(RenderSVGShape::isShapeEmpty());
73 void RenderSVGShape::fillShape(GraphicsContext* context) const
78 void RenderSVGShape::strokeShape(GraphicsContext* context) const
89 bool RenderSVGShape
[all...]

Completed in 110 milliseconds