Searched refs:FXSYS_acos (Results 1 – 3 of 3) sorted by relevance
7 da = FXSYS_acos(width / (width + ((1.0f / 8) / approximation_scale))) * 2;
61 da = FXSYS_acos(width / (width + ((1.0f / 8) / approximation_scale))) * 2; in stroke_calc_arc()174 FXSYS_acos(width / (width + ((1.0f / 8) / approximation_scale))) * in stroke_calc_cap()
263 #define FXSYS_acos(a) (FX_FLOAT) acos(a) macro