Searched refs:outerx (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiarc.c2613 struct bound innerx, outerx; local in function:computeBound
2631 outerx.min = outerXfromXY (ellipsex.min, bound->ellipse.min, def, acc);
2632 outerx.max = outerXfromXY (ellipsex.max, bound->ellipse.max, def, acc);
2646 right->counterClock.x = outerx.min;
2655 left->clock.x = outerx.max;
2667 computeLine (innerx.min, bound->inner.min, outerx.min, bound->outer.min,
2669 computeLine (innerx.max, bound->inner.max, outerx.max, bound->outer.max,
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c2665 struct bound innerx, outerx; local in function:computeBound
2683 outerx.min = outerXfromXY(ellipsex.min, bound->ellipse.min, def, acc);
2684 outerx.max = outerXfromXY(ellipsex.max, bound->ellipse.max, def, acc);
2698 right->counterClock.x = outerx.min;
2707 left->clock.x = outerx.max;
2719 computeLine(innerx.min, bound->inner.min, outerx.min, bound->outer.min,
2721 computeLine(innerx.max, bound->inner.max, outerx.max, bound->outer.max,

Completed in 10 milliseconds