Searched refs:activeWinding (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsSimplify.cpp25 if (current->activeWinding(start, end)) {
50 if (current->activeWinding(start, end) && !simple->isClosed()) {
H A DSkOpSegment.h41 bool activeWinding(SkOpSpanBase* start, SkOpSpanBase* end);
42 bool activeWinding(SkOpSpanBase* start, SkOpSpanBase* end, int* sumWinding);
H A DSkPathOpsOp.cpp146 if (current->activeWinding(start, end) && !simple->isClosed()) {
H A DSkOpSegment.cpp148 bool SkOpSegment::activeWinding(SkOpSpanBase* start, SkOpSpanBase* end) { function in class:SkOpSegment
150 return activeWinding(start, end, &sumWinding);
153 bool SkOpSegment::activeWinding(SkOpSpanBase* start, SkOpSpanBase* end, int* sumWinding) { function in class:SkOpSegment
677 bool activeAngle = nextSegment->activeWinding(nextAngle->start(), nextAngle->end(),

Completed in 59 milliseconds