/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/flutter/skia/src/pathops/ |
D | SkPathOpsTSect.cpp | 1581 const SkTSpan* coincident = fCoincident; in validate() local 1582 while (coincident) { in validate() 1584 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 | 2445 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/flutter/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/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/flutter/flutter/packages/flutter/lib/src/material/ |
D | ink_highlight.dart | 35 /// otherwise, the highlight rectangle is coincident with the [referenceBox].
|
/third_party/flutter/skia/src/gpu/ |
D | GrTessellator.cpp | 717 bool coincident(const SkPoint& a, const SkPoint& b) { in coincident() function 1020 if (coincident(edge->fTop->fPoint, other->fTop->fPoint)) { in merge_edges_above() 1041 if (coincident(edge->fBottom->fPoint, other->fBottom->fPoint)) { in merge_edges_below() 1202 if (prevV && coincident(prevV->fPoint, p)) { in create_sorted_vertex() 1204 } else if (nextV && coincident(nextV->fPoint, p)) { in create_sorted_vertex() 1319 if (coincident(prev->fPoint, v->fPoint)) { in sanitize_contours() 1346 if (coincident(v->fPrev->fPoint, v->fPoint)) { in merge_coincident_vertices()
|
/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/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | shifted_box.dart | 1140 /// This box will be sized so that its bottom is 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/memchr/bench/data/sherlock/ |
D | huge.txt | 4928 the sudden breaking up of the society was coincident with the
|
/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/regex/regex-capi/examples/ |
D | sherlock.txt | 4928 the sudden breaking up of the society was coincident with the
|