Home | History | Annotate | Download | only in svg

Lines Matching refs:RenderSVGResourceGradient

26 #include "RenderSVGResourceGradient.h"
37 RenderSVGResourceGradient::RenderSVGResourceGradient(SVGGradientElement* node)
46 RenderSVGResourceGradient::~RenderSVGResourceGradient()
55 void RenderSVGResourceGradient::removeAllClientsFromCache(bool markForInvalidation)
66 void RenderSVGResourceGradient::removeClientFromCache(RenderObject* client, bool markForInvalidation)
141 bool RenderSVGResourceGradient::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
232 void RenderSVGResourceGradient::postApplyResource(RenderObject* object, GraphicsContext*& context, unsigned short resourceMode, const Path* path)
270 void RenderSVGResourceGradient::addStops(GradientData* gradientData, const Vector<Gradient::ColorStop>& stops) const