Searched defs:activeWinding (Results 1 - 2 of 2) sorted by relevance
/external/skia/src/pathops/ |
H A D | SkOpSegment.cpp | 149 bool SkOpSegment::activeWinding(SkOpSpanBase* start, SkOpSpanBase* end) { function in class:SkOpSegment 151 return activeWinding(start, end, &sumWinding); 154 bool SkOpSegment::activeWinding(SkOpSpanBase* start, SkOpSpanBase* end, int* sumWinding) { function in class:SkOpSegment 678 bool activeAngle = nextSegment->activeWinding(nextAngle->start(), nextAngle->end(),
|
/external/skqp/src/pathops/ |
H A D | SkOpSegment.cpp | 149 bool SkOpSegment::activeWinding(SkOpSpanBase* start, SkOpSpanBase* end) { function in class:SkOpSegment 151 return activeWinding(start, end, &sumWinding); 154 bool SkOpSegment::activeWinding(SkOpSpanBase* start, SkOpSpanBase* end, int* sumWinding) { function in class:SkOpSegment 678 bool activeAngle = nextSegment->activeWinding(nextAngle->start(), nextAngle->end(),
|
Completed in 258 milliseconds