Home
last modified time | relevance | path

Searched refs:checkOverlap (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpCoincidence.cpp568 bool SkOpCoincidence::checkOverlap(SkCoincidentSpans* check, in checkOverlap() function in SkOpCoincidence
574 return this->checkOverlap(check, oppSeg, coinSeg, oppTs, oppTe, coinTs, coinTe, in checkOverlap()
577 return this->checkOverlap(check, oppSeg, coinSeg, oppTe, oppTs, coinTe, coinTs, overlaps); in checkOverlap()
664 if (!this->checkOverlap(fTop, coinSeg, oppSeg, coinTs, coinTe, oppTs, oppTe, &overlaps)) { in addOrOverlap()
667 if (fHead && !this->checkOverlap(fHead, coinSeg, oppSeg, coinTs, in addOrOverlap()
H A DSkOpCoincidence.h260 bool checkOverlap(SkCoincidentSpans* check,
H A DSkPathOpsDebug.cpp1747 if (fTop && !this->checkOverlap(fTop, coinSeg, oppSeg, coinTs, coinTe, oppTs, oppTe, in debugAddOrOverlap()
1751 if (fHead && !this->checkOverlap(fHead, coinSeg, oppSeg, coinTs, in debugAddOrOverlap()

Completed in 9 milliseconds