Home
last modified time | relevance | path

Searched refs:checkOverlap (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/pathops/
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()
DSkOpCoincidence.h260 bool checkOverlap(SkCoincidentSpans* check,
DSkPathOpsDebug.cpp1770 if (fTop && !this->checkOverlap(fTop, coinSeg, oppSeg, coinTs, coinTe, oppTs, oppTe, in debugAddOrOverlap()
1774 if (fHead && !this->checkOverlap(fHead, coinSeg, oppSeg, coinTs, in debugAddOrOverlap()
/external/skia/src/pathops/
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()
DSkOpCoincidence.h260 bool checkOverlap(SkCoincidentSpans* check,
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()
/external/llvm-project/lld/ELF/
DWriter.cpp2714 static void checkOverlap(StringRef name, std::vector<SectionOffset> &sections, in checkOverlap() function
2765 checkOverlap("file", fileOffs, false); in checkSections()
2782 checkOverlap("virtual address", vmas, true); in checkSections()
2791 checkOverlap("load address", lmas, false); in checkSections()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestUnits.java1224 Multimap<String, Set<String>> checkOverlap = LinkedHashMultimap.create(); in checkUnitPreferences() local
1227 checkOverlap.put(region, regionSet); in checkUnitPreferences()
1230 … for (Entry<String, Collection<Set<String>>> entry : checkOverlap.asMap().entrySet()) { in checkUnitPreferences()