Searched refs:nsvg__vecang (Results 1 – 1 of 1) sorted by relevance
2059 static float nsvg__vecang(float ux, float uy, float vx, float vy) in nsvg__vecang() function2141 a1 = nsvg__vecang(1.0f,0.0f, ux,uy); // Initial angle in nsvg__pathArcTo()2142 da = nsvg__vecang(ux,uy, vx,vy); // Delta angle in nsvg__pathArcTo()