Lines Matching refs:skip
310 # If both x/y are within some acceptable deviation, we skip the axis
315 skip = between(xorig.minimum, touchpad.x.minimum, deviation)
316 skip = skip and between(xorig.maximum, touchpad.x.maximum, deviation)
318 skip = skip and between(yorig.minimum, touchpad.y.minimum, deviation)
319 skip = skip and between(yorig.maximum, touchpad.y.maximum, deviation)
321 if skip:
354 touchpad.x.minimum if not skip else "",
355 touchpad.x.maximum if not skip else "",
361 touchpad.y.minimum if not skip else "",
362 touchpad.y.maximum if not skip else "",
369 touchpad.x.minimum if not skip else "",
370 touchpad.x.maximum if not skip else "",
376 touchpad.y.minimum if not skip else "",
377 touchpad.y.maximum if not skip else "",