Searched refs:postscriptRes (Results 1 – 2 of 2) sorted by relevance
180 static int postscriptRes = -1; // postscript resolution, variable940 (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()
2985 Replace `POSTSCRIPTRES' macro with `postscriptRes' variable.