Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pathops/
DSkOpSegment.cpp1164 SkOpPtT* ptT = spanBase->ptT(), * spanStopPtT = ptT; in missingCoincidence() local
1166 while ((ptT = ptT->next()) != spanStopPtT) { in missingCoincidence()
DSkPathOpsDebug.cpp869 const SkOpPtT* ptT = spanBase->ptT(), * spanStopPtT = ptT; in debugMissingCoincidence() local
871 while ((ptT = ptT->next()) != spanStopPtT) { in debugMissingCoincidence()
/third_party/skia/src/pathops/
DSkOpSegment.cpp1164 SkOpPtT* ptT = spanBase->ptT(), * spanStopPtT = ptT; in missingCoincidence() local
1166 while ((ptT = ptT->next()) != spanStopPtT) { in missingCoincidence()
DSkPathOpsDebug.cpp847 const SkOpPtT* ptT = spanBase->ptT(), * spanStopPtT = ptT; in debugMissingCoincidence() local
849 while ((ptT = ptT->next()) != spanStopPtT) { in debugMissingCoincidence()