HomeSort by relevance Sort by last modified time
    Searched refs:addStops (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceGradient.h 57 void addStops(GradientData*, const Vector<Gradient::ColorStop>&) const;
RenderSVGResourceLinearGradient.cpp 61 addStops(gradientData, m_attributes.stops());
RenderSVGResourceRadialGradient.cpp 66 addStops(gradientData, m_attributes.stops());
RenderSVGResourceGradient.cpp 270 void RenderSVGResourceGradient::addStops(GradientData* gradientData, const Vector<Gradient::ColorStop>& stops) const
  /external/webkit/Source/WebCore/css/
CSSGradientValue.h 77 void addStops(Gradient*, RenderObject*, RenderStyle* rootStyle, float maxLengthForRepeat = 0);
CSSGradientValue.cpp 112 void CSSGradientValue::addStops(Gradient* gradient, RenderObject* renderer, RenderStyle* rootStyle, float maxLengthForRepeat)
556 addStops(gradient.get(), renderer, rootStyle, 1);
847 // addStops() only uses maxExtent for repeating gradients.
    [all...]

Completed in 565 milliseconds