OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:page_bottom
(Results
1 - 1
of
1
) sorted by null
/external/libcups/filter/
rastertopwg.c
47
page_bottom
, /* Bottom margin */
local
130
page_bottom
= (unsigned)(inheader.cupsImagingBBox[1] * inheader.HWResolution[1] / 72.0);
131
page_top = page_height -
page_bottom
- inheader.cupsHeight;
135
if (page_left > page_width || page_top > page_height ||
page_bottom
> page_height)
306
outheader.cupsInteger[6] = page_height -
page_bottom
;
316
outheader.cupsInteger[4] =
page_bottom
;
334
outheader.cupsInteger[4] =
page_bottom
;
352
outheader.cupsInteger[6] = page_height -
page_bottom
;
366
outheader.cupsInteger[4] =
page_bottom
;
384
outheader.cupsInteger[6] = page_height -
page_bottom
;
[
all
...]
Completed in 471 milliseconds