Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c151 double tail_y; member
2556 acc->tail_y = 0.0; in tailEllipseY()
2571 acc->tail_y = def->h / CUBED_ROOT_2 * sqrt(t); in tailEllipseY()
2664 double tail_y; in computeBound() local
2729 tail_y = acc->tail_y; in computeBound()
2730 if (tail_y > bound->ellipse.max) in computeBound()
2731 tail_y = bound->ellipse.max; in computeBound()
2732 else if (tail_y < bound->ellipse.min) in computeBound()
2733 tail_y = bound->ellipse.min; in computeBound()
2734 innerTaily = innerYfromY(tail_y, def, acc); in computeBound()