OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addStops
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceGradient.cpp
270
void RenderSVGResourceGradient::
addStops
(GradientData* gradientData, const Vector<Gradient::ColorStop>& stops) const
/external/webkit/Source/WebCore/css/
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 483 milliseconds