Searched refs:origX (Results 1 – 4 of 4) sorted by relevance
26 double origX = endPt[0]->fX; in hullIntersects() local28 double adj = endPt[1]->fX - origX; in hullIntersects()30 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; in hullIntersects()37 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp; in hullIntersects()
164 double origX = endPt[0]->fX; in hullIntersects() local166 double adj = endPt[1]->fX - origX; in hullIntersects()170 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; in hullIntersects()172 double sign2 = (fPts[oddMan2].fY - origY) * adj - (fPts[oddMan2].fX - origX) * opp; in hullIntersects()185 double test = (pts[n].fY - origY) * adj - (pts[n].fX - origX) * opp; in hullIntersects()
586 double origX = fPart[start].fX; in linearIntersects() local588 double adj = fPart[end].fX - origX; in linearIntersects()594 double dy = q2[n].fX - origX; in linearIntersects()596 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp; in linearIntersects()
321 int origX = x; in blitRect() local383 x = origX; in blitRect()