HomeSort by: relevance | last modified time | path
    Searched defs:image_res (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/groff/dist/src/preproc/html/
pre-html.cpp 193 static int image_res = DEFAULT_IMAGE_RES; variable
940 (getMaxX(pageno) * image_res) / postscriptRes,
942 image_res,
1010 int x1 = max(min(i->X1, i->X2) * image_res / postscriptRes
1013 int y1 = max(image_res * vertical_offset / 72
1014 + min(i->Y1, i->Y2) * image_res / postscriptRes
1017 int x2 = max(i->X1, i->X2) * image_res / postscriptRes
1019 int y2 = image_res * vertical_offset / 72
1020 + max(i->Y1, i->Y2) * image_res / postscriptRes
1522 image_res);
    [all...]

Completed in 15 milliseconds