Home
last modified time | relevance | path

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

/dports/print/ttf2pt1/ttf2pt1-3.4.4/app/X11/
H A Dt1-xf86.334.patch155 ! widthdiff = 0.0;
160 widthdiff = blues->StdVW - stemwidth;
162 ! if (blues->StemSnapV[i] - stemwidth < widthdiff)
164 widthdiff = blues->StemSnapV[i] - stemwidth;
172 ! widthdiff = onepixel*2;
177 widthdiff = blues->StdVW - stemwidth;
181 widthdiff = blues->StemSnapV[i] - stemwidth;
186 widthdiff = blues->StdHW - stemwidth;
190 widthdiff = blues->StemSnapH[i] - stemwidth;
194 widthdiff = blues->StdHW - stemwidth;
[all …]
H A Dt1-xf86.39.patch40 ! widthdiff = 0.0;
45 widthdiff = blues->StdVW - stemwidth;
47 ! if (blues->StemSnapV[i] - stemwidth < widthdiff)
49 widthdiff = blues->StemSnapV[i] - stemwidth;
57 ! widthdiff = onepixel*2;
62 widthdiff = blues->StdVW - stemwidth;
66 widthdiff = blues->StemSnapV[i] - stemwidth;
71 widthdiff = blues->StdHW - stemwidth;
75 widthdiff = blues->StemSnapH[i] - stemwidth;
79 widthdiff = blues->StdHW - stemwidth;
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dtype1.c396 widthdiff = 0.0; in ComputeStem()
401 widthdiff = blues->StdVW - stemwidth; in ComputeStem()
403 if (blues->StemSnapV[i] - stemwidth < widthdiff) in ComputeStem()
405 widthdiff = blues->StemSnapV[i] - stemwidth; in ComputeStem()
409 widthdiff = blues->StdHW - stemwidth; in ComputeStem()
411 if (blues->StemSnapH[i] - stemwidth < widthdiff) in ComputeStem()
413 widthdiff = blues->StemSnapH[i] - stemwidth; in ComputeStem()
419 if (FABS(widthdiff) > onepixel) in ComputeStem()
420 widthdiff = 0.0; in ComputeStem()
433 widthdiff = idealwidth * onepixel - stemwidth; in ComputeStem()
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dtype1.c368 widthdiff = 0.0;
373 widthdiff = blues->StdVW - stemwidth;
375 if (blues->StemSnapV[i] - stemwidth < widthdiff)
377 widthdiff = blues->StemSnapV[i] - stemwidth;
381 widthdiff = blues->StdHW - stemwidth;
383 if (blues->StemSnapH[i] - stemwidth < widthdiff)
385 widthdiff = blues->StemSnapH[i] - stemwidth;
391 if (FABS(widthdiff) > onepixel)
392 widthdiff = 0.0;
405 widthdiff = idealwidth * onepixel - stemwidth;
[all …]
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Dtype1.c484 widthdiff = 0.0;
489 widthdiff = blues->StdVW - stemwidth;
493 widthdiff = blues->StemSnapV[i] - stemwidth;
497 widthdiff = blues->StdHW - stemwidth;
501 widthdiff = blues->StemSnapH[i] - stemwidth;
507 if (FABS(widthdiff) > onepixel)
508 widthdiff = 0.0;
523 widthdiff = idealwidth * onepixel - stemwidth;
644 lbhintvalue = stemshift - widthdiff; /* bottom */
648 rthintvalue = stemshift + widthdiff; /* top */
[all …]
/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dtype1.c758 widthdiff = 0.0;
763 widthdiff = blues->StdVW - stemwidth;
767 widthdiff = blues->StemSnapV[i] - stemwidth;
771 widthdiff = blues->StdHW - stemwidth;
775 widthdiff = blues->StemSnapH[i] - stemwidth;
781 if (FABS(widthdiff) > onepixel)
782 widthdiff = 0.0;
797 widthdiff = idealwidth * onepixel - stemwidth;
947 stemstart = stemstart - widthdiff / 2;
960 stems[stemno].aldx = stemwidth + widthdiff;
[all …]
/dports/print/fontforge/fontforge-20201107/gdraw/
H A Dgtabset.c330 static void GTabSetDistributePixels(GTabSet *gts,int r, int widthdiff) { in GTabSetDistributePixels() argument
333 diff = widthdiff/(gts->rowstarts[r+1]-gts->rowstarts[r]); in GTabSetDistributePixels()
334 off = widthdiff-diff*(gts->rowstarts[r+1]-gts->rowstarts[r]); in GTabSetDistributePixels()