Home
last modified time | relevance | path

Searched refs:fWindValue (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkOpSpan.h433 return fWindValue == 0 && fOppValue == 0; in isCanceled()
487 fWindValue = windValue; in setWindValue()
504 return fWindValue; in windValue()
513 int fWindValue; // 0 == canceled; 1 == normal; >1 == coincident variable
DSkOpSpan.cpp359 fWindValue = 1; in init()