Lines Matching defs:opp
167 const SkOpPtT* opp = next->contains(oppSeg);
168 if (!opp) {
172 if ((oppLastT > opp->fT) != flipped) {
176 oppLastT = opp->fT;
934 bool SkOpCoincidence::contains(const SkOpSegment* seg, const SkOpSegment* opp, double oppT) const {
935 if (this->contains(fHead, seg, opp, oppT)) {
938 if (this->contains(fTop, seg, opp, oppT)) {
945 const SkOpSegment* opp, double oppT) const {
950 if (coin->coinPtTStart()->segment() == seg && coin->oppPtTStart()->segment() == opp
954 if (coin->oppPtTStart()->segment() == seg && coin->coinPtTStart()->segment() == opp
1357 /* coin and opp spans may not match up. Mark the ends, and then let the interior