Searched refs:oddMan (Results 1 – 4 of 4) sorted by relevance
45 for (int oddMan = 0; oddMan < kPointCount; ++oddMan) { in hullIntersects() local47 this->otherPts(oddMan, endPt); in hullIntersects()52 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; in hullIntersects()98 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() argument100 int end = (oddMan ^ opp) - oddMan; // choose a value not equal to oddMan in otherPts()
91 void otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts()92 fPts.otherPts(oddMan, endPt); in otherPts()
86 void otherPts(int oddMan, const SkDPoint* endPt[2]) const;
166 int oddMan = end1 ^ oddManMask; in hullIntersects() local167 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; in hullIntersects()