Searched refs:fAngel (Results 1 – 2 of 2) sorted by relevance
157 float fAngel = FX_PI / 10.0f; in DrawSignStar() local160 ptCenter + CFX_PointF(fRadius * static_cast<float>(cos(fAngel)), in DrawSignStar()161 fRadius * static_cast<float>(sin(fAngel))); in DrawSignStar()162 fAngel += FX_PI * 2 / 5.0f; in DrawSignStar()
278 float fAngel = FX_PI / 10.0f; in GetAP_Star() local280 px[i] = ptCenter.x + fRadius * (float)cos(fAngel); in GetAP_Star()281 py[i] = ptCenter.y + fRadius * (float)sin(fAngel); in GetAP_Star()282 fAngel += FX_PI * 2 / 5.0f; in GetAP_Star()