Home | History | Annotate | Download | only in pathops

Lines Matching refs:spanCount

408     int spanCount = fTs.count();
412 SkASSERT(startIndex < spanCount - 1);
416 angle.set(this, spanCount - 1, startIndex);
418 debugCheckPointsEqualish(endIndex, spanCount);
424 int spanCount = fTs.count();
427 } while (++endIndex < spanCount);
1439 int spanCount = fTs.count();
1440 if (spanCount <= 2) {
1441 return spanCount == 2;
1455 int endIndex = spanCount - 1;
1473 SkASSERT(index < spanCount);
3275 bool SkOpSegment::inLoop(const SkOpAngle* baseAngle, int spanCount, int* indexPtr) const {
3282 while (++index < spanCount) {
4002 int spanCount = fTs.count();
4003 if (spanCount <= 2) {
4017 if (inLoop(baseAngle, spanCount, &index)) {
4027 if (inLoop(baseAngle, spanCount, &index)) {
4032 SkASSERT(!inLoop(baseAngle, spanCount, &newIndex) && newIndex == index);
4073 spanCount) {
4084 if (++index == spanCount) {
4095 } while (index < spanCount);