Searched refs:FXSYS_sin (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/xfa/fxgraphics/
H A Dcfx_path.cpp54 FX_FLOAT y0 = FXSYS_sin(sweep_angle / 2);
59 FX_FLOAT sn = FXSYS_sin(start_angle + sweep_angle / 2);
72 bezier.y = pos.y + (size.height * FXSYS_sin(start_angle + sweep_angle));
112 size.height * FXSYS_sin(start_angle)),
/external/pdfium/xfa/fde/
H A Dcfde_path.cpp46 FXSYS_atan2(rx * FXSYS_sin(startAngle), ry * FXSYS_cos(startAngle));
48 FXSYS_atan2(rx * FXSYS_sin(endAngle), ry * FXSYS_cos(endAngle));
57 FX_FLOAT bcp = 4.0f / 3 * (1 - FXSYS_cos(half_delta)) / FXSYS_sin(half_delta);
58 FX_FLOAT sin_alpha = FXSYS_sin(alpha);
59 FX_FLOAT sin_beta = FXSYS_sin(beta);
/external/pdfium/third_party/agg23/
H A Dagg_math_stroke.h72 y + (width * FXSYS_sin(a1))));
83 y + (width * FXSYS_sin(a1))));
181 v0.y + (width * FXSYS_sin(a1))));
/external/pdfium/core/fxcrt/
H A Dfx_system.h264 #define FXSYS_sin(a) (FX_FLOAT) sin(a) macro
H A Dfx_basic_coords.cpp293 FX_FLOAT sinValue = FXSYS_sin(fRadian);
H A Dfx_coordinates.h184 FX_FLOAT sinValue = FXSYS_sin(fRadian);
/external/pdfium/core/fpdfapi/page/
H A Dfpdf_page_func.cpp328 Push((FX_FLOAT)FXSYS_sin(d1 * FX_PI / 180.0f));

Completed in 83 milliseconds