Searched refs:oppStart (Results 1 - 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
H A D | SkPathOpsTSect.h | 127 int hullsIntersect(SkTSpan<OppCurve, TCurve>* span, bool* start, bool* oppStart); 148 bool* oppStart, bool* ptsInCommon); 185 int hullCheck(const SkTSpan<OppCurve, TCurve>* opp, bool* start, bool* oppStart); 497 bool* start, bool* oppStart) { 502 if (onlyEndPointsInCommon(opp, start, oppStart, &ptsInCommon)) { 525 bool* start, bool* oppStart) { 529 int hullSect = this->hullCheck(opp, start, oppStart); 533 hullSect = opp->hullCheck(this, oppStart, start); 635 bool* start, bool* oppStart, bool* ptsInCommon) { 637 *start = *oppStart 496 hullCheck(const SkTSpan<OppCurve, TCurve>* opp, bool* start, bool* oppStart) argument 524 hullsIntersect(SkTSpan<OppCurve, TCurve>* opp, bool* start, bool* oppStart) argument 634 onlyEndPointsInCommon(const SkTSpan<OppCurve, TCurve>* opp, bool* start, bool* oppStart, bool* ptsInCommon) argument 1256 bool spanStart, oppStart; local 1408 double oppStart = oppRayI[0][closeIndex]; local [all...] |
H A D | SkOpSegment.cpp | 1259 SkOpPtT* oppStart = prior->ptT(); local 1264 SkTSwap(oppStart, oppEnd); 1266 bool flipped = oppStart->fT > oppEnd->fT; 1268 if (coincidences->contains(priorPtT, ptT, oppStart, oppEnd, flipped)) { 1272 coincident = (SkDPoint::ApproximatelyEqual(priorPtT->fPt, oppStart->fPt) || 1274 (SkDPoint::ApproximatelyEqual(ptT->fPt, oppStart->fPt) || 1282 if (!coincidences->extend(priorPtT, ptT, oppStart, oppEnd) 1283 && !coincidences->extend(oppStart, oppEnd, priorPtT, ptT)) { 1284 coincidences->add(priorPtT, ptT, oppStart, oppEnd, allocator);
|
H A D | SkPathOpsDebug.cpp | 672 const SkOpPtT* oppStart = prior->ptT(); local 677 SkTSwap(oppStart, oppEnd); 679 bool flipped = oppStart->fT > oppEnd->fT; 681 if (coincidences->contains(priorPtT, ptT, oppStart, oppEnd, flipped)) { 685 coincident = (SkDPoint::ApproximatelyEqual(priorPtT->fPt, oppStart->fPt) || 687 (SkDPoint::ApproximatelyEqual(ptT->fPt, oppStart->fPt) || 694 log->record(kMissingCoin_Glitch, id, priorPtT, ptT, oppStart, oppEnd);
|
Completed in 195 milliseconds