Searched refs:page_height (Results 1 – 2 of 2) sorted by relevance
45 page_height, /* Actual page height */ in main() local128 page_height = (unsigned)(inheader.cupsPageSize[1] * inheader.HWResolution[1] / 72.0); in main()131 page_top = page_height - page_bottom - inheader.cupsHeight; in main()135 if (page_left > page_width || page_top > page_height || page_bottom > page_height) in main()198 outheader.cupsHeight = page_height; in main()306 outheader.cupsInteger[6] = page_height - page_bottom; in main()320 outheader.cupsInteger[6] = page_height - page_top; in main()338 outheader.cupsInteger[6] = page_height - page_top; in main()352 outheader.cupsInteger[6] = page_height - page_bottom; in main()370 outheader.cupsInteger[6] = page_height - page_top; in main()[all …]
105 DoubleOption page_height = DoubleOption("-h", "Page height", 800.0f); member121 &page_width, &page_height, &title, &author, &subject, in Config()141 if (!pageCanvas || current_y > config->page_height.value) { in WriteLine()147 SkDoubleToScalar(config->page_height.value)); in WriteLine()