Home
last modified time | relevance | path

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

/dports/games/flying/flying-6.20/
H A Dxpball.C236 p[0].x = XPix(q_end_s.X()); in DrawQueue()
237 p[0].y = YPix(q_end_s.Y()); in DrawQueue()
247 q_end_s = end; in StartQueue()
276 printf( "OLD POSITION: %f x %f\n", (float)q_end_s.X(), (float)q_end_s.Y() ); in MoveQueue()
280 p[0].x = XPix(q_end_s.X()); // triangle-coordinates of old queue in MoveQueue()
281 p[0].y = YPix(q_end_s.Y()); in MoveQueue()
287 q_end_s = end; // store new position in MoveQueue()
290 p[3].x = XPix(q_end_s.X()); // triangle-coordinates of new queue in MoveQueue()
291 p[3].y = YPix(q_end_s.Y()); in MoveQueue()
305 printf( "NOT ASSIGNED: %f x %f\n", (float)q_end_s.X(), (float)q_end_s.Y() ); in MoveQueue()
[all …]
H A Dpball.C517 DrawLine(q_s1_s,q_end_s); in DrawQueue()
518 DrawLine(q_s2_s,q_end_s); in DrawQueue()
520 FillPoly( 3, &q_end_s, &q_s1_s, &q_s2_s ); in DrawQueue()
526 q_end_s = end; in StartQueue()
535 q_end_s = end; in MoveQueue()
H A Dpball.h108 Vec2 q_end_s, q_s1_s, q_s2_s; variable