Home | History | Annotate | Download | only in pathops

Lines Matching refs:fCoinPtTStart

13     return (fCoinPtTStart == test && fCoinPtTEnd->contains(test))
14 || (fCoinPtTEnd == test && fCoinPtTStart->contains(test))
26 return fCoinPtTStart;
98 if (fCoinPtTStart->fT > coinPtTStart->fT || (this->flipped()
125 if (s->segment() == fCoinPtTStart->segment()) {
126 return fCoinPtTStart->fT <= s->fT && e->fT <= fCoinPtTEnd->fT;