Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dcharview.c550 static int CVSplineOutside(CharView *cv, Spline *spline) { in CVSplineOutside() function
702 …if ( !CVSplineOutside(cv,spline) && !isnan(spline->splines[0].a) && !isnan(spline->splines[1].a)) { in MakePoly()