Searched refs:ndivs (Results 1 – 1 of 1) sorted by relevance
2077 int i, ndivs; in nsvg__pathArcTo() local2159 ndivs = (int)(fabsf(da) / (NSVG_PI*0.5f) + 1.0f); in nsvg__pathArcTo()2160 hda = (da / (float)ndivs) / 2.0f; in nsvg__pathArcTo()2165 for (i = 0; i <= ndivs; i++) { in nsvg__pathArcTo()2166 a = a1 + da * ((float)i/(float)ndivs); in nsvg__pathArcTo()