Searched refs:centerx (Results 1 – 4 of 4) sorted by relevance
33 double centerx; member82 pCircle->centerx = p->aParam[0]; in circle_geom()97 pCircle->aBox[0].xmin = pCircle->centerx; in circle_geom()98 pCircle->aBox[0].xmax = pCircle->centerx; in circle_geom()101 pCircle->aBox[1].xmin = pCircle->centerx + pCircle->radius; in circle_geom()102 pCircle->aBox[1].xmax = pCircle->centerx - pCircle->radius; in circle_geom()122 d2 = (x-pCircle->centerx)*(x-pCircle->centerx); in circle_geom()
84 int centerx = win.width >> 1; in icvSnake8uC1R() local228 Econt[(j + centery) * win.width + k + centerx] = energy = in icvSnake8uC1R()268 Ecurv[(j + centery) * win.width + k + centerx] = energy = in icvSnake8uC1R()324 Eimg[(j + centery) * win.width + k + centerx] = energy = in icvSnake8uC1R()329 Eimg[(j + centery) * win.width + k + centerx] = energy = in icvSnake8uC1R()371 if( E[(j + centery) * win.width + k + centerx] < Emin ) in icvSnake8uC1R()373 Emin = E[(j + centery) * win.width + k + centerx]; in icvSnake8uC1R()
822 centerx = center[0],826 if (Math.abs(eyex - centerx) < GLMAT_EPSILON &&832 z0 = eyex - centerx;
3305 centerx = center[0],3309 if (Math.abs(eyex - centerx) < GLMAT_EPSILON &&3315 z0 = eyex - centerx;