Searched refs:maxPageHeight (Results 1 – 1 of 1) sorted by relevance
288 maxPageHeight = atof(optarg); in main()431 if ((maxPageWidth > 0) || (maxPageHeight > 0)) in main()437 if ((maxPageWidth > 0) && (maxPageHeight > 0)) in main()704 splitheight = maxPageHeight * PS_UNIT_SIZE; in get_subimage_count()841 splitheight = maxPageHeight * PS_UNIT_SIZE; in exportMaskedImage()1079 splitheight = maxPageHeight * PS_UNIT_SIZE; in psPageSize()1256 splitheight = maxPageHeight * PS_UNIT_SIZE; in psStart()1407 if (maxPageHeight != 0) /* Clip the viewport to maxPageHeight on each page */ in get_viewport()1409 if (pgheight != 0 && pgheight < maxPageHeight) in get_viewport()1412 *view_height = maxPageHeight * PS_UNIT_SIZE; in get_viewport()[all …]