Home
last modified time | relevance | path

Searched refs:RenderSVGShape (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGShape.cpp50 RenderSVGShape::RenderSVGShape(SVGGraphicsElement* node) in RenderSVGShape() function in WebCore::RenderSVGShape
58 RenderSVGShape::~RenderSVGShape() in ~RenderSVGShape()
62 void RenderSVGShape::updateShapeFromElement() in updateShapeFromElement()
66 ASSERT(RenderSVGShape::isEmpty()); in updateShapeFromElement()
75 bool RenderSVGShape::isEmpty() const in isEmpty()
80 void RenderSVGShape::fillShape(GraphicsContext* context) const in fillShape()
85 void RenderSVGShape::strokeShape(GraphicsContext* context) const in strokeShape()
96 bool RenderSVGShape::shapeDependentStrokeContains(const FloatPoint& point) in shapeDependentStrokeContains()
112 bool RenderSVGShape::shapeDependentFillContains(const FloatPoint& point, const WindRule fillRule) c… in shapeDependentFillContains()
117 bool RenderSVGShape::fillContains(const FloatPoint& point, bool requiresFill, const WindRule fillRu… in fillContains()
[all …]
DRenderSVGRect.cpp37 : RenderSVGShape(node) in RenderSVGRect()
59 RenderSVGShape::updateShapeFromElement(); in updateShapeFromElement()
88 RenderSVGShape::fillShape(context); in fillShape()
101 RenderSVGShape::strokeShape(context); in strokeShape()
114 RenderSVGShape::updateShapeFromElement(); in shapeDependentStrokeContains()
115 return RenderSVGShape::shapeDependentStrokeContains(point); in shapeDependentStrokeContains()
124 return RenderSVGShape::shapeDependentFillContains(point, fillRule); in shapeDependentFillContains()
DRenderSVGEllipse.cpp38 : RenderSVGShape(node) in RenderSVGEllipse()
58 RenderSVGShape::updateShapeFromElement(); in updateShapeFromElement()
99 RenderSVGShape::fillShape(context); in fillShape()
110 RenderSVGShape::strokeShape(context); in strokeShape()
122 RenderSVGShape::updateShapeFromElement(); in shapeDependentStrokeContains()
123 return RenderSVGShape::shapeDependentStrokeContains(point); in shapeDependentStrokeContains()
144 return RenderSVGShape::shapeDependentFillContains(point, fillRule); in shapeDependentFillContains()
DRenderSVGShape.h46 class RenderSVGShape : public RenderSVGModelObject {
48 explicit RenderSVGShape(SVGGraphicsElement*);
49 RenderSVGShape(SVGGraphicsElement*, Path*, bool);
50 virtual ~RenderSVGShape();
129 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGShape, isSVGShape());
DRenderSVGPath.cpp38 : RenderSVGShape(node) in RenderSVGPath()
48 RenderSVGShape::updateShapeFromElement(); in updateShapeFromElement()
83 RenderSVGShape::strokeShape(context); in strokeShape()
106 if (RenderSVGShape::shapeDependentStrokeContains(point)) in shapeDependentStrokeContains()
DRenderSVGEllipse.h34 class RenderSVGEllipse FINAL : public RenderSVGShape {
43 …virtual bool isEmpty() const { return m_usePathFallback ? RenderSVGShape::isEmpty() : m_fillBoundi… in isEmpty()
DRenderSVGRect.h36 class RenderSVGRect FINAL : public RenderSVGShape {
45 …virtual bool isEmpty() const { return m_usePathFallback ? RenderSVGShape::isEmpty() : m_fillBoundi… in isEmpty()
DSVGRenderTreeAsText.h42 class RenderSVGShape; variable
49 void write(TextStream&, const RenderSVGShape&, int indent);
DRenderSVGResourceSolidColor.h38 …RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*);
DRenderSVGPath.h33 class RenderSVGPath FINAL : public RenderSVGShape {
DSVGRenderTreeAsText.cpp260 const RenderSVGShape& shape = static_cast<const RenderSVGShape&>(object); in writeStyle()
264 …ntingResource = RenderSVGResource::strokePaintingResource(const_cast<RenderSVGShape*>(&shape), sha… in writeStyle()
291 …aintingResource = RenderSVGResource::fillPaintingResource(const_cast<RenderSVGShape*>(&shape), sha… in writeStyle()
315 static TextStream& operator<<(TextStream& ts, const RenderSVGShape& shape) in operator <<()
599 void write(TextStream& ts, const RenderSVGShape& shape, int indent) in write()
DRenderSVGResourceGradient.h52 …, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*) OVERRIDE FIN…
DRenderSVGResourcePattern.h55 …RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*);
DRenderSVGResourceMasker.h48 …rce(RenderObject*, GraphicsContext*&, unsigned short, const Path*, const RenderSVGShape*) OVERRIDE;
DRenderSVGResource.h64 …yResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*, const RenderSVGShape*) { } in postApplyResource() argument
DRenderSVGResourceClipper.h54 …RenderObject*, GraphicsContext*&, unsigned short, const Path*, const RenderSVGShape*) OVERRIDE FIN…
DRenderSVGResourceFilter.h70 …RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*);
DRenderSVGResourceSolidColor.cpp84 …phicsContext*& context, unsigned short resourceMode, const Path* path, const RenderSVGShape* shape) in postApplyResource()
DRenderSVGResourceGradient.cpp141 …phicsContext*& context, unsigned short resourceMode, const Path* path, const RenderSVGShape* shape) in postApplyResource()
DRenderSVGResourceMasker.cpp80 unsigned short resourceMode, const Path*, const RenderSVGShape*) in postApplyResource() argument
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGCircleElement.cpp108 RenderSVGShape* renderer = toRenderSVGShape(this->renderer()); in svgAttributeChanged()
DSVGLineElement.cpp114 RenderSVGShape* renderer = toRenderSVGShape(this->renderer()); in svgAttributeChanged()
DSVGEllipseElement.cpp115 RenderSVGShape* renderer = toRenderSVGShape(this->renderer()); in svgAttributeChanged()
DSVGPolyElement.cpp118 RenderSVGShape* renderer = toRenderSVGShape(this->renderer()); in svgAttributeChanged()
DSVGRectElement.cpp129 RenderSVGShape* renderer = toRenderSVGShape(this->renderer()); in svgAttributeChanged()

12