Searched refs:n_curves (Results 1 – 2 of 2) sorted by relevance
539 int n_curves = (int)ceil(MATH_FABSF(sweep / MATH_HALF_PI)); in lv_vg_lite_path_append_arc() local553 for(int i = 0; i < n_curves; ++i) { in lv_vg_lite_path_append_arc()554 float end_angle = start_angle + ((i != n_curves - 1) ? MATH_HALF_PI * sweep_sign : fract); in lv_vg_lite_path_append_arc()
396 int n_curves = (int)ceil(fabsf(sweep / MATH_HALF_PI)); in lv_vector_path_append_arc() local416 for(int i = 0; i < n_curves; ++i) { in lv_vector_path_append_arc()417 float end_angle = start_angle + ((i != n_curves - 1) ? MATH_HALF_PI * sweep_sign : fract); in lv_vector_path_append_arc()