Lines Matching defs:fCoincident
43 bool coincident() const { return fCoincident; }
145 fCoincident = true;
174 mutable bool fCoincident; // set if at some point a coincident span pointed here
429 if (fCoincident == this) {
432 fCoincident = this;
442 while ((next = next->fCoincident) != this) {
475 SkOpSpan* coinNext = coin->fCoincident;
476 coin->fCoincident = this->fCoincident;
477 this->fCoincident = coinNext;
488 return fCoincident != this;
566 SkOpSpan* fCoincident; // linked list of spans coincident with this one (may point to itself)