OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vx1
(Results
1 - 4
of
4
) sorted by null
/external/eigen/test/
array_replicate.cpp
32
VectorX
vx1
;
local
53
vx1
.resize(rows*f2);
55
vx1
.segment(j*rows,rows) = v1;
56
VERIFY_IS_APPROX(
vx1
, v1.colwise().replicate(f2));
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m
373
int
vx1
= vis.origin.x;
375
int vx2 = vis.size.width +
vx1
;
379
if (fx1 >= vx2 ||
vx1
>= fx2 || fy1 >= vy2 || vy1 >= fy2)
382
cx1 = (fx1 <
vx1
) ?
vx1
: fx1;
/external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc
252
const float
vx1
= velocity_tracker_.GetXVelocity(id1);
local
254
float vx_total =
vx1
;
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));
328
float
vx1
,
334
velocities.push_back(gfx::Vector2dF(
vx1
, vy1));
[
all
...]
Completed in 2920 milliseconds