Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSegment.cpp1148 SkOpSpan* priorTest = spanBase->prev(); in missingCoincidence() local
1149 while (!priorOpp && priorTest) { in missingCoincidence()
1150 priorStopPtT = priorPtT = priorTest->ptT(); in missingCoincidence()
1157 prior = priorTest; in missingCoincidence()
1162 priorTest = priorTest->prev(); in missingCoincidence()
DSkPathOpsDebug.cpp902 const SkOpSpan* priorTest = spanBase->prev(); in debugMissingCoincidence() local
903 while (!priorOpp && priorTest) { in debugMissingCoincidence()
904 priorStopPtT = priorPtT = priorTest->ptT(); in debugMissingCoincidence()
911 prior = priorTest; in debugMissingCoincidence()
916 priorTest = priorTest->prev(); in debugMissingCoincidence()