Home | History | Annotate | Download | only in pathops

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
425 if (fCoincident == this) {
428 fCoincident = this;
438 while ((next = next->fCoincident) != this) {
471 SkOpSpan* coinNext = coin->fCoincident;
472 coin->fCoincident = this->fCoincident;
473 this->fCoincident = coinNext;
484 return fCoincident != this;
558 SkOpSpan* fCoincident; // linked list of spans coincident with this one (may point to itself)