OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vy2
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m
376
int
vy2
= vis.size.height + vy1;
379
if (fx1 >= vx2 || vx1 >= fx2 || fy1 >=
vy2
|| vy1 >= fy2)
385
cy2 = (fy2 >
vy2
) ?
vy2
: fy2;
/external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc
262
const float
vy2
= velocity_tracker_.GetYVelocity(id2);
local
263
const float dot = vx1 * vx2 + vy1 *
vy2
;
271
vy_total +=
vy2
;
gesture_provider_unittest.cc
331
float
vy2
) {
335
velocities.push_back(gfx::Vector2dF(vx2,
vy2
));
[
all
...]
Completed in 111 milliseconds