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