HomeSort by relevance Sort by last modified time
    Searched refs:UseInnerWinding (Results 1 - 3 of 3) sorted by null

  /external/skia/src/pathops/
SkPathOpsWinding.cpp 320 int windSum = SkOpSegment::UseInnerWinding(lastWind, wind) ? wind : lastWind;
325 // the need for this condition suggests that UseInnerWinding is flawed
334 int oppSum = SkOpSegment::UseInnerWinding(lastOpp, oppWind) ? oppWind : lastOpp;
SkOpSegment.cpp     [all...]
SkOpSegment.h 382 static bool UseInnerWinding(int outerWinding, int innerWinding);

Completed in 133 milliseconds