Lines Matching defs:stop
344 // 3 color gradient is two intervals, but a 4 color gradient with a hard stop is also
359 // distinct hard stop intervals as needed. It also protects against malformed gradients
489 // two intervals share the middle color stop.
529 // SkTileMode::kClamp should use the colors at their first and last stop (after adding default stops
531 // there is a hard stop.
534 // regardless of the gradient's stop colors.
753 // appropriate. If there is a hard stop, this grabs the expected outer colors for the
775 // We add a tiny delta to t. When gradient stops are set up so that a hard stop in a vertically
778 // we will consistently get the color to the "right" of the stop. Of course if the hard stop
1006 SkScalar stop = 0.f;
1017 fStops[i] = stop;
1018 stop = i < fColorCount - 1 ? stop + random->nextUScalar1() * (1.f - stop) : 1.f;