Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/html/
H A Dpre-html.cpp180 static int postscriptRes = -1; // postscript resolution, variable
940 (getMaxX(pageno) * image_res) / postscriptRes, in createPage()
992 int x = postscriptRes * DEFAULT_LINE_LENGTH; in getMaxX()
1010 int x1 = max(min(i->X1, i->X2) * image_res / postscriptRes in createImage()
1014 + min(i->Y1, i->Y2) * image_res / postscriptRes in createImage()
1017 int x2 = max(i->X1, i->X2) * image_res / postscriptRes in createImage()
1020 + max(i->Y1, i->Y2) * image_res / postscriptRes in createImage()
1114 int res = postscriptRes; in generateImages()
1730 postscriptRes = get_resolution(); in main()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1182985 Replace `POSTSCRIPTRES' macro with `postscriptRes' variable.