Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c157 double h2l; member
2582 return x + (x * acc->h2l) / sqrt(x * x * acc->h4 + y * y * acc->w4); in outerXfromXY()
2594 return x - (x * acc->h2l) / sqrt(x * x * acc->h4 + y * y * acc->w4); in innerXfromXY()
2641 acc->h2l = acc->h2 * def->l; in computeAcc()