Searched defs:fCoincident (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkOpSpan.h385 if (fCoincident == this) {
388 fCoincident = this;
398 while ((next = next->fCoincident) != this) {
425 SkOpSpan* coinNext = coin->fCoincident;
426 coin->fCoincident = this->fCoincident;
427 this->fCoincident = coinNext;
438 return fCoincident != this;
508 SkOpSpan* fCoincident; // linked list of spans coincident with this one (may point to itself) member in class:SkOpSpan
H A DSkPathOpsTSect.h32 this->fCoincident = 0xFF;
40 SkASSERT(!!fCoincident == fCoincident);
41 return SkToBool(fCoincident);
46 fCoincident = false;
51 if (!fCoincident) {
54 fCoincident = true;
70 SkOpDebugBool fCoincident; member in class:SkTCoincident
317 SkTSpan<TCurve, OppCurve>* fCoincident; member in class:SkTSect
361 fCoincident
[all...]

Completed in 106 milliseconds