Searched refs:origX (Results 1 – 4 of 4) sorted by relevance
48 double origX = endPt[0]->fX; in hullIntersects() local50 double adj = endPt[1]->fX - origX; in hullIntersects()52 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; in hullIntersects()59 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp; in hullIntersects()
161 double origX = endPt[0]->fX; in hullIntersects() local163 double adj = endPt[1]->fX - origX; in hullIntersects()167 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; in hullIntersects()169 double sign2 = (fPts[oddMan2].fY - origY) * adj - (fPts[oddMan2].fX - origX) * opp; in hullIntersects()182 double test = (pts[n].fY - origY) * adj - (pts[n].fX - origX) * opp; in hullIntersects()
629 double origX = fPart[start].fX; in linearIntersects() local631 double adj = fPart[end].fX - origX; in linearIntersects()637 double dy = q2[n].fX - origX; in linearIntersects()639 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp; in linearIntersects()
320 int origX = x; in blitRect() local381 x = origX; in blitRect()