Home
last modified time | relevance | path

Searched refs:innerx (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
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()
2702 right->clock.x = innerx.min; in computeBound()
2711 left->counterClock.x = innerx.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()