Searched refs:FXSYS_acos (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_math_stroke.h61 da = FXSYS_acos(FXSYS_Div(width, width + FXSYS_Div(1.0f / 8, approximation_scale))) * 2;
171 FX_FLOAT da = FXSYS_acos(FXSYS_Div(width, width +
/external/pdfium/core/include/fxcrt/
H A Dfx_system.h247 #define FXSYS_acos(a) (FX_FLOAT)acos(a) macro
H A Dfx_coordinates.h214 return (FX_FLOAT)FXSYS_acos(Cosine(v1, v2));

Completed in 856 milliseconds