Home
last modified time | relevance | path

Searched refs:FXSYS_sin (Results 1 – 8 of 8) sorted by relevance

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