/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGShape.cpp | 50 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 …]
|
D | RenderSVGRect.cpp | 37 : 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()
|
D | RenderSVGEllipse.cpp | 38 : 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()
|
D | RenderSVGShape.h | 46 class RenderSVGShape : public RenderSVGModelObject { 48 explicit RenderSVGShape(SVGGraphicsElement*); 49 RenderSVGShape(SVGGraphicsElement*, Path*, bool); 50 virtual ~RenderSVGShape(); 129 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGShape, isSVGShape());
|
D | RenderSVGPath.cpp | 38 : RenderSVGShape(node) in RenderSVGPath() 48 RenderSVGShape::updateShapeFromElement(); in updateShapeFromElement() 83 RenderSVGShape::strokeShape(context); in strokeShape() 106 if (RenderSVGShape::shapeDependentStrokeContains(point)) in shapeDependentStrokeContains()
|
D | RenderSVGEllipse.h | 34 class RenderSVGEllipse FINAL : public RenderSVGShape { 43 …virtual bool isEmpty() const { return m_usePathFallback ? RenderSVGShape::isEmpty() : m_fillBoundi… in isEmpty()
|
D | RenderSVGRect.h | 36 class RenderSVGRect FINAL : public RenderSVGShape { 45 …virtual bool isEmpty() const { return m_usePathFallback ? RenderSVGShape::isEmpty() : m_fillBoundi… in isEmpty()
|
D | SVGRenderTreeAsText.h | 42 class RenderSVGShape; variable 49 void write(TextStream&, const RenderSVGShape&, int indent);
|
D | RenderSVGResourceSolidColor.h | 38 …RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*);
|
D | RenderSVGPath.h | 33 class RenderSVGPath FINAL : public RenderSVGShape {
|
D | SVGRenderTreeAsText.cpp | 260 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()
|
D | RenderSVGResourceGradient.h | 52 …, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*) OVERRIDE FIN…
|
D | RenderSVGResourcePattern.h | 55 …RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*);
|
D | RenderSVGResourceMasker.h | 48 …rce(RenderObject*, GraphicsContext*&, unsigned short, const Path*, const RenderSVGShape*) OVERRIDE;
|
D | RenderSVGResource.h | 64 …yResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*, const RenderSVGShape*) { } in postApplyResource() argument
|
D | RenderSVGResourceClipper.h | 54 …RenderObject*, GraphicsContext*&, unsigned short, const Path*, const RenderSVGShape*) OVERRIDE FIN…
|
D | RenderSVGResourceFilter.h | 70 …RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*);
|
D | RenderSVGResourceSolidColor.cpp | 84 …phicsContext*& context, unsigned short resourceMode, const Path* path, const RenderSVGShape* shape) in postApplyResource()
|
D | RenderSVGResourceGradient.cpp | 141 …phicsContext*& context, unsigned short resourceMode, const Path* path, const RenderSVGShape* shape) in postApplyResource()
|
D | RenderSVGResourceMasker.cpp | 80 unsigned short resourceMode, const Path*, const RenderSVGShape*) in postApplyResource() argument
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGCircleElement.cpp | 108 RenderSVGShape* renderer = toRenderSVGShape(this->renderer()); in svgAttributeChanged()
|
D | SVGLineElement.cpp | 114 RenderSVGShape* renderer = toRenderSVGShape(this->renderer()); in svgAttributeChanged()
|
D | SVGEllipseElement.cpp | 115 RenderSVGShape* renderer = toRenderSVGShape(this->renderer()); in svgAttributeChanged()
|
D | SVGPolyElement.cpp | 118 RenderSVGShape* renderer = toRenderSVGShape(this->renderer()); in svgAttributeChanged()
|
D | SVGRectElement.cpp | 129 RenderSVGShape* renderer = toRenderSVGShape(this->renderer()); in svgAttributeChanged()
|