Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dsplinestroke.c56 #define COS_MARGIN (1e-5) macro
2089 } else if ( RealWithin(costheta, 1, COS_MARGIN) ) { in _HandleJoin()
2098 RoundJoin(jpp, RealWithin(costheta, -1, COS_MARGIN)); in _HandleJoin()
2101 if ( RealWithin(costheta, -1, COS_MARGIN) ) { in _HandleJoin()
2107 } else if (c->join==lj_arcs && !RealWithin(costheta, 1, 30*COS_MARGIN)) in _HandleJoin()