Searched refs:sect2 (Results 1 – 7 of 7) sorted by relevance
/external/skqp/src/pathops/ |
D | SkPathOpsTSect.cpp | 547 bool SkTSect::binarySearchCoin(SkTSect* sect2, double tStart, in binarySearchCoin() argument 557 const SkTCurve& opp = sect2->fCurve; in binarySearchCoin() 579 if (sect2->fHead->contains(oppTTest)) { in binarySearchCoin() 604 } else if (oppPt.approximatelyEqual(sect2->pointLast())) { in binarySearchCoin() 635 bool SkTSect::coincidentCheck(SkTSect* sect2) { in coincidentCheck() argument 648 sect2->validate(); in coincidentCheck() 649 this->computePerpendiculars(sect2, first, last); in coincidentCheck() 651 sect2->validate(); in coincidentCheck() 655 bool success = this->extractCoincident(sect2, coinStart, last, &coinStart); in coincidentCheck() 660 if (!fHead || !sect2->fHead) { in coincidentCheck() [all …]
|
D | SkPathOpsTSect.h | 249 static void BinarySearch(SkTSect* sect1, SkTSect* sect2, 295 bool coincidentCheck(SkTSect* sect2); 296 void coincidentForce(SkTSect* sect2, double start1s, double start1e); 299 void computePerpendiculars(SkTSect* sect2, SkTSpan* first, 311 static int EndsEqual(const SkTSect* sect1, const SkTSect* sect2, 313 bool extractCoincident(SkTSect* sect2, SkTSpan* first, 322 bool matchedDirection(double t, const SkTSect* sect2, double t2) const; 323 void matchedDirCheck(double t, const SkTSect* sect2, double t2, 325 void mergeCoincidence(SkTSect* sect2);
|
/external/skia/src/pathops/ |
D | SkPathOpsTSect.cpp | 548 bool SkTSect::binarySearchCoin(SkTSect* sect2, double tStart, in binarySearchCoin() argument 558 const SkTCurve& opp = sect2->fCurve; in binarySearchCoin() 580 if (sect2->fHead->contains(oppTTest)) { in binarySearchCoin() 605 } else if (oppPt.approximatelyEqual(sect2->pointLast())) { in binarySearchCoin() 636 bool SkTSect::coincidentCheck(SkTSect* sect2) { in coincidentCheck() argument 649 sect2->validate(); in coincidentCheck() 650 this->computePerpendiculars(sect2, first, last); in coincidentCheck() 652 sect2->validate(); in coincidentCheck() 656 bool success = this->extractCoincident(sect2, coinStart, last, &coinStart); in coincidentCheck() 661 if (!fHead || !sect2->fHead) { in coincidentCheck() [all …]
|
D | SkPathOpsTSect.h | 248 static void BinarySearch(SkTSect* sect1, SkTSect* sect2, 294 bool coincidentCheck(SkTSect* sect2); 295 void coincidentForce(SkTSect* sect2, double start1s, double start1e); 298 void computePerpendiculars(SkTSect* sect2, SkTSpan* first, 310 static int EndsEqual(const SkTSect* sect1, const SkTSect* sect2, 312 bool extractCoincident(SkTSect* sect2, SkTSpan* first, 321 bool matchedDirection(double t, const SkTSect* sect2, double t2) const; 322 void matchedDirCheck(double t, const SkTSect* sect2, double t2, 324 void mergeCoincidence(SkTSect* sect2);
|
/external/llvm-project/lld/unittests/MachOTests/ |
D | MachONormalizedFileYAMLTests.cpp | 313 const Section& sect2 = f->sections[1]; in TEST() local 314 EXPECT_TRUE(sect2.segmentName.equals("__TEXT")); in TEST() 315 EXPECT_TRUE(sect2.sectionName.equals("__cstring")); in TEST() 316 EXPECT_EQ((uint32_t)(sect2.type), (uint32_t)(llvm::MachO::S_CSTRING_LITERALS)); in TEST() 317 EXPECT_EQ((uint32_t)(sect2.attributes), 0U); in TEST() 318 EXPECT_EQ((uint16_t)sect2.alignment, 1U); in TEST() 319 EXPECT_EQ((uint64_t)sect2.address, 0x016ULL); in TEST() 320 EXPECT_EQ(sect2.content.size(), 7UL); in TEST() 321 EXPECT_EQ((int)(sect2.content[0]), 0x68); in TEST() 322 EXPECT_EQ((int)(sect2.content[1]), 0x65); in TEST() [all …]
|
/external/skia/tests/ |
D | PathOpsDebug.cpp | 429 void DumpBoth(SkTSect* sect1, SkTSect* sect2) { in DumpBoth() argument 430 sect1->dumpBoth(sect2); in DumpBoth()
|
/external/skqp/tests/ |
D | PathOpsDebug.cpp | 429 void DumpBoth(SkTSect* sect1, SkTSect* sect2) { in DumpBoth() argument 430 sect1->dumpBoth(sect2); in DumpBoth()
|