Searched refs:oppPtTEnd (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkOpCoincidence.cpp | 53 this->correctOneEnd(&SkCoincidentSpans::oppPtTEnd, &SkCoincidentSpans::setOppPtTEnd); in correctEnds() 98 const SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd) { in extend() 106 ? fOppPtTEnd->fT > oppPtTEnd->fT : fOppPtTEnd->fT < oppPtTEnd->fT)) { in extend() 107 this->setEnds(coinPtTEnd, oppPtTEnd); in extend() 115 const SkOpPtT* coinPtTEnd, const SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd) { in set() 119 this->setEnds(coinPtTEnd, oppPtTEnd); in set() 148 const SkOpPtT* SkCoincidentSpans::oppPtTEnd() const { in oppPtTEnd() function in SkCoincidentSpans 192 const SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd) { in extend() 203 swap(coinPtTEnd, oppPtTEnd); in extend() 97 extend(const SkOpPtT* coinPtTStart, const SkOpPtT* coinPtTEnd, const SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd) extend() argument 114 set(SkCoincidentSpans* next, const SkOpPtT* coinPtTStart, const SkOpPtT* coinPtTEnd, const SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd) set() argument 191 extend(const SkOpPtT* coinPtTStart, const SkOpPtT* coinPtTEnd, const SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd) extend() argument 235 DebugCheckAdd(const SkCoincidentSpans* check, const SkOpPtT* coinPtTStart, const SkOpPtT* coinPtTEnd, const SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd) DebugCheckAdd() argument 249 add(SkOpPtT* coinPtTStart, SkOpPtT* coinPtTEnd, SkOpPtT* oppPtTStart, SkOpPtT* oppPtTEnd) add() argument [all...] |
H A D | SkOpCoincidence.h | 58 const SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd); 71 const SkOpPtT* oppPtTEnd() const; 79 const SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd); 97 void setEnds(const SkOpPtT* coinPtTEnd, const SkOpPtT* oppPtTEnd) { in setEnds() argument 99 this->setOppPtTEnd(oppPtTEnd); in setEnds() 149 SkOpPtT* oppPtTEnd); 155 const SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd) const; 214 const SkOpPtT* oppPtTEnd); 243 const SkOpPtT* oppPtTEnd) { in add() 245 const_cast<SkOpPtT*>(oppPtTStart), const_cast<SkOpPtT*>(oppPtTEnd)); in add() 242 add(const SkOpPtT* coinPtTStart, const SkOpPtT* coinPtTEnd, const SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd) add() argument [all...] |
H A D | SkPathOpsDebug.cpp | 1391 SkASSERT(oppPtTEnd()->span() == outer || !SkOpGlobalState::DebugRunFail()); in debugStartCheck() 1419 this->debugCorrectOneEnd(log, &SkCoincidentSpans::oppPtTEnd, nullptr); in debugCorrectEnds() 1588 if (span->coinPtTEnd()->fPt != span->oppPtTEnd()->fPt) { in debugAddEndMovedSpans() 1590 bool oOnEnd = zero_or_one(span->oppPtTEnd()->fT); in debugAddEndMovedSpans() 1593 if (this->debugAddEndMovedSpans(log, span->oppPtTEnd()), false) { in debugAddEndMovedSpans() 1623 SkOPASSERT(coin->coinPtTEnd()->contains(coin->oppPtTEnd())); in debugAddExpanded() 1627 const SkOpSpanBase* oEnd = coin->oppPtTEnd()->span(); in debugAddExpanded() 1682 oEnd = coin->oppPtTEnd()->span(); in debugAddExpanded() 1770 ? overlap->oppPtTEnd()->fT > test->oppPtTEnd() in debugAddOrOverlap() [all...] |
Completed in 6 milliseconds