Home
last modified time | relevance | path

Searched refs:radial (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/svg/
DSVGRadialGradientElement.cpp166 … const SVGRadialGradientElement* radial = static_cast<const SVGRadialGradientElement*>(current); in collectGradientProperties() local
169 attributes.setCx(radial->cx().valueAsPercentage()); in collectGradientProperties()
172 attributes.setCy(radial->cy().valueAsPercentage()); in collectGradientProperties()
175 attributes.setR(radial->r().valueAsPercentage()); in collectGradientProperties()
178 attributes.setFx(radial->fx().valueAsPercentage()); in collectGradientProperties()
181 attributes.setFy(radial->fy().valueAsPercentage()); in collectGradientProperties()
/external/webkit/WebCore/
DChangeLog-2009-06-161549 Fix a crash for radial gradients with a zero radius.
5675 When creating a linear or radial gradient with a single stop
71213 in radial gradients. We don't need CAIRO_EXTEND_NONE in SVG, Canvas
DChangeLog-2008-08-1032304 …All of the features of <canvas> are supported: gradients can be linear or radial, have multiple st…