Lines Matching defs:end
47 const int end = fBegin + fAdvance * (fShader.fColorCount - 1);
63 } while (prev != end);
74 const int end = fBegin + fAdvance * (fShader.fColorCount - 2);
78 while (prev != end) {
88 // emit the last interval with a pinned end position, to avoid precision issues
166 // wraps around at the end:
174 // (the iterator should never run off the end in this mode)
240 const auto* i1 = fIntervals.end() - 1;
263 SkASSERT(prev >= fIntervals.begin() && prev < fIntervals.end());
273 if (i >= fIntervals.end()) {
281 i = fIntervals.end() - 1;