/external/skqp/src/pathops/ |
D | SkOpCoincidence.cpp | 568 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()
|
D | SkOpCoincidence.h | 260 bool checkOverlap(SkCoincidentSpans* check,
|
D | SkPathOpsDebug.cpp | 1770 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/ |
D | SkOpCoincidence.cpp | 568 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()
|
D | SkOpCoincidence.h | 260 bool checkOverlap(SkCoincidentSpans* check,
|
D | SkPathOpsDebug.cpp | 1747 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/ |
D | Writer.cpp | 2714 static void checkOverlap(StringRef name, std::vector<SectionOffset> §ions, 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/ |
D | TestUnits.java | 1224 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()
|