Searched refs:addStops (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGResourceLinearGradient.cpp | 61 addStops(gradientData, m_attributes.stops()); in buildGradient()
|
D | RenderSVGResourceRadialGradient.cpp | 66 addStops(gradientData, m_attributes.stops()); in buildGradient()
|
D | RenderSVGResourceGradient.h | 57 void addStops(GradientData*, const Vector<Gradient::ColorStop>&) const;
|
D | RenderSVGResourceGradient.cpp | 270 void RenderSVGResourceGradient::addStops(GradientData* gradientData, const Vector<Gradient::ColorSt… in applyResource() function in WebCore::RenderSVGResourceGradient
|
/external/webkit/Source/WebCore/css/ |
D | CSSGradientValue.h | 77 void addStops(Gradient*, RenderObject*, RenderStyle* rootStyle, float maxLengthForRepeat = 0);
|
D | CSSGradientValue.cpp | 112 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/ |
D | ChangeLog-2011-02-16 | 2361 (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
|