Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSegment.cpp1371 SkOpPtT* matchPtT = startPtT; in moveMultiples() local
1373 if (matchPtT->segment() == oppPtTSegment) { in moveMultiples()
1376 } while ((matchPtT = matchPtT->next()) != startPtT); in moveMultiples()
DSkPathOpsDebug.cpp772 const SkOpPtT* matchPtT = startPtT; in debugMoveMultiples() local
774 if (matchPtT->segment() == oppPtTSegment) { in debugMoveMultiples()
777 } while ((matchPtT = matchPtT->next()) != startPtT); in debugMoveMultiples()