Lines Matching refs:resolution
59 if not x.resolution or not y.resolution:
61 x.resolution = 1
62 y.resolution = 1
66 self.width = self.xrange / x.resolution
67 self.height = self.yrange / y.resolution
78 * (self.yrange // y.resolution)
79 // (self.xrange // x.resolution)
246 print("The systemd hwdb already overrides the axis ranges and/or resolution.")
297 touchpad.x.resolution = round(
300 touchpad.y.resolution = round(
306 touchpad.x.resolution, touchpad.y.resolution
311 # overrides and only override the resolution
314 deviation = 1.5 * touchpad.x.resolution # 1.5 mm rounding on each side
317 deviation = 1.5 * touchpad.y.resolution # 1.5 mm rounding on each side
356 touchpad.x.resolution,
363 touchpad.y.resolution,
371 touchpad.x.resolution,
378 touchpad.y.resolution,