Home
last modified time | relevance | path

Searched refs:h2mw2 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c156 double h2mw2; member
631 WH = -acc->h2mw2; in tailX()
2569 t = (CUBED_ROOT_4 * acc->h2 - cbrt(t * t)) / acc->h2mw2; in tailEllipseY()
2643 acc->h2mw2 = acc->h2 - acc->w2; in computeAcc()
2801 if (acc->h2mw2 == 0) { in hookEllipseY()
2806 ret = (acc->h4 * scan_y) / (acc->h2mw2); in hookEllipseY()
2833 maxMin = ellipse_y * ellipse_y * ellipse_y * acc->h2mw2 - in hookX()
2838 x = (acc->h2 * scan_y - ellipse_y * acc->h2mw2) * in hookX()