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