Home
last modified time | relevance | path

Searched refs:fCoinEnd (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/pathops/
DSkOpSpan.h176 SkASSERT(fCoinEnd != this); in clearCoinEnd()
177 fCoinEnd = this; in clearCoinEnd()
181 return fCoinEnd; in coinEnd()
190 while ((next = next->fCoinEnd) != this) { in containsCoinEnd()
248 SkOpSpanBase* coinNext = coin->fCoinEnd; in insertCoinEnd()
249 coin->fCoinEnd = this->fCoinEnd; in insertCoinEnd()
250 this->fCoinEnd = coinNext; in insertCoinEnd()
363 SkOpSpanBase* fCoinEnd; // linked list of coincident spans that end here (may point to itself) variable
DSkPathOpsTSect.h96 fCoinEnd.init(); in debugInit()
140 fCoinEnd.markCoincident(); in markCoincident()
196 SkTCoincident<TCurve, OppCurve> fCoinEnd; variable
554 fCoinEnd.init(); in initBounds()
703 foundEnd |= between(test->fStartT, fCoinEnd.perpT(), test->fEndT); in removeBounded()
710 fCoinEnd.init(); in removeBounded()
787 if (fCoinEnd.isCoincident()) { in validate()
788 validatePerpT(fCoinEnd.perpT()); in validate()
789 validatePerpPt(fCoinEnd.perpT(), fCoinEnd.perpPt()); in validate()
865 result->fCoinEnd.debugInit(); in addOne()
[all …]
DSkOpSpan.cpp261 while ((next = next->fCoinEnd) != this) { in containsCoinEnd()
280 fCoinEnd = this; in initBase()
DSkPathOpsDebug.cpp1559 nextCoin = next->fCoinEnd; in debugCoinEndLoopCheck()
1560 SkASSERT(nextCoin == this || nextCoin->fCoinEnd != nextCoin); in debugCoinEndLoopCheck()
1562 const SkOpSpanBase* checkCoin = this->fCoinEnd; in debugCoinEndLoopCheck()
1565 innerCoin = innerCoin->fCoinEnd; in debugCoinEndLoopCheck()
/external/skia/tests/
DPathOpsTSectDebug.h207 fCoinEnd.dump(); in dumpCoin()
217 char cE = fCoinEnd.dumpIsCoincidentStr(); in dumpID()