Home
last modified time | relevance | path

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

/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dtype1.c171 static struct segment *Applyhint(struct segment *p,int stemnumber,int half);
172 static struct segment *Applyrevhint(struct segment *p,int stemnumber,int half);
598 static struct segment *Applyhint(struct segment *p, int stemnumber, int half) in Applyhint() argument
601 return Join(p, stems[stemnumber].lbhint); /* left or bottom hint */ in Applyhint()
603 return Join(p, stems[stemnumber].rthint); /* right or top hint */ in Applyhint()
611 static struct segment *Applyrevhint(struct segment *p, int stemnumber, int half) in Applyrevhint() argument
614 return Join(p, stems[stemnumber].lbrevhint); /* left or bottom hint */ in Applyrevhint()
616 return Join(p, stems[stemnumber].rtrevhint); /* right or top hint */ in Applyrevhint()
H A Dprotos.h354 static struct segment *Applyhint(struct segment *p,int stemnumber,int half);
355 static struct segment *Applyrevhint(struct segment *p,int stemnumber,int half);
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dtype1.c568 static struct segment *Applyhint(p, stemnumber, half) in Applyhint() argument
570 int stemnumber, half;
573 return Join(p, stems[stemnumber].lbhint); /* left or bottom hint */
575 return Join(p, stems[stemnumber].rthint); /* right or top hint */
583 static struct segment *Applyrevhint(p, stemnumber, half) in Applyrevhint() argument
585 int stemnumber, half;
588 return Join(p, stems[stemnumber].lbrevhint); /* left or bottom hint */
590 return Join(p, stems[stemnumber].rtrevhint); /* right or top hint */
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Dtype1.c698 static struct segment *Applyhint(p, stemnumber, half) in Applyhint() argument
700 int stemnumber, half;
703 return Join(p, stems[stemnumber].lbhint); /* left or bottom hint */
705 return Join(p, stems[stemnumber].rthint); /* right or top hint */
713 static struct segment *Applyrevhint(p, stemnumber, half) in Applyrevhint() argument
715 int stemnumber, half;
718 return Join(p, stems[stemnumber].lbrevhint); /* left or bottom hint */
720 return Join(p, stems[stemnumber].rtrevhint); /* right or top hint */