Lines Matching refs:ellipsex
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()
2684 outerx.max = outerXfromXY(ellipsex.max, bound->ellipse.max, def, acc); in computeBound()
2685 innerx.min = innerXfromXY(ellipsex.min, bound->ellipse.min, def, acc); in computeBound()
2686 innerx.max = innerXfromXY(ellipsex.max, bound->ellipse.max, def, acc); in computeBound()
2700 right->center.x = ellipsex.min; in computeBound()
2709 left->center.x = ellipsex.max; in computeBound()