Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkPathOpsTSect.h144 int hullsIntersect(SkTSpan* span, bool* start, bool* oppStart);
165 bool* oppStart, bool* ptsInCommon);
214 int hullCheck(const SkTSpan* opp, bool* start, bool* oppStart);
H A DSkPathOpsTSect.cpp171 bool* start, bool* oppStart) { in hullCheck()
176 if (onlyEndPointsInCommon(opp, start, oppStart, &ptsInCommon)) { in hullCheck()
199 bool* start, bool* oppStart) { in hullsIntersect()
203 int hullSect = this->hullCheck(opp, start, oppStart); in hullsIntersect()
207 hullSect = opp->hullCheck(this, oppStart, start); in hullsIntersect()
307 bool* start, bool* oppStart, bool* ptsInCommon) { in onlyEndPointsInCommon()
309 *start = *oppStart = true; in onlyEndPointsInCommon()
312 *oppStart = true; in onlyEndPointsInCommon()
315 *oppStart = false; in onlyEndPointsInCommon()
317 *start = *oppStart in onlyEndPointsInCommon()
170 hullCheck(const SkTSpan* opp, bool* start, bool* oppStart) hullCheck() argument
198 hullsIntersect(SkTSpan* opp, bool* start, bool* oppStart) hullsIntersect() argument
306 onlyEndPointsInCommon(const SkTSpan* opp, bool* start, bool* oppStart, bool* ptsInCommon) onlyEndPointsInCommon() argument
986 bool spanStart, oppStart; intersects() local
1143 double oppStart = oppRayI[0][closeIndex]; linesIntersect() local
[all...]
H A DSkOpCoincidence.cpp319 SkOpPtT* oppStart = writableSeg->addT(t); in addEndMovedSpans() local
320 if (oppStart == testPtT) { in addEndMovedSpans()
324 oppStart->span()->addOpp(writableBase); in addEndMovedSpans()
325 if (oppStart->deleted()) { in addEndMovedSpans()
329 SkOpSegment* oppSeg = oppStart->segment(); in addEndMovedSpans()
334 oppTs = oppStart->fT; in addEndMovedSpans()
339 coinTs = oppStart->fT; in addEndMovedSpans()
H A DSkPathOpsDebug.cpp901 const SkOpPtT* oppStart = prior->ptT(); in debugMissingCoincidence() local
907 swap(oppStart, oppEnd); in debugMissingCoincidence()
912 const SkOpPtT* rootOppStart = oppStart->span()->ptT(); in debugMissingCoincidence()
924 log->record(SkPathOpsDebug::kMissingCoin_Glitch, priorPtT, ptT, oppStart, oppEnd); in debugMissingCoincidence()
1497 SkOpPtT* oppStart = writableSeg->addT(t); in debugAddEndMovedSpans() local
1498 if (oppStart == testPtT) { in debugAddEndMovedSpans()
1502 oppStart->span()->addOpp(writableBase); in debugAddEndMovedSpans()
1503 if (oppStart->deleted()) { in debugAddEndMovedSpans()
1507 SkOpSegment* oppSeg = oppStart->segment(); in debugAddEndMovedSpans()
1512 oppTs = oppStart in debugAddEndMovedSpans()
[all...]
H A DSkOpSegment.cpp1221 SkOpPtT* oppStart = prior->ptT(); in missingCoincidence() local
1227 swap(oppStart, oppEnd); in missingCoincidence()
1232 SkOpPtT* rootOppStart = oppStart->span()->ptT(); in missingCoincidence()

Completed in 12 milliseconds