Searched refs:fCoinPtTEnd (Results 1 – 3 of 3) sorted by relevance
25 SkOpPtT* coinPtTEndWritable() const { return const_cast<SkOpPtT*>(fCoinPtTEnd); } in coinPtTEndWritable()85 fCoinPtTEnd = ptT; in setCoinPtTEnd()91 SkOPASSERT(!fCoinPtTEnd || ptT->fT != fCoinPtTEnd->fT); in setCoinPtTStart()92 SkASSERT(!fCoinPtTEnd || fCoinPtTEnd->segment() == ptT->segment()); in setCoinPtTStart()128 const SkOpPtT* fCoinPtTEnd; variable
13 return (fCoinPtTStart == test && fCoinPtTEnd->contains(test)) in collapsed()14 || (fCoinPtTEnd == test && fCoinPtTStart->contains(test)) in collapsed()21 return fCoinPtTEnd; in coinPtTEnd()103 if (fCoinPtTEnd->fT < coinPtTEnd->fT || (this->flipped() in extend()126 return fCoinPtTStart->fT <= s->fT && e->fT <= fCoinPtTEnd->fT; in contains()
1224 SkDebugf(" span=%d ptT=%d ", fCoinPtTEnd->span()->debugID(), fCoinPtTEnd->debugID()); in dump()1225 fCoinPtTEnd->dumpBase(); in dump()