Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkOpSegment.cpp1230 SkOpPtT* rootPriorPtT = priorPtT->span()->ptT(); in missingCoincidence() local
1234 if (coincidences->contains(rootPriorPtT, rootPtT, rootOppStart, rootOppEnd)) { in missingCoincidence()
1237 if (this->testForCoincidence(rootPriorPtT, rootPtT, prior, spanBase, opp)) { in missingCoincidence()
1241 rootPriorPtT->debugID(), rootPtT->debugID(), rootOppStart->debugID(), in missingCoincidence()
1244 if (!coincidences->extend(rootPriorPtT, rootPtT, rootOppStart, rootOppEnd)) { in missingCoincidence()
1245 coincidences->add(rootPriorPtT, rootPtT, rootOppStart, rootOppEnd); in missingCoincidence()
1248 SkASSERT(coincidences->contains(rootPriorPtT, rootPtT, rootOppStart, rootOppEnd)); in missingCoincidence()
H A DSkPathOpsDebug.cpp910 const SkOpPtT* rootPriorPtT = priorPtT->span()->ptT(); in debugMissingCoincidence() local
914 if (coincidence->contains(rootPriorPtT, rootPtT, rootOppStart, rootOppEnd)) { in debugMissingCoincidence()
917 if (testForCoincidence(rootPriorPtT, rootPtT, prior, spanBase, opp)) { in debugMissingCoincidence()
921 // rootPriorPtT->debugID(), rootPtT->debugID(), rootOppStart->debugID(), in debugMissingCoincidence()
925 // coincidences->add(rootPriorPtT, rootPtT, rootOppStart, rootOppEnd); in debugMissingCoincidence()
928 // SkASSERT(coincidences->contains(rootPriorPtT, rootPtT, rootOppStart, rootOppEnd); in debugMissingCoincidence()

Completed in 10 milliseconds