Lines Matching refs:f
164 static int f = 0; in DrawFrame() local
193 lpos0.y = 3.f * cosf(2.f * f / 60.f) + 5.f; in DrawFrame()
201 lpos0_dir.x = 0.5f * cosf(2.f * f / 60.f); in DrawFrame()
202 lpos0_dir.z = 0.5f * sinf(2.f * f / 60.f); in DrawFrame()
210 lpos1.y = 3.f * cosf(2.5f * f / 60.f) + 4.f; in DrawFrame()
216 lpos1_dir.x = 0.5f * cosf(2.5f * f / 60.f); in DrawFrame()
217 lpos1_dir.z = 0.5f * sinf(2.5f * f / 60.f); in DrawFrame()
225 lpos2.y = 3.f * cosf(3.f * f / 60.f) + 4.f; in DrawFrame()
231 lpos2_dir.x = 0.5f * cosf(3.f * f / 60.f); in DrawFrame()
232 lpos2_dir.z = 0.5f * sinf(3.f * f / 60.f); in DrawFrame()
257 f++; in DrawFrame()