Searched refs:activeOp (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpSegment.h | 36 bool activeOp(SkOpSpanBase* start, SkOpSpanBase* end, int xorMiMask, int xorSuMask, 38 bool activeOp(int xorMiMask, int xorSuMask, SkOpSpanBase* start, SkOpSpanBase* end, SkPathOp op,
|
D | SkPathOpsOp.cpp | 111 if (current->activeOp(start, end, xorMask, xorOpMask, op)) { in bridgeOp()
|
D | SkOpSegment.cpp | 105 bool SkOpSegment::activeOp(SkOpSpanBase* start, SkOpSpanBase* end, int xorMiMask, int xorSuMask, in activeOp() function in SkOpSegment 116 return this->activeOp(xorMiMask, xorSuMask, start, end, op, &sumMiWinding, &sumSuWinding); in activeOp() 119 bool SkOpSegment::activeOp(int xorMiMask, int xorSuMask, SkOpSpanBase* start, SkOpSpanBase* end, in activeOp() function in SkOpSegment 581 bool activeAngle = nextSegment->activeOp(xorMiMask, xorSuMask, nextAngle->start(), in findNextOp()
|