Searched refs:FX_PI (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/xfa/fxgraphics/
H A Dcfx_path.cpp89 AddArc(rect.TopLeft(), rect.Size(), 0, FX_PI * 2);
100 while (start_angle > FX_PI * 2)
101 start_angle -= FX_PI * 2;
103 start_angle += FX_PI * 2;
104 if (sweep_angle >= FX_PI * 2)
105 sweep_angle = FX_PI * 2;
106 if (sweep_angle <= -FX_PI * 2)
107 sweep_angle = -FX_PI * 2;
122 local_sweep = -FX_PI / 2;
123 total_sweep -= FX_PI /
[all...]
/external/pdfium/xfa/fde/
H A Dcfde_path.cpp49 if (FXSYS_fabs(beta - alpha) > FX_PI) {
51 beta -= 2 * FX_PI;
53 alpha -= 2 * FX_PI;
148 FX_FLOAT fEndAngle = FX_PI / 2;
151 fStartAngle += FX_PI / 2;
152 fEndAngle += FX_PI / 2;
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffwidget.cpp1212 startAngle = -startAngle * FX_PI / 180.0f;
1213 sweepAngle = -sweepAngle * FX_PI / 180.0f;
1268 sy = FX_PI / 2;
1285 sx = bInverted ? FX_PI / 2 : FX_PI;
1304 sx = bInverted ? FX_PI : FX_PI * 3 / 2;
1323 sx = bInverted ? FX_PI * 3 / 2 : 0;
1344 sx = bInverted ? 0 : FX_PI / 2;
1361 sx -= FX_PI;
[all...]
/external/pdfium/third_party/agg23/
H A Dagg_math_stroke.h57 bool ccw = da > 0 && da < FX_PI;
66 a2 += 2 * FX_PI;
77 a2 -= 2 * FX_PI;
172 FX_FLOAT a2 = a1 + FX_PI;
/external/pdfium/xfa/fwl/theme/
H A Dcfwl_checkboxtp.cpp151 (pRtSign->top - fBottom) / (1 + static_cast<FX_FLOAT>(cos(FX_PI / 5.0f)));
156 FX_FLOAT fAngel = FX_PI / 10.0f;
161 fAngel += FX_PI * 2 / 5.0f;
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Utils.cpp191 (crBBox.top - crBBox.bottom) / (1 + (FX_FLOAT)cos(FX_PI / 5.0f));
197 FX_FLOAT fAngel = FX_PI / 10.0f;
203 fAngel += FX_PI * 2 / 5.0f;
754 FX_PI / 4.0f)
763 FX_PI * 5 / 4.0f)
781 FX_PI / 4.0f)
790 FX_PI * 5 / 4.0f)
/external/pdfium/core/fxcrt/
H A Dfx_system.h101 #define FX_PI 3.1415926535897932384626433832795f macro
/external/pdfium/core/fpdfapi/page/
H A Dfpdf_page_func.cpp328 Push((FX_FLOAT)FXSYS_sin(d1 * FX_PI / 180.0f));
332 Push((FX_FLOAT)FXSYS_cos(d1 * FX_PI / 180.0f));
337 d1 = (FX_FLOAT)(FXSYS_atan2(d1, d2) * 180.0 / FX_PI);

Completed in 515 milliseconds