Searched refs:eheight (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
296 eheight = height * .07;
300 eheight = height * .15;
305 eheight = height * .085;
309 eheight = height * .054;
314 *t = priv->miny + eheight;
315 *b = priv->maxy - eheight;

Completed in 5 milliseconds