Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkOpSpan.cpp309 SkOpPtT* testNext; in mergeMatches() local
316 testNext = test->next(); in mergeMatches()
367 } while ((test = testNext) != stop); in mergeMatches()
DSkPathOpsDebug.cpp2477 const SkOpPtT* testNext; in debugMergeMatches() local
2480 testNext = test->next(); in debugMergeMatches()
2534 } while ((test = testNext) != stop); in debugMergeMatches()