Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSpan.h144 SkASSERT(fCoinEnd != this); in clearCoinEnd()
145 fCoinEnd = this; in clearCoinEnd()
149 return fCoinEnd; in coinEnd()
158 while ((next = next->fCoinEnd) != this) { in containsCoinEnd()
212 SkOpSpanBase* coinNext = coin->fCoinEnd; in insertCoinEnd()
213 coin->fCoinEnd = this->fCoinEnd; in insertCoinEnd()
214 this->fCoinEnd = coinNext; in insertCoinEnd()
323 SkOpSpanBase* fCoinEnd; // linked list of coincident spans that end here (may point to itself) variable
DSkPathOpsTSect.h80 fCoinEnd.init(); in debugInit()
123 fCoinEnd.markCoincident(); in markCoincident()
179 SkTCoincident<TCurve, OppCurve> fCoinEnd; variable
535 fCoinEnd.init(); in initBounds()
684 foundEnd |= between(test->fStartT, fCoinEnd.perpT(), test->fEndT); in removeBounded()
691 fCoinEnd.init(); in removeBounded()
768 if (fCoinEnd.isCoincident()) { in validate()
769 validatePerpT(fCoinEnd.perpT()); in validate()
770 validatePerpPt(fCoinEnd.perpT(), fCoinEnd.perpPt()); in validate()
980 work->fCoinStart = prior->fCoinEnd; in computePerpendiculars()
[all …]
DSkPathOpsDebug.cpp439 nextCoin = next->fCoinEnd; in debugCoinEndLoopCheck()
440 SkASSERT(nextCoin == this || nextCoin->fCoinEnd != nextCoin); in debugCoinEndLoopCheck()
442 const SkOpSpanBase* checkCoin = this->fCoinEnd; in debugCoinEndLoopCheck()
445 innerCoin = innerCoin->fCoinEnd; in debugCoinEndLoopCheck()
DSkOpSpan.cpp197 while ((next = next->fCoinEnd) != this) { in containsCoinEnd()
216 fCoinEnd = this; in initBase()
DSkPathOpsPostSect.cpp230 while ((next = next->fCoinEnd) != this) { in containsCoinEnd()
249 fCoinEnd = this; in initBase()
/external/skia/tests/
DPathOpsTSectDebug.h179 fCoinEnd.dump(); in dumpCoin()
188 if (fCoinEnd.isCoincident()) { in dumpID()