• Home
  • Raw
  • Download

Lines Matching refs:opp

1934     int bumpCoincidentThis(const Span* oTest, bool opp, int index,  in bumpCoincidentThis()  argument
1938 if (opp) { in bumpCoincidentThis()
1984 bool opp = fOperand ^ other.fOperand; in addTCoincident() local
2001 index = advanceCoincidentThis(oTest, opp, index); in addTCoincident()
2004 index = bumpCoincidentThis(oTest, opp, index, outsideTs); in addTCoincident()
2065 int advanceCoincidentThis(const Span* oTest, bool opp, int index) { in advanceCoincidentThis() argument
2184 bool opp = base->fOperand ^ segment->fOperand; in computeSum() local
2188 if (opp) { in computeSum()
2204 if (opp) { in computeSum()
2229 double mid, bool opp, bool current) const { in crossedSpanY() argument
4352 bool opp = segment.fOperand ^ fOperand; in debugShowSort() local
4355 if (opp) { in debugShowSort()
4397 if (opp) { in debugShowSort()
4415 SkDebugf(" %s->%s (%s->%s)", lastStr, windStr, opp ? lastSumStr : oppLastSumStr, in debugShowSort()
4416 opp ? windSumStr : oppWindSumStr); in debugShowSort()
4418 SkDebugf(" done=%d tiny=%d opp=%d\n", mSpan.fDone, mSpan.fTiny, opp); in debugShowSort()
4676 bool opp = fOperand ^ otherContour->fOperand; in resolveCoincidence() local
4677 if (cancelers && !opp) { in resolveCoincidence()
4748 bool opp = fOperand ^ otherContour->fOperand; in addCoincidentPoints() local
4749 if (cancelers && !opp) { in addCoincidentPoints()
4806 bool opp = fOperand ^ otherContour->fOperand; in calcCoincidentWinding() local
4807 if (cancelers && !opp) { in calcCoincidentWinding()
5827 int& endIndex, double& bestHit, SkScalar& bestDx, bool& tryAgain, double& mid, bool opp) { in contourRangeCheckY() argument
5839 bool testOpp = contour->operand() ^ current->operand() ^ opp; in contourRangeCheckY()
6107 bool opp) { in rightAngleWinding() argument
6112 tryAgain, test, opp); in rightAngleWinding()