Home | History | Annotate | Download | only in Intersection

Lines Matching refs:stopIndex

264                 for (size_t stopIndex = 0; stopIndex < stopCount; ++stopIndex) {
265 bool extend = start[startIndex] == rect2.fLeft && stop[stopIndex] == rect2.fRight;
266 bool edge = start[startIndex] == rect2.fLeft || stop[stopIndex] == rect2.fRight;
267 SkRect rect1 = SkRect::MakeLTRB(start[startIndex], 0, stop[stopIndex], 10);
275 rect1 = SkRect::MakeLTRB(start[startIndex], 40, stop[stopIndex], 50);
282 rect1 = SkRect::MakeLTRB(0, start[startIndex], 10, stop[stopIndex]);
289 rect1 = SkRect::MakeLTRB(40, start[startIndex], 50, stop[stopIndex]);
358 for (size_t stopIndex = 0; stopIndex < stopCount; ++stopIndex) {
359 SkRect rect1 = SkRect::MakeLTRB(start[startIndex], 0, stop[stopIndex], 0);
373 rect1 = SkRect::MakeLTRB(start[startIndex], 40, stop[stopIndex], 40);
385 rect1 = SkRect::MakeLTRB(0, start[startIndex], 0, stop[stopIndex]);
397 rect1 = SkRect::MakeLTRB(40, start[startIndex], 40, stop[stopIndex]);