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

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp195 bool SkOpSegment::activeWinding(int index, int endIndex) { function in class:SkOpSegment
198 return activeWinding(index, endIndex, &maxWinding, &sumWinding);
201 bool SkOpSegment::activeWinding(int index, int endIndex, int* maxWinding, int* sumWinding) { function in class:SkOpSegment
1691 bool activeAngle = nextSegment->activeWinding(nextAngle->start(), nextAngle->end(),
/external/skia/src/pathops/
H A DSkOpSegment.cpp195 bool SkOpSegment::activeWinding(int index, int endIndex) { function in class:SkOpSegment
198 return activeWinding(index, endIndex, &maxWinding, &sumWinding);
201 bool SkOpSegment::activeWinding(int index, int endIndex, int* maxWinding, int* sumWinding) { function in class:SkOpSegment
1691 bool activeAngle = nextSegment->activeWinding(nextAngle->start(), nextAngle->end(),

Completed in 154 milliseconds