Searched refs:ellipse_y (Results 1 – 1 of 1) sorted by relevance
2823 double ellipse_y, x; in hookX() local2827 ellipse_y = hookEllipseY(scan_y, bound, acc, left); in hookX()2828 if (boundedLe(ellipse_y, bound->ellipse)) { in hookX()2833 maxMin = ellipse_y * ellipse_y * ellipse_y * acc->h2mw2 - in hookX()2834 acc->h2 * scan_y * (3 * ellipse_y * ellipse_y - 2 * acc->h2); in hookX()2836 if (ellipse_y == 0) in hookX()2838 x = (acc->h2 * scan_y - ellipse_y * acc->h2mw2) * in hookX()2839 sqrt(acc->h2 - ellipse_y * ellipse_y) / in hookX()2840 (def->h * def->w * ellipse_y); in hookX()