Home
last modified time | relevance | path

Searched refs:center_fm (Results 1 – 1 of 1) sorted by relevance

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dsplinestroke.c1872 center_fm = BPAdd(p_fm, BPScale(cv_fm, r_fm)); in ArcsJoin()
1892 cnt = LineCircleTest(p_to, ut_to, center_fm, r_fm); in ArcsJoin()
1894 IntersectLineCircle(p_to, ut_to, center_fm, r_fm, &i, &i2); in ArcsJoin()
1897 center_fm = BPAdd(p_fm, BPScale(cv_fm, r_fm)); in ArcsJoin()
1899 i = ProjectPointOnLine(center_fm, p_to, ut_to); in ArcsJoin()
1902 note = cnt = CirclesTest(center_fm, r_fm, center_to, r_to); in ArcsJoin()
1910 center_fm = BPAdd(p_fm, BPScale(cv_fm, r_fm)); in ArcsJoin()
1915 BPScale(NormVec(BPSub(center_fm, center_to)), in ArcsJoin()
1918 i = BPAdd(center_fm, in ArcsJoin()
1919 BPScale(NormVec(BPSub(center_to, center_fm)), in ArcsJoin()
[all …]