Home
last modified time | relevance | path

Searched refs:testForCoincidence (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/pathops/
DSkOpCoincidence.cpp292 && this->testForCoincidence(outer, testS, testE)) { in addMissing()
299 && this->testForCoincidence(inner, testS, testE)) { in addMissing()
688 bool SkOpCoincidence::testForCoincidence(const SkCoincidentSpans* outer, const SkOpPtT* testS, in testForCoincidence() function in SkOpCoincidence
690 return testS->segment()->testForCoincidence(testS, testE, testS->span(), in testForCoincidence()
DSkOpCoincidence.h119 bool testForCoincidence(const SkCoincidentSpans* outer, const SkOpPtT* testS,
DSkOpSegment.h371 bool testForCoincidence(const SkOpPtT* priorPtT, const SkOpPtT* ptT, const SkOpSpanBase* prior,
DSkPathOpsDebug.cpp691 coincident = testForCoincidence(priorPtT, ptT, prior, spanBase, opp, 5000); in debugMissingCoincidence()
1328 && this->testForCoincidence(outer, testS, testE)) { in debugAddMissing()
1337 && this->testForCoincidence(inner, testS, testE)) { in debugAddMissing()
DSkOpSegment.cpp1278 coincident = testForCoincidence(priorPtT, ptT, prior, spanBase, opp, 5000); in missingCoincidence()
1676 bool SkOpSegment::testForCoincidence(const SkOpPtT* priorPtT, const SkOpPtT* ptT, in testForCoincidence() function in SkOpSegment