Lines Matching refs:fIntervals
188 fIntervals.reset();
206 fIntervals.emplace_back(clamp_color, clamp_pos,
211 &fIntervals);
217 SkASSERT(fIntervals.empty() || fIntervals.back().fT1 == t0);
219 fIntervals.emplace_back(pack_color(c0, premulColors, componentScale), t0,
228 fIntervals.emplace_back(clamp_color, last_pos,
233 &fIntervals);
239 const auto* i0 = fIntervals.begin();
240 const auto* i1 = fIntervals.end() - 1;
263 SkASSERT(prev >= fIntervals.begin() && prev < fIntervals.end());
264 SkASSERT(t >= fIntervals.front().fT0 && t <= fIntervals.back().fT1);
273 if (i >= fIntervals.end()) {
274 i = fIntervals.begin();
280 if (i < fIntervals.begin()) {
281 i = fIntervals.end() - 1;