Home
last modified time | relevance | path

Searched refs:coinEnd (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpCoincidence.cpp538 const SkOpPtT* coinEnd = nullptr; in TRange() local
552 coinEnd = contained; in TRange()
558 if (!coinStart || !coinEnd) { in TRange()
564 return coinStart->fT + (coinEnd->fT - coinStart->fT) * sRatio; in TRange()
H A DSkOpSpan.h198 const SkOpSpanBase* coinEnd() const { in coinEnd() function in SkOpSpanBase
H A DSkPathOpsTSect.cpp842 SkDEBUGCODE(double coinEnd); in extractCoincident()
875 SkDEBUGCODE(coinEnd = last->fEndT); in extractCoincident()
888 SkASSERT(coinEnd == last->fEndT); in extractCoincident()
/third_party/skia/tests/
H A DPathOpsDebug.cpp753 const SkOpSpanBase* coin = this->coinEnd(); in dumpBase()
755 SkDebugf(" coinEnd seg/span=%d/%d", coin->segment()->debugID(), coin->debugID()); in dumpBase()
1350 SkDebugf(" coinEnd "); in dumpCoin()

Completed in 9 milliseconds