Home
last modified time | relevance | path

Searched refs:fCoinPtTEnd (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/pathops/
DSkOpCoincidence.cpp26 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 …]
DSkPathOpsPostSect.cpp354 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()
DSkOpCoincidence.h18 SkOpPtT* fCoinPtTEnd; member
DSkPathOpsDebug.cpp397 span->fCoinPtTStart->fT, span->fCoinPtTEnd->fT); in debugShowCoincidence()
/external/skia/tests/
DPathOpsDebug.cpp1093 SkDebugf(" span=%d ptT=%d ", fCoinPtTEnd->span()->debugID(), fCoinPtTEnd->debugID()); in dump()
1094 fCoinPtTEnd->dumpBase(); in dump()