Lines Matching refs:fSectorEnd
76 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd, in after()
78 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after()
79 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after()
96 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd, in after()
98 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after()
99 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after()
107 return COMPARE_RESULT(4, (lh->fSectorEnd > rh->fSectorStart) in after()
108 ^ (fSectorStart > lh->fSectorEnd) ^ (fSectorStart > rh->fSectorStart)); in after()
329 int start = std::min(fSectorStart, fSectorEnd); in checkCrossesZero()
330 int end = std::max(fSectorStart, fSectorEnd); in checkCrossesZero()
1072 fSectorEnd = fSectorStart; in setSector()
1077 fSectorEnd = this->findSector(verb, fPart.fSweep[1].fX, fPart.fSweep[1].fY); in setSector()
1078 if (fSectorEnd < 0) { in setSector()
1080 fSectorStart = fSectorEnd = -1; in setSector()
1085 if (fSectorEnd == fSectorStart in setSector()
1091 int start = std::min(fSectorStart, fSectorEnd); in setSector()
1097 if ((fSectorEnd & 3) == 3) { in setSector()
1098 fSectorEnd = (fSectorEnd + (curveBendsCCW ? 31 : 1)) & 0x1f; in setSector()
1101 start = std::min(fSectorStart, fSectorEnd); in setSector()
1102 int end = std::max(fSectorStart, fSectorEnd); in setSector()