Home
last modified time | relevance | path

Searched refs:fLongRadius (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Utils.cpp2470 FX_FLOAT fLongRadius = (crBBox.top - crBBox.bottom)/(1+(FX_FLOAT)cos(PWL_PI/5.0f)); in GetGraphics_Star() local
2471 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()