Searched refs:ellipsex (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miarc.c | 2666 struct bound ellipsex; in computeBound() local 2671 ellipsex.min = bound->ellipse.min; in computeBound() 2673 ellipsex.min = Dcos(def->a0) * def->w; in computeBound() 2675 ellipsex.max = bound->ellipse.max; in computeBound() 2677 ellipsex.max = Dcos(def->a1) * def->w; in computeBound() 2678 bound->outer.min = outerYfromXY(ellipsex.min, bound->ellipse.min, def, acc); in computeBound() 2679 bound->outer.max = outerYfromXY(ellipsex.max, bound->ellipse.max, def, acc); in computeBound() 2680 bound->inner.min = innerYfromXY(ellipsex.min, bound->ellipse.min, def, acc); in computeBound() 2681 bound->inner.max = innerYfromXY(ellipsex.max, bound->ellipse.max, def, acc); in computeBound() 2683 outerx.min = outerXfromXY(ellipsex.min, bound->ellipse.min, def, acc); in computeBound() [all …]
|