Home
last modified time | relevance | path

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

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