Searched refs:coincident (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/src/pathops/ |
D | SkPathOpsTSect.cpp | 1582 const SkTSpan* coincident = fCoincident; in validate() local 1583 while (coincident) { in validate() 1585 coincident = coincident->fNext; in validate() 1919 SkTSpan* coincident = sect1->fCoincident; in BinarySearch() local 1920 if (coincident) { in BinarySearch() 1922 if (coincident->fNext) { in BinarySearch() 1924 coincident = sect1->fCoincident; in BinarySearch() 1928 if (!coincident) { in BinarySearch() 1931 if (!coincident->fCoinStart.isMatch()) { in BinarySearch() 1934 if (!coincident->fCoinEnd.isMatch()) { in BinarySearch() [all …]
|
D | SkOpSegment.cpp | 1670 bool coincident = true; in testForCoincidence() local 1677 coincident = false; in testForCoincidence() 1695 coincident = true; in testForCoincidence() 1699 return coincident; in testForCoincidence()
|
D | SkOpSpan.h | 43 bool coincident() const { return fCoincident; } in coincident() function
|
D | SkOpSpan.cpp | 293 if (!test->coincident()) { in checkForCollapsedCoincidence()
|
D | SkPathOpsDebug.cpp | 2423 if (!test->coincident()) { in debugCheckForCollapsedCoincidence()
|
/third_party/skia/src/gpu/geometry/ |
D | GrTriangulator.cpp | 444 static bool coincident(const SkPoint& a, const SkPoint& b) { in coincident() function 804 if (coincident(edge->fTop->fPoint, other->fTop->fPoint)) { in mergeEdgesAbove() 825 if (coincident(edge->fBottom->fPoint, other->fBottom->fPoint)) { in mergeEdgesBelow() 998 if (prevV && coincident(prevV->fPoint, p)) { in makeSortedVertex() 1000 } else if (nextV && coincident(nextV->fPoint, p)) { in makeSortedVertex() 1080 if (coincident(p, left->fTop->fPoint)) { in checkForIntersection() 1082 } else if (coincident(p, left->fBottom->fPoint)) { in checkForIntersection() 1084 } else if (coincident(p, right->fTop->fPoint)) { in checkForIntersection() 1086 } else if (coincident(p, right->fBottom->fPoint)) { in checkForIntersection() 1122 if (coincident(prev->fPoint, v->fPoint)) { in sanitizeContours() [all …]
|
/third_party/skia/tests/ |
D | PathOpsDebug.cpp | 775 const SkOpSpan* coincident = fCoincident; in dumpCoin() local 780 coincident->dump(); in dumpCoin() 785 } while ((coincident = coincident->fCoincident) != this); in dumpCoin()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | Roadmap.adoc | 89 The cadence of releasing new roadmap milestones is likely to be somewhat coincident with hardware v… 94 A 2 year cadence, being exactly coincident with core version releases, would likely be the lower bo…
|
/third_party/openGLES/extensions/NV/ |
D | NV_evaluators.txt | 484 is introduced into the tessellation, it must be coincident with another 485 vertex, and whenever a vertex is removed, it must have been coincident
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_evaluators.txt | 484 is introduced into the tessellation, it must be coincident with another 485 vertex, and whenever a vertex is removed, it must have been coincident
|
/third_party/rust/crates/aho-corasick/bench/data/ |
D | sherlock.txt | 4928 the sudden breaking up of the society was coincident with the
|
/third_party/rust/crates/memchr/bench/data/sherlock/ |
D | huge.txt | 4928 the sudden breaking up of the society was coincident with the
|
/third_party/rust/crates/regex/bench/src/data/ |
D | sherlock.txt | 4928 the sudden breaking up of the society was coincident with the
|
/third_party/rust/crates/regex/regex-capi/examples/ |
D | sherlock.txt | 4928 the sudden breaking up of the society was coincident with the
|