Searched refs:fLongRadius (Results 1 – 1 of 1) sorted by relevance
2470 FX_FLOAT fLongRadius = (crBBox.top - crBBox.bottom)/(1+(FX_FLOAT)cos(PWL_PI/5.0f)); in GetGraphics_Star() local2471 fLongRadius = fLongRadius * 0.7f; in GetGraphics_Star()2472 FX_FLOAT fShortRadius = fLongRadius * 0.55f; in GetGraphics_Star()2482 px1[i] = ptCenter.x + fLongRadius * (FX_FLOAT)cos(fAngel); in GetGraphics_Star()2483 py1[i] = ptCenter.y + fLongRadius * (FX_FLOAT)sin(fAngel); in GetGraphics_Star()