Lines Matching refs:fOppPtTStart

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()
148 outer->fOppPtTStart, outer->fOppPtTEnd, in addMissing()
152 } else if (this->overlap(outer->fOppPtTStart, outer->fOppPtTEnd, in addMissing()
154 if (!this->addIfMissing(outer->fOppPtTStart, outer->fOppPtTEnd, in addMissing()
157 inner->fOppPtTStart, inner->fOppPtTEnd, allocator)) { in addMissing()
160 } else if (this->overlap(outer->fOppPtTStart, outer->fOppPtTEnd, in addMissing()
161 inner->fOppPtTStart, inner->fOppPtTEnd, &overS, &overE)) { in addMissing()
162 if (!this->addIfMissing(outer->fOppPtTStart, outer->fOppPtTEnd, in addMissing()
163 inner->fOppPtTStart, inner->fOppPtTEnd, overS, overE, in addMissing()
183 && coin->fOppPtTStart == oppPtTStart && coin->fOppPtTEnd == oppPtTEnd in contains()
205 SkOpSpan* oStart = (flipped ? coin->fOppPtTEnd : coin->fOppPtTStart)->span()->upCast(); in apply()
209 SkOpSpanBase* oEnd = (flipped ? coin->fOppPtTStart : coin->fOppPtTEnd)->span(); in apply()
328 SkOpSegment* oppSegment = coin->fOppPtTStart->segment(); in expand()
335 coin->fOppPtTStart = oppPtT; in expand()
367 if (coin->fOppPtTStart == deleted) { in fixUp()
371 coin->fOppPtTStart = kept; in fixUp()
374 if (coin->fOppPtTStart->span() == kept->span()) { in fixUp()
393 SkOpSpanBase* oStart = coin->fOppPtTStart->span()->starter(&oEnd); in mark()