Lines Matching refs:XIGetKnownProperty
198 if (atom != XIGetKnownProperty(ACCEL_PROP_PROFILE_NUMBER)) in AccelSetProfileProperty()
223 Atom prop_profile_number = XIGetKnownProperty(ACCEL_PROP_PROFILE_NUMBER); in AccelInitProfileProperty()
243 if (atom != XIGetKnownProperty(ACCEL_PROP_CONSTANT_DECELERATION)) in AccelSetDecelProperty()
267 XIGetKnownProperty(ACCEL_PROP_CONSTANT_DECELERATION); in AccelInitDecelProperty()
269 XIGetKnownProperty(XATOM_FLOAT), 32, PropModeReplace, in AccelInitDecelProperty()
287 if (atom != XIGetKnownProperty(ACCEL_PROP_ADAPTIVE_DECELERATION)) in AccelSetAdaptDecelProperty()
312 XIGetKnownProperty(ACCEL_PROP_ADAPTIVE_DECELERATION); in AccelInitAdaptDecelProperty()
315 XIGetKnownProperty(XATOM_FLOAT), 32, PropModeReplace, in AccelInitAdaptDecelProperty()
334 if (atom != XIGetKnownProperty(ACCEL_PROP_VELOCITY_SCALING)) in AccelSetScaleProperty()
359 Atom prop_velo_scale = XIGetKnownProperty(ACCEL_PROP_VELOCITY_SCALING); in AccelInitScaleProperty()
362 XIGetKnownProperty(XATOM_FLOAT), 32, PropModeReplace, in AccelInitScaleProperty()
399 prop = XIGetKnownProperty(ACCEL_PROP_VELOCITY_SCALING); in DeletePredictableAccelerationProperties()
401 prop = XIGetKnownProperty(ACCEL_PROP_ADAPTIVE_DECELERATION); in DeletePredictableAccelerationProperties()
403 prop = XIGetKnownProperty(ACCEL_PROP_CONSTANT_DECELERATION); in DeletePredictableAccelerationProperties()
405 prop = XIGetKnownProperty(ACCEL_PROP_PROFILE_NUMBER); in DeletePredictableAccelerationProperties()