Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSpan.h194 return fCoinEnd; in coinEnd()
204 while ((next = next->fCoinEnd) != this) { in containsCoinEnd()
284 SkOpSpanBase* coinNext = coin->fCoinEnd; in insertCoinEnd()
285 coin->fCoinEnd = this->fCoinEnd; in insertCoinEnd()
286 this->fCoinEnd = coinNext; in insertCoinEnd()
402 SkOpSpanBase* fCoinEnd; // linked list of coincident spans that end here (may point to itself) variable
DSkPathOpsTSect.h98 fCoinEnd.init(); in debugInit()
151 fCoinEnd.markCoincident(); in markCoincident()
207 SkTCoincident<TCurve, OppCurve> fCoinEnd; variable
577 fCoinEnd.init(); in initBounds()
727 foundEnd |= between(test->fStartT, fCoinEnd.perpT(), test->fEndT); in removeBounded()
734 fCoinEnd.init(); in removeBounded()
816 if (fCoinEnd.isMatch()) { in validate()
817 validatePerpT(fCoinEnd.perpT()); in validate()
818 validatePerpPt(fCoinEnd.perpT(), fCoinEnd.perpPt()); in validate()
900 result->fCoinEnd.debugInit(); in addOne()
[all …]
DSkOpSpan.cpp212 while ((next = next->fCoinEnd) != this) { in containsCoinEnd()
231 fCoinEnd = this; in initBase()
DSkPathOpsDebug.cpp2446 nextCoin = next->fCoinEnd; in debugCoinEndLoopCheck()
2447 SkASSERT(nextCoin == this || nextCoin->fCoinEnd != nextCoin); in debugCoinEndLoopCheck()
2449 const SkOpSpanBase* checkCoin = this->fCoinEnd; in debugCoinEndLoopCheck()
2452 innerCoin = innerCoin->fCoinEnd; in debugCoinEndLoopCheck()
/external/skia/tests/
DPathOpsTSectDebug.h209 fCoinEnd.dump(); in dumpCoin()
219 char cE = fCoinEnd.dumpIsCoincidentStr(); in dumpID()