Searched refs:fAngel (Results 1 – 2 of 2) sorted by relevance
138 float fAngel = FX_PI / 10.0f; in DrawSignStar() local141 ptCenter + CFX_PointF(fRadius * static_cast<float>(cos(fAngel)), in DrawSignStar()142 fRadius * static_cast<float>(sin(fAngel))); in DrawSignStar()143 fAngel += FX_PI * 2 / 5.0f; in DrawSignStar()
282 float fAngel = FX_PI / 10.0f; in GetAP_Star() local284 px[i] = ptCenter.x + fRadius * (float)cos(fAngel); in GetAP_Star()285 py[i] = ptCenter.y + fRadius * (float)sin(fAngel); in GetAP_Star()286 fAngel += FX_PI * 2 / 5.0f; in GetAP_Star()