Searched refs:MULTIPLIER (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp65 #define MULTIPLIER 1 macro
782 printf("spacewidth %d\n", n*MULTIPLIER);
828 k *= MULTIPLIER;
851 printf("%s\t%d", p->ch, m[0]*MULTIPLIER);
857 printf(",%d", m[k]*MULTIPLIER);
/freebsd-9.3-release/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp39 (MULTIPLIER*SIZESCALE)/(RES*UNITWIDTH) == 1/(2^20 * 72.27)
43 The width in the groff font file is the product of MULTIPLIER and the
50 #define MULTIPLIER 1 macro
387 cur_h += scale(f->get_width(idx, UNITWIDTH)/MULTIPLIER,

Completed in 100 milliseconds