Searched defs:coin (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 434 SkCoincidentSpans* coin = this->fHead; in addExpanded() local 944 bool SkOpCoincidence::contains(const SkCoincidentSpans* coin, const SkOpSegment* seg, in contains() 1008 SkCoincidentSpans* coin = fHead; in correctEnds() local 1020 SkCoincidentSpans* coin = fHead; in apply() local 1152 bool SkOpCoincidence::release(SkCoincidentSpans* coin, SkCoincidentSpans* remove) { in release() 1173 void SkOpCoincidence::releaseDeleted(SkCoincidentSpans* coin) { in releaseDeleted() 1228 SkCoincidentSpans* coin = fHead; in expand() local 1299 void SkOpCoincidence::fixUp(SkCoincidentSpans* coin, SkOpPtT* deleted, const SkOpPtT* kept) { in fixUp() 1337 SkCoincidentSpans* coin = fHead; in mark() local 1381 void SkOpCoincidence::markCollapsed(SkCoincidentSpans* coin, SkOpPtT* test) { in markCollapsed() [all …]
|
D | SkOpSpan.h | 206 bool containsCoinEnd(const SkOpSpanBase* coin) const { in containsCoinEnd() 282 void insertCoinEnd(SkOpSpanBase* coin) { in insertCoinEnd() 439 bool containsCoincidence(const SkOpSpan* coin) const { in containsCoincidence() 468 void insertCoincidence(SkOpSpan* coin) { in insertCoincidence()
|
D | SkPathOpsDebug.cpp | 28 #define FAIL_IF(cond, coin) \ argument 1613 const SkCoincidentSpans* coin = this->fHead; in debugAddExpanded() local 1959 void SkOpCoincidence::debugRelease(SkPathOpsDebug::GlitchLog* log, const SkCoincidentSpans* coin, c… in debugRelease() argument 1981 const SkCoincidentSpans* coin = fHead; in debugRelease() local 1998 const SkCoincidentSpans* coin = fHead; in debugExpand() local 2026 const SkCoincidentSpans* coin = fHead; in debugMark() local 2074 …incidence::debugMarkCollapsed(SkPathOpsDebug::GlitchLog* log, const SkCoincidentSpans* coin, const… in debugMarkCollapsed() argument 2232 const SkCoincidentSpans* coin = head; in DebugValidate() local 2257 const SkCoincidentSpans* coin = head; in DebugCheckBetween() local 2297 const SkCoincidentSpans* coin = fHead; in debugCorrectEnds() local
|
D | SkPathOpsTSect.cpp | 1299 SkTCoincident coin; in mergeCoincidence() local
|
/third_party/skia/tests/ |
D | PathOpsDebug.cpp | 259 const SkOpAngle* CoincidenceAngle(SkOpCoincidence* coin, int id) { in CoincidenceAngle() 263 SkOpContour* CoincidenceContour(SkOpCoincidence* coin, int id) { in CoincidenceContour() 267 const SkOpPtT* CoincidencePtT(SkOpCoincidence* coin, int id) { in CoincidencePtT() 271 const SkOpSegment* CoincidenceSegment(SkOpCoincidence* coin, int id) { in CoincidenceSegment() 275 const SkOpSpanBase* CoincidenceSpan(SkOpCoincidence* coin, int id) { in CoincidenceSpan() 753 const SkOpSpanBase* coin = this->coinEnd(); in dumpBase() local 789 SkOpSpan* coin = fCoincident; in dumpSpan() local
|
D | PathOpsConicIntersectionTest.cpp | 297 bool coin) { in oneOff()
|
D | PathOpsCubicIntersectionTest.cpp | 391 bool coin) { in oneOff()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
D | bits_test.cc | 315 bool coin = absl::Bernoulli(gen, 0.2); in GeneratePopcountInput() local
|