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

  /external/qemu/distrib/sdl-1.2.15/test/
testsprite.c 19 SDL_Rect *velocities; variable
76 velocity = &velocities[i];
238 velocities = sprite_rects;
248 velocities[i].x = 0;
249 velocities[i].y = 0;
250 while ( ! velocities[i].x && ! velocities[i].y ) {
251 velocities[i].x = (rand()%(MAX_SPEED*2+1))-MAX_SPEED;
252 velocities[i].y = (rand()%(MAX_SPEED*2+1))-MAX_SPEED;
  /external/chromium_org/ui/events/gesture_detection/
gesture_provider_unittest.cc 314 std::vector<gfx::Vector2dF> velocities; local
315 velocities.push_back(gfx::Vector2dF(vx, vy));
316 MultiFingerSwipe(velocities);
320 std::vector<gfx::Vector2dF> velocities; local
321 velocities.push_back(gfx::Vector2dF(vx0, vy0));
322 velocities.push_back(gfx::Vector2dF(vx1, vy1));
323 MultiFingerSwipe(velocities);
332 std::vector<gfx::Vector2dF> velocities; local
333 velocities.push_back(gfx::Vector2dF(vx0, vy0));
334 velocities.push_back(gfx::Vector2dF(vx1, vy1))
    [all...]

Completed in 532 milliseconds