Home
last modified time | relevance | path

Searched refs:addStops (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceLinearGradient.cpp61 addStops(gradientData, m_attributes.stops()); in buildGradient()
DRenderSVGResourceRadialGradient.cpp66 addStops(gradientData, m_attributes.stops()); in buildGradient()
DRenderSVGResourceGradient.h57 void addStops(GradientData*, const Vector<Gradient::ColorStop>&) const;
DRenderSVGResourceGradient.cpp270 void RenderSVGResourceGradient::addStops(GradientData* gradientData, const Vector<Gradient::ColorSt… in applyResource() function in WebCore::RenderSVGResourceGradient
/external/webkit/Source/WebCore/css/
DCSSGradientValue.h77 void addStops(Gradient*, RenderObject*, RenderStyle* rootStyle, float maxLengthForRepeat = 0);
DCSSGradientValue.cpp112 void CSSGradientValue::addStops(Gradient* gradient, RenderObject* renderer, RenderStyle* rootStyle,… in addStops() function in WebCore::CSSGradientValue
556 addStops(gradient.get(), renderer, rootStyle, 1); in createGradient()
855 addStops(gradient.get(), renderer, rootStyle, maxExtent); in createGradient()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-162361 (WebCore::CSSGradientValue::addStops):
22929 (WebCore::CSSGradientValue::addStops):
32262 (WebCore::CSSGradientValue::addStops): Pass maxLengthForRepeat, which
32274 corner in order to inform addStops() how much additional extent is required.
33591 (WebCore::CSSGradientValue::addStops): Rename 'positions' to 'stops', and store
33664 (WebCore::CSSGradientValue::addStops): New method that handles the spec rules about