HomeSort by: relevance | last modified time | path
    Searched defs:vel (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/include/
ptrveloc.h 51 (DeviceIntPtr dev, struct _DeviceVelocityRec * vel,
98 DeviceVelocityPtr vel; member in struct:_PredictableAccelSchemeRec
104 InitVelocityData(DeviceVelocityPtr vel);
107 InitTrackers(DeviceVelocityPtr vel, int ntracker);
110 ProcessVelocityData2D(DeviceVelocityPtr vel, double dx, double dy, int time);
113 BasicComputeAcceleration(DeviceIntPtr dev, DeviceVelocityPtr vel,
117 FreeVelocityData(DeviceVelocityPtr vel);
120 SetAccelerationProfile(DeviceVelocityPtr vel, int profile_num);
126 SetDeviceSpecificAccelerationProfile(DeviceVelocityPtr vel,
  /xsrc/external/mit/xorg-server/dist/dix/
ptrveloc.c 65 SimpleSmoothProfile(DeviceIntPtr dev, DeviceVelocityPtr vel, double velocity,
68 GetAccelerationProfile(DeviceVelocityPtr vel, int profile_num);
96 InitVelocityData(DeviceVelocityPtr vel)
98 memset(vel, 0, sizeof(DeviceVelocityRec));
100 vel->corr_mul = 10.0; /* dots per 10 millisecond should be usable */
101 vel->const_acceleration = 1.0; /* no acceleration/deceleration */
102 vel->reset_time = 300;
103 vel->use_softening = 1;
104 vel->min_acceleration = 1.0; /* don't decelerate */
105 vel->max_rel_diff = 0.2
130 DeviceVelocityPtr vel; local
162 DeviceVelocityPtr vel = GetDevicePredictableAccelData(dev); local
194 DeviceVelocityPtr vel; local
239 DeviceVelocityPtr vel; local
330 DeviceVelocityPtr vel; local
396 DeviceVelocityPtr vel; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/dix/
ptrveloc.c 64 SetAccelerationProfile(DeviceVelocityPtr vel, int profile_num);
66 SimpleSmoothProfile(DeviceIntPtr dev, DeviceVelocityPtr vel, float velocity,
69 GetAccelerationProfile(DeviceVelocityPtr vel, int profile_num);
91 InitVelocityData(DeviceVelocityPtr vel)
93 memset(vel, 0, sizeof(DeviceVelocityRec));
95 vel->corr_mul = 10.0; /* dots per 10 milisecond should be usable */
96 vel->const_acceleration = 1.0; /* no acceleration/deceleration */
97 vel->reset_time = 300;
98 vel->use_softening = 1;
99 vel->min_acceleration = 1.0; /* don't decelerate *
148 DeviceVelocityPtr vel; local
193 DeviceVelocityPtr vel; local
285 DeviceVelocityPtr vel; local
327 DeviceVelocityPtr vel = GetDevicePredictableAccelData(dev); local
343 DeviceVelocityPtr vel; local
    [all...]

Completed in 7 milliseconds