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

/external/skia/src/pathops/
H A DSkOpSegment.cpp198 bool SkOpSegment::activeWinding(int index, int endIndex) { function in class:SkOpSegment
200 return activeWinding(index, endIndex, &sumWinding);
203 bool SkOpSegment::activeWinding(int index, int endIndex, int* sumWinding) { function in class:SkOpSegment
2864 bool activeAngle = nextSegment->activeWinding(nextAngle->start(), nextAngle->end(),
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp198 bool SkOpSegment::activeWinding(int index, int endIndex) { function in class:SkOpSegment
200 return activeWinding(index, endIndex, &sumWinding);
203 bool SkOpSegment::activeWinding(int index, int endIndex, int* sumWinding) { function in class:SkOpSegment
2941 bool activeAngle = nextSegment->activeWinding(nextAngle->start(), nextAngle->end(),

Completed in 1185 milliseconds