Lines Matching refs:oddMan
49 for (int oddMan = 0; oddMan < kPointCount; ++oddMan) {
51 this->otherPts(oddMan, endPt);
56 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp;
93 /* bit twiddling for finding the off curve index (x&~m is the pair in [0,1,2] excluding oddMan)
94 oddMan opp x=oddMan^opp x=x-oddMan m=x>>2 x&~m
102 void SkDQuad::otherPts(int oddMan, const SkDPoint* endPt[2]) const {
104 int end = (oddMan ^ opp) - oddMan; // choose a value not equal to oddMan