Home
last modified time | relevance | path

Searched refs:newverthalf (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()
645 if (dy < 0) newverthalf = LEFT; in FindStems()
646 else newverthalf = RIGHT; in FindStems()
648 if (x < stems[i].x+stems[i].dx / 2) newverthalf = LEFT; in FindStems()
649 else newverthalf = RIGHT; in FindStems()
671 newverthalf == oldverthalf); /* No hint change */ in FindStems()
673 p = Applyhint(p, newvert, newverthalf); in FindStems()
678 p = Applyhint(p, newvert, newverthalf); in FindStems()
694 oldvert = newvert; oldverthalf = newverthalf; in FindStems()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dtype1.c607 int newhorhalf, newverthalf; local
612 newhorhalf = newverthalf = -1;
620 if (dy < 0) newverthalf = LEFT;
621 else newverthalf = RIGHT;
623 if (x < stems[i].x+stems[i].dx / 2) newverthalf = LEFT;
624 else newverthalf = RIGHT;
646 newverthalf == oldverthalf); /* No hint change */
648 p = Applyhint(p, newvert, newverthalf);
653 p = Applyhint(p, newvert, newverthalf);
669 oldvert = newvert; oldverthalf = newverthalf;
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Dtype1.c737 int newhorhalf, newverthalf; local
742 newhorhalf = newverthalf = -1;
750 if (dy < 0) newverthalf = LEFT;
751 else newverthalf = RIGHT;
753 if (x < stems[i].x+stems[i].dx / 2) newverthalf = LEFT;
754 else newverthalf = RIGHT;
776 newverthalf == oldverthalf); /* No hint change */
778 p = Applyhint(p, newvert, newverthalf);
783 p = Applyhint(p, newvert, newverthalf);
799 oldvert = newvert; oldverthalf = newverthalf;
/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()
1076 newverthalf = LEFT; in FindStems()
1078 newverthalf = RIGHT; in FindStems()
1099 if ( newverthalf == LEFT ) { in FindStems()