Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSegment.cpp1237 SkOpSpan* priorTest = spanBase->prev(); in missingCoincidence() local
1238 while (!priorOpp && priorTest) { in missingCoincidence()
1239 priorStopPtT = priorPtT = priorTest->ptT(); in missingCoincidence()
1246 prior = priorTest; in missingCoincidence()
1251 priorTest = priorTest->prev(); in missingCoincidence()
DSkPathOpsDebug.cpp653 const SkOpSpan* priorTest = spanBase->prev(); in debugMissingCoincidence() local
654 while (!priorOpp && priorTest) { in debugMissingCoincidence()
655 priorStopPtT = priorPtT = priorTest->ptT(); in debugMissingCoincidence()
662 prior = priorTest; in debugMissingCoincidence()
667 priorTest = priorTest->prev(); in debugMissingCoincidence()