Home
last modified time | relevance | path

Searched refs:DECIPOINTSPERINCH (Results 1 – 5 of 5) sorted by relevance

/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dt1test.c39 #define DECIPOINTSPERINCH 722.7 macro
368 vals.point = (vals.pixel * DECIPOINTSPERINCH) / vals.y;
480 else vals->point = (vals->pixel * DECIPOINTSPERINCH) / vals->y;
483 vals->pixel = (vals->point * vals->y) / DECIPOINTSPERINCH;
H A Dt1funcs.c85 #define DECIPOINTSPERINCH 722.7 macro
164 txx = (DOUBLE)vals->x * efactor * vals->point / DECIPOINTSPERINCH; in Type1OpenScalable()
165 tyy = (DOUBLE)vals->y * vals->point / DECIPOINTSPERINCH; in Type1OpenScalable()
167 txy = (DOUBLE)vals->x * slant * vals->point / DECIPOINTSPERINCH; in Type1OpenScalable()
H A Dt1info.c72 #define DECIPOINTSPERINCH 722.7 macro
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dt1test.c36 #define DECIPOINTSPERINCH 722.7 macro
197 else vals->point = (vals->pixel * DECIPOINTSPERINCH) / vals->y;
200 vals->pixel = (vals->point * vals->y) / DECIPOINTSPERINCH;
H A Dt1info.c94 #define DECIPOINTSPERINCH 722.7 macro