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

/external/skia/src/pathops/
H A DSkPathOpsWinding.cpp321 int lastOpp = oppWind; local
342 int oppSum = SkOpSegment::UseInnerWinding(lastOpp, oppWind) ? oppWind : lastOpp;
348 || (abs(oppWind) == abs(lastOpp)
349 && (oppSum ^ oppWind ^ lastOpp) == oSpanSum));

Completed in 84 milliseconds