Searched refs:oppStart (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsTSect.h138 int hullsIntersect(SkTSpan<OppCurve, TCurve>* span, bool* start, bool* oppStart);
159 bool* oppStart, bool* ptsInCommon);
196 int hullCheck(const SkTSpan<OppCurve, TCurve>* opp, bool* start, bool* oppStart);
520 bool* start, bool* oppStart) {
525 if (onlyEndPointsInCommon(opp, start, oppStart, &ptsInCommon)) {
548 bool* start, bool* oppStart) {
552 int hullSect = this->hullCheck(opp, start, oppStart);
556 hullSect = opp->hullCheck(this, oppStart, start);
659 bool* start, bool* oppStart, bool* ptsInCommon) {
661 *start = *oppStart
519 hullCheck(const SkTSpan<OppCurve, TCurve>* opp, bool* start, bool* oppStart) argument
547 hullsIntersect(SkTSpan<OppCurve, TCurve>* opp, bool* start, bool* oppStart) argument
658 onlyEndPointsInCommon(const SkTSpan<OppCurve, TCurve>* opp, bool* start, bool* oppStart, bool* ptsInCommon) argument
1336 bool spanStart, oppStart; local
1491 double oppStart = oppRayI[0][closeIndex]; local
[all...]
H A DSkOpCoincidence.cpp315 SkOpPtT* oppStart = writableSeg->addT(t); local
316 if (oppStart == testPtT) {
320 oppStart->span()->addOpp(writableBase);
321 if (oppStart->deleted()) {
325 SkOpSegment* oppSeg = oppStart->segment();
330 oppTs = oppStart->fT;
334 coinTs = oppStart->fT;
H A DSkPathOpsDebug.cpp924 const SkOpPtT* oppStart = prior->ptT(); local
929 SkTSwap(oppStart, oppEnd);
934 const SkOpPtT* rootOppStart = oppStart->span()->ptT();
946 log->record(SkPathOpsDebug::kMissingCoin_Glitch, priorPtT, ptT, oppStart, oppEnd);
1518 SkOpPtT* oppStart = writableSeg->addT(t); local
1519 if (oppStart == testPtT) {
1523 oppStart->span()->addOpp(writableBase);
1524 if (oppStart->deleted()) {
1528 SkOpSegment* oppSeg = oppStart->segment();
1533 oppTs = oppStart
[all...]
H A DSkOpSegment.cpp1170 SkOpPtT* oppStart = prior->ptT(); local
1175 SkTSwap(oppStart, oppEnd);
1180 SkOpPtT* rootOppStart = oppStart->span()->ptT();

Completed in 83 milliseconds