Home
last modified time | relevance | path

Searched refs:wcmSurfaceDist (Results 1 – 3 of 3) sorted by relevance

/dports/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0/src/
H A DwcmCommon.c1379 priv->wcmSurfaceDist = filtered.distance; in commonDispatchDevice()
1386 priv->wcmSurfaceDist, in commonDispatchDevice()
1389 if (priv->wcmSurfaceDist >= 0) { in commonDispatchDevice()
1392 if (abs(filtered.distance - priv->wcmSurfaceDist) in commonDispatchDevice()
1400 if (abs(filtered.distance - priv->wcmSurfaceDist) > in commonDispatchDevice()
H A Dxf86WacomDefs.h304 int wcmSurfaceDist; /* Distance reported by hardware when tool at surface */ member
H A DwcmValidateDevice.c946 priv->wcmSurfaceDist = -1; in wcmPreInitParseOptions()