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

/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dsynaptics.c3004 int horizRes = priv->synpara.resolution_horiz; local in function:CalculateScalingCoeffs
3006 if ((horizRes > vertRes) && (horizRes > 0)) {
3007 priv->horiz_coeff = vertRes / (double) horizRes;
3010 else if ((horizRes < vertRes) && (vertRes > 0)) {
3012 priv->vert_coeff = horizRes / (double) vertRes;

Completed in 6 milliseconds