Home
last modified time | relevance | path

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

/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dtype1.c341 DOUBLE lbhintvalue, rthintvalue; in ComputeStem() local
547 rthintvalue = stemshift; /* top */ in ComputeStem()
550 rthintvalue = stemshift + widthdiff; /* top */ in ComputeStem()
555 stems[stemno].rthint = (struct segment *)Permanent(Loc(CharSpace, 0.0, rthintvalue)); in ComputeStem()
556 stems[stemno].rtrevhint = (struct segment *)Permanent(Loc(CharSpace, 0.0, -rthintvalue)); in ComputeStem()
573 rthintvalue = stemshift + widthdiff / 2; /* right or top */ in ComputeStem()
578 stems[stemno].rthint = (struct segment *)Permanent(Loc(CharSpace, rthintvalue, 0.0)); in ComputeStem()
579 stems[stemno].rtrevhint = (struct segment *)Permanent(Loc(CharSpace, -rthintvalue, 0.0)); in ComputeStem()
583 stems[stemno].rthint = (struct segment *)Permanent(Loc(CharSpace, 0.0, rthintvalue)); in ComputeStem()
584 stems[stemno].rtrevhint = (struct segment *)Permanent(Loc(CharSpace, 0.0, -rthintvalue)); in ComputeStem()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dtype1.c313 double lbhintvalue, rthintvalue; local
517 rthintvalue = stemshift; /* top */
520 rthintvalue = stemshift + widthdiff; /* top */
525 stems[stemno].rthint = (struct segment *)Permanent(Loc(CharSpace, 0.0, rthintvalue));
526 stems[stemno].rtrevhint = (struct segment *)Permanent(Loc(CharSpace, 0.0, -rthintvalue));
543 rthintvalue = stemshift + widthdiff / 2; /* right or top */
548 stems[stemno].rthint = (struct segment *)Permanent(Loc(CharSpace, rthintvalue, 0.0));
549 stems[stemno].rtrevhint = (struct segment *)Permanent(Loc(CharSpace, -rthintvalue, 0.0));
553 stems[stemno].rthint = (struct segment *)Permanent(Loc(CharSpace, 0.0, rthintvalue));
554 stems[stemno].rtrevhint = (struct segment *)Permanent(Loc(CharSpace, 0.0, -rthintvalue));
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Dtype1.c429 DOUBLE lbhintvalue, rthintvalue; local
645 rthintvalue = stemshift; /* top */
648 rthintvalue = stemshift + widthdiff; /* top */
653 stems[stemno].rthint = (struct segment *)Permanent(Loc(CharSpace, 0.0, rthintvalue));
654 stems[stemno].rtrevhint = (struct segment *)Permanent(Loc(CharSpace, 0.0, -rthintvalue));
671 rthintvalue = stemshift + widthdiff / 2; /* right or top */
676 stems[stemno].rthint = (struct segment *)Permanent(Loc(CharSpace, rthintvalue, 0.0));
677 stems[stemno].rtrevhint = (struct segment *)Permanent(Loc(CharSpace, -rthintvalue, 0.0));
681 stems[stemno].rthint = (struct segment *)Permanent(Loc(CharSpace, 0.0, rthintvalue));
682 stems[stemno].rtrevhint = (struct segment *)Permanent(Loc(CharSpace, 0.0, -rthintvalue));
/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dtype1.c696 DOUBLE lbhintvalue, rthintvalue; local
919 rthintvalue = stemshift; /* top */
922 rthintvalue = stemshift + widthdiff; /* top */
926 stems[stemno].rthintval = rthintvalue;
952 rthintvalue = stemshift + widthdiff / 2; /* right or top */
956 stems[stemno].rthintval = rthintvalue;
969 stems[stemno].rthintval = rthintvalue;