Searched refs:fCoinPtTStart (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 17 if (coinRec->fCoinPtTStart->segment() != coinPtTStart->segment()) { in extend() 23 if (coinRec->fCoinPtTStart->fT > coinPtTEnd->fT) { in extend() 29 if (coinRec->fCoinPtTStart->fT > coinPtTStart->fT) { in extend() 30 coinRec->fCoinPtTStart = coinPtTStart; in extend() 49 coinRec->fCoinPtTStart = coinPtTStart; in add() 80 const SkOpSegment* checkCoinSeg = check->fCoinPtTStart->segment(); in addIfMissing() 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() [all …]
|
D | SkPathOpsPostSect.cpp | 353 coinRec->fCoinPtTStart = coinPtTStart; in add() 368 if (coin->fCoinPtTStart == coinPtTStart && coin->fCoinPtTEnd == coinPtTEnd in contains() 385 SkOpSpan* start = coin->fCoinPtTStart->span()->upCast(); in apply() 478 SkOpSpan* start = coin->fCoinPtTStart->span()->starter(&end); in mark()
|
D | SkOpCoincidence.h | 17 SkOpPtT* fCoinPtTStart; member
|
D | SkPathOpsDebug.cpp | 396 span->fCoinPtTStart->segment()->debugID(), in debugShowCoincidence() 397 span->fCoinPtTStart->fT, span->fCoinPtTEnd->fT); in debugShowCoincidence()
|
/external/skia/tests/ |
D | PathOpsDebug.cpp | 1090 SkDebugf("- seg=%d span=%d ptT=%d ", fCoinPtTStart->segment()->debugID(), in dump() 1091 fCoinPtTStart->span()->debugID(), fCoinPtTStart->debugID()); in dump() 1092 fCoinPtTStart->dumpBase(); in dump() 1095 if (fCoinPtTStart->segment()->operand()) { in dump() 1098 if (fCoinPtTStart->segment()->isXor()) { in dump()
|