Lines Matching refs:X
228 surface units. If the surface has an X times Y resolution, the largest
229 possible value of ABS_MT_TOUCH_MAJOR is sqrt(X^2 + Y^2), the diagonal [4].
272 right. When completely aligned with the X axis, the range max should be
288 The surface X coordinate of the center of the touching ellipse.
296 The surface X coordinate of the center of the approaching tool. Omit if
347 cannot be obtained. Assuming X and Y are the lengths of the sides of the
351 ABS_MT_TOUCH_MAJOR := max(X, Y)
352 ABS_MT_TOUCH_MINOR := min(X, Y)
353 ABS_MT_ORIENTATION := bool(X > Y)
357 finger along the X axis (1).
370 ABS_MT_TOUCH_MAJOR := min(X, Y)
373 ABS_MT_WIDTH_MAJOR := min(X, Y) + distance(T, C)
374 ABS_MT_WIDTH_MINOR := min(X, Y)