HomeSort by relevance Sort by last modified time
    Searched refs:fCoinEnd (Results 1 - 6 of 6) sorted by null

  /external/skia/src/pathops/
SkOpSpan.h 144 SkASSERT(fCoinEnd != this);
145 fCoinEnd = this;
149 return fCoinEnd;
158 while ((next = next->fCoinEnd) != this) {
212 SkOpSpanBase* coinNext = coin->fCoinEnd;
213 coin->fCoinEnd = this->fCoinEnd;
214 this->fCoinEnd = coinNext;
323 SkOpSpanBase* fCoinEnd; // linked list of coincident spans that end here (may point to itself)
SkPathOpsTSect.h 80 fCoinEnd.init();
123 fCoinEnd.markCoincident();
179 SkTCoincident<TCurve, OppCurve> fCoinEnd;
535 fCoinEnd.init();
684 foundEnd |= between(test->fStartT, fCoinEnd.perpT(), test->fEndT);
691 fCoinEnd.init();
768 if (fCoinEnd.isCoincident()) {
769 validatePerpT(fCoinEnd.perpT());
770 validatePerpPt(fCoinEnd.perpT(), fCoinEnd.perpPt())
    [all...]
SkPathOpsDebug.cpp 439 nextCoin = next->fCoinEnd;
440 SkASSERT(nextCoin == this || nextCoin->fCoinEnd != nextCoin);
442 const SkOpSpanBase* checkCoin = this->fCoinEnd;
445 innerCoin = innerCoin->fCoinEnd;
SkOpSpan.cpp 197 while ((next = next->fCoinEnd) != this) {
216 fCoinEnd = this;
SkPathOpsPostSect.cpp 230 while ((next = next->fCoinEnd) != this) {
249 fCoinEnd = this;
  /external/skia/tests/
PathOpsTSectDebug.h 179 fCoinEnd.dump();
188 if (fCoinEnd.isCoincident()) {

Completed in 1017 milliseconds