HomeSort by relevance Sort by last modified time
    Searched refs:vx2 (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m 375 int vx2 = vis.size.width + vx1;
379 if (fx1 >= vx2 || vx1 >= fx2 || fy1 >= vy2 || vy1 >= fy2)
383 cx2 = (fx2 > vx2) ? vx2 : fx2;
  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc 261 const float vx2 = velocity_tracker_.GetXVelocity(id2); local
263 const float dot = vx1 * vx2 + vy1 * vy2;
270 vx_total += vx2;
gesture_provider_unittest.cc 330 float vx2,
335 velocities.push_back(gfx::Vector2dF(vx2, vy2));
    [all...]

Completed in 567 milliseconds