Home
last modified time | relevance | path

Searched refs:xorSuMask (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkOpSegment.h41 bool activeOp(SkOpSpanBase* start, SkOpSpanBase* end, int xorMiMask, int xorSuMask,
43 bool activeOp(int xorMiMask, int xorSuMask, SkOpSpanBase* start, SkOpSpanBase* end, SkPathOp op,
206 int xorMiMask, int xorSuMask);
DSkOpSegment.cpp105 bool SkOpSegment::activeOp(SkOpSpanBase* start, SkOpSpanBase* end, int xorMiMask, int xorSuMask, in activeOp() argument
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() argument
131 suFrom = (maxWinding & xorSuMask) != 0; in activeOp()
132 suTo = (sumWinding & xorSuMask) != 0; in activeOp()
136 suFrom = (oppMaxWinding & xorSuMask) != 0; in activeOp()
137 suTo = (oppSumWinding & xorSuMask) != 0; in activeOp()
621 SkOpSpanBase** nextEnd, bool* unsortable, SkPathOp op, int xorMiMask, int xorSuMask) { in findNextOp() argument
682 bool activeAngle = nextSegment->activeOp(xorMiMask, xorSuMask, nextAngle->start(), in findNextOp()