Home
last modified time | relevance | path

Searched refs:postscriptRes (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/groff/src/preproc/html/
HDpre-html.cpp178 static int postscriptRes = -1; // postscript resolution, variable
938 (getMaxX(pageno) * image_res) / postscriptRes, in createPage()
990 int x = postscriptRes * DEFAULT_LINE_LENGTH; in getMaxX()
1008 int x1 = max(min(i->X1, i->X2) * image_res / postscriptRes in createImage()
1012 + min(i->Y1, i->Y2) * image_res / postscriptRes in createImage()
1015 int x2 = max(i->X1, i->X2) * image_res / postscriptRes in createImage()
1018 + max(i->Y1, i->Y2) * image_res / postscriptRes in createImage()
1112 int res = postscriptRes; in generateImages()
1728 postscriptRes = get_resolution(); in main()
/NextBSD/contrib/groff/
HDChangeLog.1182985 Replace `POSTSCRIPTRES' macro with `postscriptRes' variable.