Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/theme/
Dcfwl_checkboxtp.cpp138 float fAngel = FX_PI / 10.0f; in DrawSignStar() local
141 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()
/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp282 float fAngel = FX_PI / 10.0f; in GetAP_Star() local
284 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()