Searched refs:testForCoincidence (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 292 && 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()
|
D | SkOpCoincidence.h | 119 bool testForCoincidence(const SkCoincidentSpans* outer, const SkOpPtT* testS,
|
D | SkOpSegment.h | 371 bool testForCoincidence(const SkOpPtT* priorPtT, const SkOpPtT* ptT, const SkOpSpanBase* prior,
|
D | SkPathOpsDebug.cpp | 691 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()
|
D | SkOpSegment.cpp | 1278 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
|