HomeSort by relevance Sort by last modified time
    Searched full:current_1 (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_controller_unittest.cc 228 gfx::PointF current_1 = gfx::Point(touch_event->touches[1].position); variable
231 (current_0 - start_0_).Length() + (current_1 - start_1_).Length();
232 float pointer_distance = (current_0 - current_1).Length();

Completed in 51 milliseconds