Searched refs:fCoinPtTEnd (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 26 if (coinRec->fCoinPtTEnd->fT < coinPtTStart->fT) { in extend() 33 if (coinRec->fCoinPtTEnd->fT < coinPtTEnd->fT) { in extend() 34 coinRec->fCoinPtTEnd = coinPtTEnd; in extend() 50 coinRec->fCoinPtTEnd = coinPtTEnd; in add() 97 int tweenCount = (int) between(check->fCoinPtTStart->fT, cTs, check->fCoinPtTEnd->fT) in addIfMissing() 98 + (int) between(check->fCoinPtTStart->fT, cTe, check->fCoinPtTEnd->fT) in addIfMissing() 136 if (this->overlap(outer->fCoinPtTStart, outer->fCoinPtTEnd, in addMissing() 137 inner->fCoinPtTStart, inner->fCoinPtTEnd, &overS, &overE)) { in addMissing() 138 if (!this->addIfMissing(outer->fCoinPtTStart, outer->fCoinPtTEnd, in addMissing() 139 inner->fCoinPtTStart, inner->fCoinPtTEnd, overS, overE, in addMissing() [all …]
|
D | SkPathOpsPostSect.cpp | 354 coinRec->fCoinPtTEnd = coinPtTEnd; in add() 368 if (coin->fCoinPtTStart == coinPtTStart && coin->fCoinPtTEnd == coinPtTEnd in contains() 384 SkOpSpanBase* end = coin->fCoinPtTEnd->span(); in apply() 476 SkOpSpanBase* end = coin->fCoinPtTEnd->span(); in mark()
|
D | SkOpCoincidence.h | 18 SkOpPtT* fCoinPtTEnd; member
|
D | SkPathOpsDebug.cpp | 397 span->fCoinPtTStart->fT, span->fCoinPtTEnd->fT); in debugShowCoincidence()
|
/external/skia/tests/ |
D | PathOpsDebug.cpp | 1093 SkDebugf(" span=%d ptT=%d ", fCoinPtTEnd->span()->debugID(), fCoinPtTEnd->debugID()); in dump() 1094 fCoinPtTEnd->dumpBase(); in dump()
|