Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dterm_ps.c536 size_t marginx, marginy, lineheight; in pspdf_alloc() local
616 marginy = (size_t)((double)pagey / 9.0); in pspdf_alloc()
624 p->ps->header = pagey - (marginy / 2) - (lineheight / 2); in pspdf_alloc()
625 p->ps->top = pagey - marginy; in pspdf_alloc()
626 p->ps->footer = (marginy / 2) - (lineheight / 2); in pspdf_alloc()
627 p->ps->bottom = marginy; in pspdf_alloc()