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

  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m 374 int vy1 = vis.origin.y;
376 int vy2 = vis.size.height + vy1;
379 if (fx1 >= vx2 || vx1 >= fx2 || fy1 >= vy2 || vy1 >= fy2)
384 cy1 = (fy1 < vy1) ? vy1 : fy1;
  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc 253 const float vy1 = velocity_tracker_.GetYVelocity(id1); local
255 float vy_total = vy1;
263 const float dot = vx1 * vx2 + vy1 * vy2;
gesture_provider_unittest.cc 319 void TwoFingerSwipe(float vx0, float vy0, float vx1, float vy1) {
322 velocities.push_back(gfx::Vector2dF(vx1, vy1));
329 float vy1,
334 velocities.push_back(gfx::Vector2dF(vx1, vy1));
    [all...]

Completed in 2135 milliseconds