Lines Matching defs:start
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);
262 int start = 0, end = fPart->pointLast(); // the outside points are usually the extremes
272 start = outer;
278 double origX = (*fPart)[start].fX;
279 double origY = (*fPart)[start].fY;
307 bool* start, bool* oppStart, bool* ptsInCommon) {
309 *start = *oppStart = true;
311 *start = false;
314 *start = true;
317 *start = *oppStart = false;
325 int baseIndex = *start ? 0 : fPart->pointLast();
1149 double start = thisRayI[0][oppCloseIndex];
1150 oppLine[0] = opp->fCurve.ptAtT(start);
1151 oppLine[1] = oppLine[0] + opp->fCurve.dxdyAtT(start);