Home
last modified time | relevance | path

Searched refs:fCoincident (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/pathops/
DSkOpSpan.h43 bool coincident() const { return fCoincident; } in coincident()
145 fCoincident = true; in setCoincident()
174 mutable bool fCoincident; // set if at some point a coincident span pointed here variable
429 if (fCoincident == this) { in clearCoincident()
432 fCoincident = this; in clearCoincident()
442 while ((next = next->fCoincident) != this) { in containsCoincidence()
475 SkOpSpan* coinNext = coin->fCoincident; in insertCoincidence()
476 coin->fCoincident = this->fCoincident; in insertCoincidence()
477 this->fCoincident = coinNext; in insertCoincidence()
488 return fCoincident != this; in isCoincident()
[all …]
DSkOpSpan.cpp105 fCoincident = false; in init()
383 const SkOpSpan* next = fCoincident; in containsCoincidence()
388 } while ((next = next->fCoincident) != this); in containsCoincidence()
395 fCoincident = this; in init()
DSkPathOpsTSect.cpp503 , fCoincident(nullptr) in SkTSect()
707 SkTSpan* test = fCoincident; in coincidentHasT()
1259 SkTSpan* test = fCoincident; in mergeCoincidence()
1280 test = fCoincident; in mergeCoincidence()
1307 fCoincident = larger->fNext; in mergeCoincidence()
1391 span->fNext = fCoincident; in removeCoincident()
1392 fCoincident = span; in removeCoincident()
1581 const SkTSpan* coincident = fCoincident; in validate()
1919 SkTSpan* coincident = sect1->fCoincident; in BinarySearch()
1924 coincident = sect1->fCoincident; in BinarySearch()
[all …]
DSkPathOpsTSect.h358 SkTSpan* fCoincident; variable
DSkPathOpsDebug.cpp2630 nextCoin = next->fCoincident; in debugCoinLoopCheck()
2631 SkASSERT(nextCoin == this || nextCoin->fCoincident != nextCoin); in debugCoinLoopCheck()
2633 const SkOpSpan* checkCoin = this->fCoincident; in debugCoinLoopCheck()
2636 innerCoin = innerCoin->fCoincident; in debugCoinLoopCheck()
/external/skia/src/pathops/
DSkOpSpan.h43 bool coincident() const { return fCoincident; } in coincident()
145 fCoincident = true; in setCoincident()
174 mutable bool fCoincident; // set if at some point a coincident span pointed here variable
429 if (fCoincident == this) { in clearCoincident()
432 fCoincident = this; in clearCoincident()
442 while ((next = next->fCoincident) != this) { in containsCoincidence()
475 SkOpSpan* coinNext = coin->fCoincident; in insertCoincidence()
476 coin->fCoincident = this->fCoincident; in insertCoincidence()
477 this->fCoincident = coinNext; in insertCoincidence()
488 return fCoincident != this; in isCoincident()
[all …]
DSkOpSpan.cpp105 fCoincident = false; in init()
383 const SkOpSpan* next = fCoincident; in containsCoincidence()
388 } while ((next = next->fCoincident) != this); in containsCoincidence()
395 fCoincident = this; in init()
DSkPathOpsTSect.cpp504 , fCoincident(nullptr) in SkTSect()
708 SkTSpan* test = fCoincident; in coincidentHasT()
1260 SkTSpan* test = fCoincident; in mergeCoincidence()
1281 test = fCoincident; in mergeCoincidence()
1308 fCoincident = larger->fNext; in mergeCoincidence()
1392 span->fNext = fCoincident; in removeCoincident()
1393 fCoincident = span; in removeCoincident()
1582 const SkTSpan* coincident = fCoincident; in validate()
1919 SkTSpan* coincident = sect1->fCoincident; in BinarySearch()
1924 coincident = sect1->fCoincident; in BinarySearch()
[all …]
DSkPathOpsTSect.h357 SkTSpan* fCoincident; variable
DSkPathOpsDebug.cpp2607 nextCoin = next->fCoincident; in debugCoinLoopCheck()
2608 SkASSERT(nextCoin == this || nextCoin->fCoincident != nextCoin); in debugCoinLoopCheck()
2610 const SkOpSpan* checkCoin = this->fCoincident; in debugCoinLoopCheck()
2613 innerCoin = innerCoin->fCoincident; in debugCoinLoopCheck()
/external/skia/tests/
DPathOpsDebug.cpp693 this->fCoincident ? " coin" : "", in dumpBase()
775 const SkOpSpan* coincident = fCoincident; in dumpCoin()
785 } while ((coincident = coincident->fCoincident) != this); in dumpCoin()
789 SkOpSpan* coin = fCoincident; in dumpSpan()
1259 dumpCommon(fCoincident); in dumpCoin()
1263 dumpCommonCurves(fCoincident); in dumpCoinCurves()
/external/skqp/tests/
DPathOpsDebug.cpp693 this->fCoincident ? " coin" : "", in dumpBase()
775 const SkOpSpan* coincident = fCoincident; in dumpCoin()
785 } while ((coincident = coincident->fCoincident) != this); in dumpCoin()
789 SkOpSpan* coin = fCoincident; in dumpSpan()
1259 dumpCommon(fCoincident); in dumpCoin()
1263 dumpCommonCurves(fCoincident); in dumpCoinCurves()