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

/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dsynaptics.c349 set_percent_option(pointer options, const char *optname, function in typeref:typename:int
628 set_percent_option(opts, "AreaTopEdge", height, priv->miny, 0);
630 set_percent_option(opts, "AreaBottomEdge", height, priv->miny, 0);
632 set_percent_option(opts, "AreaLeftEdge", width, priv->minx, 0);
634 set_percent_option(opts, "AreaRightEdge", width, priv->minx, 0);
637 set_percent_option(opts, "HorizHysteresis", width, 0, horizHyst);
639 set_percent_option(opts, "VertHysteresis", height, 0, vertHyst);

Completed in 8 milliseconds