Searched refs:fOppPtTEnd (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 35 coinRec->fOppPtTEnd = oppPtTEnd; in extend() 52 coinRec->fOppPtTEnd = oppPtTEnd; in add() 99 + (int) between(check->fOppPtTStart->fT, oTs, check->fOppPtTEnd->fT) in addIfMissing() 100 + (int) between(check->fOppPtTStart->fT, oTe, check->fOppPtTEnd->fT); in addIfMissing() 140 outer->fOppPtTStart, outer->fOppPtTEnd, in addMissing() 141 inner->fOppPtTStart, inner->fOppPtTEnd, allocator)) { in addMissing() 145 inner->fOppPtTStart, inner->fOppPtTEnd, &overS, &overE)) { in addMissing() 147 inner->fOppPtTStart, inner->fOppPtTEnd, overS, overE, in addMissing() 148 outer->fOppPtTStart, outer->fOppPtTEnd, in addMissing() 152 } else if (this->overlap(outer->fOppPtTStart, outer->fOppPtTEnd, in addMissing() [all …]
|
D | SkPathOpsPostSect.cpp | 356 coinRec->fOppPtTEnd = oppPtTEnd; in add() 369 && coin->fOppPtTStart == oppPtTStart && coin->fOppPtTEnd == oppPtTEnd in contains() 388 SkOpSpanBase* oEnd = (flipped ? coin->fOppPtTStart : coin->fOppPtTEnd)->span(); in apply() 389 SkOpSpan* oStart = (flipped ? coin->fOppPtTEnd : coin->fOppPtTStart)->span()->upCast(); in apply() 479 SkOpSpanBase* oEnd = coin->fOppPtTEnd->span(); in mark()
|
D | SkOpCoincidence.h | 20 SkOpPtT* fOppPtTEnd; member
|
D | SkPathOpsDebug.cpp | 400 span->fOppPtTStart->fT, span->fOppPtTEnd->fT); in debugShowCoincidence()
|
/external/skia/tests/ |
D | PathOpsDebug.cpp | 1105 SkDebugf(" span=%d ptT=%d ", fOppPtTEnd->span()->debugID(), fOppPtTEnd->debugID()); in dump() 1106 fOppPtTEnd->dumpBase(); in dump()
|