Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp945 SkTSpan* lastCandidate = nullptr; in findCoincidentRun() local
958 lastCandidate = work; in findCoincidentRun()
963 *lastPtr = lastCandidate; in findCoincidentRun()
966 lastCandidate = nullptr; in findCoincidentRun()
977 if (lastCandidate) { in findCoincidentRun()
978 *lastPtr = lastCandidate; in findCoincidentRun()