Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/theme/
Dcfwl_checkboxtp.cpp157 float fAngel = FX_PI / 10.0f; in DrawSignStar() local
160 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()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp278 float fAngel = FX_PI / 10.0f; in GetAP_Star() local
280 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()