Home
last modified time | relevance | path

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

/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dtype1.c1012 double nextdtana = 0.0; /* tangent of post-delta against horizontal line */ in FindStems() local
1051 nextdtana = nextdx/nextdy; in FindStems()
1052 if ( nextdtana < 0.0 ) in FindStems()
1053 nextdtana = -nextdtana; in FindStems()
1056 nextdtana = NEARLYHORIZONTAL; in FindStems()
1071 if ( (dtana <= NEARLYVERTICAL) || (nextdtana <= NEARLYVERTICAL)) { in FindStems()