Home
last modified time | relevance | path

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

/dports/print/py-psautohint/psautohint-2.0.0/libpsautohint/src/
H A Dcontrol.c13 static void DoHStems(HintVal* sLst1);
607 DoHStems(HintVal* sLst1) in DoHStems() argument
612 while (sLst1 != NULL) { in DoHStems()
613 Fixed bot = -sLst1->vLoc1; in DoHStems()
614 Fixed top = -sLst1->vLoc2; in DoHStems()
626 if (!sLst1->vGhst) { in DoHStems()
627 curved = !FindLineSeg(sLst1->vLoc1, botList) && in DoHStems()
628 !FindLineSeg(sLst1->vLoc2, topList); in DoHStems()
634 sLst1 = sLst1->vNxt; in DoHStems()