Searched refs:oddMan (Results 1 – 4 of 4) sorted by relevance
23 for (int oddMan = 0; oddMan < kPointCount; ++oddMan) { in hullIntersects() local25 this->otherPts(oddMan, endPt); in hullIntersects()30 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; in hullIntersects()68 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts() argument70 int end = (oddMan ^ opp) - oddMan; // choose a value not equal to oddMan in otherPts()
83 void otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts()84 fPts.otherPts(oddMan, endPt); in otherPts()
78 void otherPts(int oddMan, const SkDPoint* endPt[2]) const;
169 int oddMan = end1 ^ oddManMask; in hullIntersects() local170 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; in hullIntersects()