Home
last modified time | relevance | path

Searched refs:direction_x (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/servers/app/newerClipping/
H A DClientLooper.cpp38 polygon[0].direction_x = random_number_between(-SPEED, SPEED); in init_polygon()
42 polygon[1].direction_x = random_number_between(-SPEED, SPEED); in init_polygon()
46 polygon[2].direction_x = random_number_between(-SPEED, SPEED); in init_polygon()
50 polygon[3].direction_x = random_number_between(-SPEED, SPEED); in init_polygon()
72 morph(&polygon[0].x, &polygon[0].direction_x, b.left, b.right); in morph_polygon()
73 morph(&polygon[1].x, &polygon[1].direction_x, b.left, b.right); in morph_polygon()
74 morph(&polygon[2].x, &polygon[2].direction_x, b.left, b.right); in morph_polygon()
75 morph(&polygon[3].x, &polygon[3].direction_x, b.left, b.right); in morph_polygon()
H A DClientLooper.h23 double direction_x; member
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp62 double direction_x; member
433 polygon[0].direction_x = random_number_between(-SPEED, SPEED); in _InitPolygon()
439 polygon[1].direction_x = random_number_between(-SPEED, SPEED); in _InitPolygon()
445 polygon[2].direction_x = random_number_between(-SPEED, SPEED); in _InitPolygon()
451 polygon[3].direction_x = random_number_between(-SPEED, SPEED); 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()