OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fAngel
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fwl/src/theme/
checkboxtp.cpp
335
FX_FLOAT
fAngel
= FX_PI / 10.0f;
337
px[i] = ptCenter.x + fRadius * (FX_FLOAT)cos(
fAngel
);
338
py[i] = ptCenter.y + fRadius * (FX_FLOAT)sin(
fAngel
);
339
fAngel
+= FX_PI * 2 / 5.0f;
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Utils.cpp
282
FX_FLOAT
fAngel
= PWL_PI / 10.0f;
285
px[i] = ptCenter.x + fRadius * (FX_FLOAT)cos(
fAngel
);
286
py[i] = ptCenter.y + fRadius * (FX_FLOAT)sin(
fAngel
);
288
fAngel
+= PWL_PI * 2 / 5.0f;
[
all
...]
Completed in 55 milliseconds