Home
last modified time | relevance | path

Searched refs:page_height (Results 1 – 2 of 2) sorted by relevance

/external/libcups/filter/
Drastertopwg.c45 page_height, /* Actual page height */ in main() local
128 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 …]
/external/skia/tools/
Dusing_skia_and_harfbuzz.cpp105 DoubleOption page_height = DoubleOption("-h", "Page height", 800.0f); member
121 &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()