Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpCoincidence.cpp35 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 …]
DSkPathOpsPostSect.cpp356 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()
DSkOpCoincidence.h20 SkOpPtT* fOppPtTEnd; member
DSkPathOpsDebug.cpp400 span->fOppPtTStart->fT, span->fOppPtTEnd->fT); in debugShowCoincidence()
/external/skia/tests/
DPathOpsDebug.cpp1105 SkDebugf(" span=%d ptT=%d ", fOppPtTEnd->span()->debugID(), fOppPtTEnd->debugID()); in dump()
1106 fOppPtTEnd->dumpBase(); in dump()