Home
last modified time | relevance | path

Searched refs:matchPtT (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpSegment.cpp1338 SkOpPtT* matchPtT = startPtT; in moveMultiples() local
1340 if (matchPtT->segment() == oppPtTSegment) { in moveMultiples()
1343 } while ((matchPtT = matchPtT->next()) != startPtT); in moveMultiples()
H A DSkPathOpsDebug.cpp1014 const SkOpPtT* matchPtT = startPtT; in debugMoveMultiples() local
1016 if (matchPtT->segment() == oppPtTSegment) { in debugMoveMultiples()
1019 } while ((matchPtT = matchPtT->next()) != startPtT); in debugMoveMultiples()

Completed in 9 milliseconds