Home
last modified time | relevance | path

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

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