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

  /external/skia/src/pathops/
SkOpSpan.h 194 return fCoinEnd;
204 while ((next = next->fCoinEnd) != this) {
284 SkOpSpanBase* coinNext = coin->fCoinEnd;
285 coin->fCoinEnd = this->fCoinEnd;
286 this->fCoinEnd = coinNext;
402 SkOpSpanBase* fCoinEnd; // linked list of coincident spans that end here (may point to itself)
SkPathOpsTSect.h 98 fCoinEnd.init();
151 fCoinEnd.markCoincident();
207 SkTCoincident<TCurve, OppCurve> fCoinEnd;
577 fCoinEnd.init();
727 foundEnd |= between(test->fStartT, fCoinEnd.perpT(), test->fEndT);
734 fCoinEnd.init();
816 if (fCoinEnd.isMatch()) {
817 validatePerpT(fCoinEnd.perpT());
818 validatePerpPt(fCoinEnd.perpT(), fCoinEnd.perpPt())
    [all...]
  /external/skqp/src/pathops/
SkOpSpan.h 194 return fCoinEnd;
204 while ((next = next->fCoinEnd) != this) {
284 SkOpSpanBase* coinNext = coin->fCoinEnd;
285 coin->fCoinEnd = this->fCoinEnd;
286 this->fCoinEnd = coinNext;
402 SkOpSpanBase* fCoinEnd; // linked list of coincident spans that end here (may point to itself)
SkPathOpsTSect.h 98 fCoinEnd.init();
151 fCoinEnd.markCoincident();
207 SkTCoincident<TCurve, OppCurve> fCoinEnd;
577 fCoinEnd.init();
727 foundEnd |= between(test->fStartT, fCoinEnd.perpT(), test->fEndT);
734 fCoinEnd.init();
816 if (fCoinEnd.isMatch()) {
817 validatePerpT(fCoinEnd.perpT());
818 validatePerpPt(fCoinEnd.perpT(), fCoinEnd.perpPt())
    [all...]

Completed in 89 milliseconds