Home
last modified time | relevance | path

Searched defs:stops (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGGradientElement.cpp150 Vector<Gradient::ColorStop> stops; in buildStops() local
DSVGLinearGradientElement.cpp160 const Vector<Gradient::ColorStop>& stops(current->buildStops()); in collectGradientAttributes() local
DSVGRadialGradientElement.cpp171 const Vector<Gradient::ColorStop>& stops(current->buildStops()); in collectGradientAttributes() local
DGradientAttributes.h44 const Vector<Gradient::ColorStop>& stops() const { return m_stops; } in stops() function
/external/webkit/Source/WebCore/css/
DCSSGradientValue.h58 Vector<CSSGradientColorStop>& stops() { return m_stops; } in stops() function
DCSSGradientValue.cpp140 Vector<GradientStop> stops(numStops); in addStops() local
DCSSParser.cpp5357 Vector<CSSGradientColorStop>& stops = result->stops(); in parseLinearGradient() local
/external/skia/src/effects/gradients/
DSkSweepGradient.cpp452 SkScalar* stops = stopsArray; in TestCreate() local
DSkLinearGradient.cpp528 SkScalar* stops = stopsArray; in TestCreate() local
DSkGradientShader.cpp829 SkScalar** stops, in RandomGradientParams()
DSkTwoPointConicalGradient.cpp445 SkScalar* stops = stopsArray; in TestCreate() local
DSkTwoPointRadialGradient.cpp505 SkScalar* stops = stopsArray; in TestCreate() local
DSkRadialGradient.cpp549 SkScalar* stops = stopsArray; in TestCreate() local
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h392 DataRef<StyleStopData> stops; variable
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp1311 const Vector<Gradient::ColorStop>& stops = gradient->getStops(); in gradientAverageColor() local
1404 const Vector<Gradient::ColorStop>& stops = gradient->getStops(); in fillRect() local