OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RenderSVGResourceGradient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceGradient.h
44
class
RenderSVGResourceGradient
: public RenderSVGResourceContainer {
46
explicit
RenderSVGResourceGradient
(SVGGradientElement*);
RenderSVGResourceGradient.cpp
25
#include "core/rendering/svg/
RenderSVGResourceGradient
.h"
33
RenderSVGResourceGradient
::
RenderSVGResourceGradient
(SVGGradientElement* node)
39
void
RenderSVGResourceGradient
::removeAllClientsFromCache(bool markForInvalidation)
46
void
RenderSVGResourceGradient
::removeClientFromCache(RenderObject* client, bool markForInvalidation)
53
bool
RenderSVGResourceGradient
::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
141
void
RenderSVGResourceGradient
::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned short resourceMode, const Path* path, const RenderSVGShape* shape)
162
void
RenderSVGResourceGradient
::addStops(GradientData* gradientData, const Vector<Gradient::ColorStop>& stops) const
171
GradientSpreadMethod
RenderSVGResourceGradient
::platformSpreadMethodFromSVGType(SVGSpreadMethodType method) const
Completed in 44 milliseconds