Home
last modified time | relevance | path

Searched refs:ACCEL_PROP_VELOCITY_SCALING (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dxserver-properties.h63 #define ACCEL_PROP_VELOCITY_SCALING "Device Accel Velocity Scaling" macro
/OK3568_Linux_fs/external/xserver/dix/
H A Dptrveloc.c334 if (atom != XIGetKnownProperty(ACCEL_PROP_VELOCITY_SCALING)) in AccelSetScaleProperty()
359 Atom prop_velo_scale = XIGetKnownProperty(ACCEL_PROP_VELOCITY_SCALING); in AccelInitScaleProperty()
399 prop = XIGetKnownProperty(ACCEL_PROP_VELOCITY_SCALING); in DeletePredictableAccelerationProperties()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiproperty.c58 {0, ACCEL_PROP_VELOCITY_SCALING},
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c178 prop = XIGetKnownProperty(ACCEL_PROP_VELOCITY_SCALING); in ProcessVelocityConfiguration()