Lines Matching refs:fIntervals
97 fIntervals.init(shader, rec.fDstColorSpace, shader.fTileMode, in LinearGradient4fContext()
100 SkASSERT(fIntervals->count() > 0); in LinearGradient4fContext()
101 fCachedInterval = fIntervals->begin(); in LinearGradient4fContext()
106 SkASSERT(in_range(fx, fIntervals->front().fT0, fIntervals->back().fT1)); in findInterval()
110 SkASSERT(fCachedInterval >= fIntervals->begin()); in findInterval()
111 SkASSERT(fCachedInterval < fIntervals->end()); in findInterval()
115 if (fCachedInterval >= fIntervals->end()) { in findInterval()
116 fCachedInterval = fIntervals->begin(); in findInterval()
117 } else if (fCachedInterval < fIntervals->begin()) { in findInterval()
118 fCachedInterval = fIntervals->end() - 1; in findInterval()
124 const auto* i0 = fIntervals->begin(); in findInterval()
125 const auto* i1 = fIntervals->end() - 1; in findInterval()
218 LinearIntervalProcessor<premul, tileMode> proc(fIntervals->begin(), in shadeSpanInternal()
219 fIntervals->end() - 1, in shadeSpanInternal()