Searched refs:velocity_x (Results 1 – 1 of 1) sorted by relevance
/haiku/src/tests/servers/app/bitmap_drawing/ |
H A D | main.cpp | 64 double velocity_x; member 435 polygon[0].velocity_x = 0.0; in _InitPolygon() 441 polygon[1].velocity_x = 0.0; in _InitPolygon() 447 polygon[2].velocity_x = 0.0; in _InitPolygon() 453 polygon[3].velocity_x = 0.0; in _InitPolygon() 517 morph(&polygon[0].x, &polygon[0].direction_x, &polygon[0].velocity_x, b.left, b.right); in _MorphPolygon() 518 morph(&polygon[1].x, &polygon[1].direction_x, &polygon[1].velocity_x, b.left, b.right); in _MorphPolygon() 519 morph(&polygon[2].x, &polygon[2].direction_x, &polygon[2].velocity_x, b.left, b.right); in _MorphPolygon() 520 morph(&polygon[3].x, &polygon[3].direction_x, &polygon[3].velocity_x, b.left, b.right); in _MorphPolygon()
|