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

  /external/webkit/Source/WebCore/svg/
SVGGradientElement.cpp 150 Vector<Gradient::ColorStop> stops; local
171 stops.append(Gradient::ColorStop(offset, r, g, b, a));
174 return stops;
GradientAttributes.h 44 const Vector<Gradient::ColorStop>& stops() const { return m_stops; } function in struct:WebCore::GradientAttributes
  /external/webkit/Source/WebCore/css/
CSSGradientValue.h 58 Vector<CSSGradientColorStop>& stops() { return m_stops; } function in class:WebCore::CSSGradientValue
94 // Stops
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 41 typedef void (*FuncGradientFillRectLinear)(HDC hdc, const IntRect& r, const IntPoint& p0, const IntPoint& p1, const Vector<Gradient::ColorStop>& stops);
42 typedef void (*FuncGradientFillRectRadial)(HDC hdc, const IntRect& r, const IntPoint& p0, const IntPoint& p1, float r0, float r1, const Vector<Gradient::ColorStop>& stops);
1311 const Vector<Gradient::ColorStop>& stops = gradient->getStops(); local
1404 const Vector<Gradient::ColorStop>& stops = gradient->getStops(); local
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 203 if (!(stops->opacity == obj))
204 stops.access()->opacity = obj;
209 if (!(stops->color == obj))
210 stops.access()->color = obj;
304 float stopOpacity() const { return stops->opacity; }
305 Color stopColor() const { return stops->color; }
392 DataRef<StyleStopData> stops; member in class:WebCore::SVGRenderStyle
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 3234 ArrayList<ActivityRecord> stops = null; local
    [all...]

Completed in 1565 milliseconds