Searched refs:fOppPtTStart (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 20 if (coinRec->fOppPtTStart->segment() != oppPtTStart->segment()) { in extend() 31 coinRec->fOppPtTStart = oppPtTStart; in extend() 51 coinRec->fOppPtTStart = oppPtTStart; in add() 84 const SkOpSegment* checkOppSeg = check->fOppPtTStart->segment(); in addIfMissing() 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() [all …]
|
D | SkPathOpsPostSect.cpp | 355 coinRec->fOppPtTStart = oppPtTStart; 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() 481 SkOpSpanBase* oStart = coin->fOppPtTStart->span()->starter(&oEnd); in mark()
|
D | SkOpCoincidence.h | 19 SkOpPtT* fOppPtTStart; member
|
D | SkPathOpsDebug.cpp | 399 span->fOppPtTStart->segment()->debugID(), in debugShowCoincidence() 400 span->fOppPtTStart->fT, span->fOppPtTEnd->fT); in debugShowCoincidence()
|
/external/skia/tests/ |
D | PathOpsDebug.cpp | 1102 SkDebugf("+ seg=%d span=%d ptT=%d ", fOppPtTStart->segment()->debugID(), in dump() 1103 fOppPtTStart->span()->debugID(), fOppPtTStart->debugID()); in dump() 1104 fOppPtTStart->dumpBase(); in dump() 1107 if (fOppPtTStart->segment()->operand()) { in dump() 1110 if (fOppPtTStart->segment()->isXor()) { in dump()
|