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

/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp64 double velocity_x; member in struct:TestView::point
435 polygon[0].velocity_x = 0.0;
441 polygon[1].velocity_x = 0.0;
447 polygon[2].velocity_x = 0.0;
453 polygon[3].velocity_x = 0.0;
517 morph(&polygon[0].x, &polygon[0].direction_x, &polygon[0].velocity_x, b.left, b.right);
518 morph(&polygon[1].x, &polygon[1].direction_x, &polygon[1].velocity_x, b.left, b.right);
519 morph(&polygon[2].x, &polygon[2].direction_x, &polygon[2].velocity_x, b.left, b.right);
520 morph(&polygon[3].x, &polygon[3].direction_x, &polygon[3].velocity_x, b.left, b.right);

Completed in 31 milliseconds