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

/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dsynaptics.c289 int ewidth, eheight; /* edge width/height */ local in function:calculate_edge_widths
295 ewidth = width * .07;
299 ewidth = width * .15;
304 ewidth = width * .085;
308 ewidth = width * .04;
312 *l = priv->minx + ewidth;
313 *r = priv->maxx - ewidth;

Completed in 4 milliseconds