Searched defs:out_vx (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker_state.cc80 float* out_vx,
82 DCHECK(out_vx || out_vy);
98 if (out_vx)
99 *out_vx = vx;
79 GetVelocity(int32_t id, float* out_vx, float* out_vy) const argument
H A Dvelocity_tracker.cc357 float* out_vx,
361 *out_vx = estimator.xcoeff[1];
365 *out_vx = 0;
356 GetVelocity(uint32_t id, float* out_vx, float* out_vy) const argument

Completed in 226 milliseconds