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

  /external/webkit/Source/WebCore/svg/
GradientAttributes.h 44 const Vector<Gradient::ColorStop>& stops() const { return m_stops; }
66 m_stops = value;
80 Vector<Gradient::ColorStop> m_stops; member in struct:WebCore::GradientAttributes
  /external/webkit/Source/WebCore/css/
CSSGradientValue.h 56 void addStop(const CSSGradientColorStop& stop) { m_stops.append(stop); }
58 Vector<CSSGradientColorStop>& stops() { return m_stops; }
95 Vector<CSSGradientColorStop> m_stops; member in class:WebCore::CSSGradientValue
  /external/webkit/Source/WebCore/platform/graphics/
Gradient.h 170 mutable Vector<ColorStop, 2> m_stops; member in class:WebCore::Gradient

Completed in 610 milliseconds