Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c2665 struct bound innerx, outerx; in computeBound() local
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()
2698 right->counterClock.x = outerx.min; in computeBound()
2707 left->clock.x = outerx.max; in computeBound()
2719 computeLine(innerx.min, bound->inner.min, outerx.min, bound->outer.min, in computeBound()
2721 computeLine(innerx.max, bound->inner.max, outerx.max, bound->outer.max, in computeBound()