Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pathops/
DSkOpSpan.cpp309 SkOpPtT* testNext; in mergeMatches() local
316 testNext = test->next(); in mergeMatches()
367 } while ((test = testNext) != stop); in mergeMatches()
DSkPathOpsDebug.cpp2499 const SkOpPtT* testNext; in debugMergeMatches() local
2502 testNext = test->next(); in debugMergeMatches()
2556 } while ((test = testNext) != stop); in debugMergeMatches()
/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()