Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c2663 double innerTaily; in computeBound() local
2734 innerTaily = innerYfromY(tail_y, def, acc); in computeBound()
2735 if (bound->inner.min > innerTaily) in computeBound()
2736 bound->inner.min = innerTaily; in computeBound()
2737 if (bound->inner.max < innerTaily) in computeBound()
2738 bound->inner.max = innerTaily; in computeBound()