Lines Matching refs:fSectorEnd
70 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd, in after()
72 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after()
73 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after()
90 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd, in after()
92 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after()
93 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after()
101 return COMPARE_RESULT(4, (lh->fSectorEnd > rh->fSectorStart) in after()
102 ^ (fSectorStart > lh->fSectorEnd) ^ (fSectorStart > rh->fSectorStart)); in after()
219 int start = SkTMin(fSectorStart, fSectorEnd); in checkCrossesZero()
220 int end = SkTMax(fSectorStart, fSectorEnd); in checkCrossesZero()
985 fSectorEnd = fSectorStart; in setSector()
990 fSectorEnd = this->findSector(verb, fSweep[1].fX, fSweep[1].fY); in setSector()
991 if (fSectorEnd < 0) { in setSector()
993 fSectorStart = fSectorEnd = -1; in setSector()
998 if (fSectorEnd == fSectorStart in setSector()
1004 int start = SkTMin(fSectorStart, fSectorEnd); in setSector()
1010 if ((fSectorEnd & 3) == 3) { in setSector()
1011 fSectorEnd = (fSectorEnd + (curveBendsCCW ? 31 : 1)) & 0x1f; in setSector()
1014 start = SkTMin(fSectorStart, fSectorEnd); in setSector()
1015 int end = SkTMax(fSectorStart, fSectorEnd); in setSector()