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

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Doverlay.c106 static void RotatePoint(float *x, float *y, float rotation) function in typeref:typename:void
144 RotatePoint(&x0, &y0, stars[n].rotation);
152 RotatePoint(&x1, &y1, stars[n].rotation);
H A Dstar.c104 static void RotatePoint(float *x, float *y, float rotation) function in typeref:typename:void
152 RotatePoint(&x0, &y0, stars[n].rotation);
160 RotatePoint(&x1, &y1, stars[n].rotation);

Completed in 4 milliseconds