Lines Matching refs:oppStart
171 bool* start, bool* oppStart) {
176 if (onlyEndPointsInCommon(opp, start, oppStart, &ptsInCommon)) {
199 bool* start, bool* oppStart) {
203 int hullSect = this->hullCheck(opp, start, oppStart);
207 hullSect = opp->hullCheck(this, oppStart, start);
307 bool* start, bool* oppStart, bool* ptsInCommon) {
309 *start = *oppStart = true;
312 *oppStart = true;
315 *oppStart = false;
317 *start = *oppStart = false;
327 opp->fPart->otherPts(*oppStart ? 0 : opp->fPart->pointLast(), oppOtherPts);
986 bool spanStart, oppStart;
987 int hullResult = span->hullsIntersect(oppSpan, &spanStart, &oppStart);
1004 if (oppStart) {
1143 double oppStart = oppRayI[0][closeIndex];
1144 thisLine[0] = fCurve.ptAtT(oppStart);
1145 thisLine[1] = thisLine[0] + fCurve.dxdyAtT(oppStart);