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

/external/skia/src/pathops/
H A DSkOpSegment.cpp160 bool SkOpSegment::activeOp(int index, int endIndex, int xorMiMask, int xorSuMask, SkPathOp op) { function in class:SkOpSegment
166 return activeOp(xorMiMask, xorSuMask, index, endIndex, op, &sumMiWinding, &sumSuWinding);
169 bool SkOpSegment::activeOp(int xorMiMask, int xorSuMask, int index, int endIndex, SkPathOp op, function in class:SkOpSegment
2750 bool activeAngle = nextSegment->activeOp(xorMiMask, xorSuMask, nextAngle->start(),
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp160 bool SkOpSegment::activeOp(int index, int endIndex, int xorMiMask, int xorSuMask, SkPathOp op) { function in class:SkOpSegment
166 return activeOp(xorMiMask, xorSuMask, index, endIndex, op, &sumMiWinding, &sumSuWinding);
169 bool SkOpSegment::activeOp(int xorMiMask, int xorSuMask, int index, int endIndex, SkPathOp op, function in class:SkOpSegment
2827 bool activeAngle = nextSegment->activeOp(xorMiMask, xorSuMask, nextAngle->start(),

Completed in 239 milliseconds