Searched refs:vy1 (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzWM.m374 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/
H A Dgesture_detector.cc253 const float vy1 = velocity_tracker_.GetYVelocity(id1); local
255 float vy_total = vy1;
263 const float dot = vx1 * vx2 + vy1 * vy2;
H A Dgesture_provider_unittest.cc337 void TwoFingerSwipe(float vx0, float vy0, float vx1, float vy1) { argument
340 velocities.push_back(gfx::Vector2dF(vx1, vy1));
347 float vy1,
352 velocities.push_back(gfx::Vector2dF(vx1, vy1));
344 ThreeFingerSwipe(float vx0, float vy0, float vx1, float vy1, float vx2, float vy2) argument

Completed in 1805 milliseconds