Searched defs:activeAngle (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpSegment.cpp | 41 bool SkOpSegment::activeAngle(int index, int* done, SkTArray<SkOpAngle, true>* angles) { in activeAngle() function in SkOpSegment 1569 bool activeAngle = nextSegment->activeOp(xorMiMask, xorSuMask, nextAngle->start(), local 1691 bool activeAngle = nextSegment->activeWinding(nextAngle->start(), nextAngle->end(), local
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkOpSegment.cpp | 41 bool SkOpSegment::activeAngle(int index, int* done, SkTArray<SkOpAngle, true>* angles) { in activeAngle() function in SkOpSegment 1569 bool activeAngle = nextSegment->activeOp(xorMiMask, xorSuMask, nextAngle->start(), local 1691 bool activeAngle = nextSegment->activeWinding(nextAngle->start(), nextAngle->end(), local
|