HomeSort by relevance Sort by last modified time
    Searched refs:FXSYS_acos (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxge/agg/agg23/
agg_math_stroke.h 61 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/
fx_system.h 279 #define FXSYS_acos(a) (FX_FLOAT)acos(a)
fx_coordinates.h 220 return (FX_FLOAT)FXSYS_acos(Cosine(v1, v2));

Completed in 42 milliseconds