Home | History | Annotate | Download | only in style

Lines Matching refs:stops

45     stops = defaultStyle->stops;
60 stops.init();
72 stops = other.stops;
90 && stops == other.stops
123 stops = other->stops;
199 // If gradient stops change, we just need to repaint. Style updates are already handled through RenderSVGGradientSTop.
200 if (stops != other->stops)