Lines Matching defs:opp
34 void addOpp(SkOpPtT* opp, SkOpPtT* oppPrev) {
36 SkASSERT(this != opp);
37 this->fNext = opp;
54 void debugAddOpp(const SkOpPtT* opp, const SkOpPtT* oppPrev) const;
63 const SkOpPtT* debugOppPrev(const SkOpPtT* opp) const;
103 // returns nullptr if this is already in the opp ptT loop
104 SkOpPtT* oppPrev(const SkOpPtT* opp) const {
105 // find the fOpp ptr to opp
106 SkOpPtT* oppPrev = opp->fNext;
110 while (oppPrev->fNext != opp) {
186 bool addOpp(SkOpSpanBase* opp);
229 void debugAddOpp(SkPathOpsDebug::GlitchLog* , const SkOpSpanBase* opp) const;
247 const SkOpSpanBase* opp) const;
296 bool mergeMatches(SkOpSpanBase* opp);
572 int fOppValue; // normally 0 -- when binary coincident edges combine, opp value goes here