HomeSort by relevance Sort by last modified time
    Searched defs:fCoincident (Results 1 - 4 of 4) sorted by null

  /external/skia/src/pathops/
SkOpSpan.h 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
    [all...]
SkPathOpsTSect.h 336 SkTSpan<TCurve, OppCurve>* fCoincident;
865 , fCoincident(nullptr)
    [all...]
  /external/skqp/src/pathops/
SkOpSpan.h 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
    [all...]
SkPathOpsTSect.h 336 SkTSpan<TCurve, OppCurve>* fCoincident;
865 , fCoincident(nullptr)
    [all...]

Completed in 88 milliseconds