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