Home | History | Annotate | Download | only in css

Lines Matching refs:compareStops

69 static inline bool compareStops(const CSSGradientColorStop& a, const CSSGradientColorStop& b)
82 std::stable_sort(m_stops.begin(), m_stops.end(), compareStops);