Home
last modified time | relevance | path

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

/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dtype1.c632 int newhorhalf, newverthalf; in FindStems() local
637 newhorhalf = newverthalf = -1; in FindStems()
657 if (dx < 0) newhorhalf = TOP; in FindStems()
658 else newhorhalf = BOTTOM; in FindStems()
660 if (y < stems[i].y+stems[i].dy / 2) newhorhalf = BOTTOM; in FindStems()
661 else newhorhalf = TOP; in FindStems()
683 newhorhalf == oldhorhalf) ; /* No hint change */ in FindStems()
685 p = Applyhint(p, newhor, newhorhalf); in FindStems()
691 p = Applyhint(p, newhor, newhorhalf); in FindStems()
695 oldhor = newhor; oldhorhalf = newhorhalf; in FindStems()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dtype1.c607 int newhorhalf, newverthalf; local
612 newhorhalf = newverthalf = -1;
632 if (dx < 0) newhorhalf = TOP;
633 else newhorhalf = BOTTOM;
635 if (y < stems[i].y+stems[i].dy / 2) newhorhalf = BOTTOM;
636 else newhorhalf = TOP;
658 newhorhalf == oldhorhalf) ; /* No hint change */
660 p = Applyhint(p, newhor, newhorhalf);
666 p = Applyhint(p, newhor, newhorhalf);
670 oldhor = newhor; oldhorhalf = newhorhalf;
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Dtype1.c737 int newhorhalf, newverthalf; local
742 newhorhalf = newverthalf = -1;
762 if (dx < 0) newhorhalf = TOP;
763 else newhorhalf = BOTTOM;
765 if (y < stems[i].y+stems[i].dy / 2) newhorhalf = BOTTOM;
766 else newhorhalf = TOP;
788 newhorhalf == oldhorhalf) ; /* No hint change */
790 p = Applyhint(p, newhor, newhorhalf);
796 p = Applyhint(p, newhor, newhorhalf);
800 oldhor = newhor; oldhorhalf = newhorhalf;
/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dtype1.c1006 int newhorhalf, newverthalf; in FindStems() local
1066 newhorhalf = newverthalf = -1; in FindStems()
1089 newhorhalf = BOTTOM; in FindStems()
1091 newhorhalf = TOP; in FindStems()
1111 if ( newhorhalf == BOTTOM ) { in FindStems()