Home
last modified time | relevance | path

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

/dports/print/pcal/pcal-4.11.0/src/
H A Dpcal.c1042 int daybox_width_pts, daybox_height_pts; variable
1376 daybox_height_pts = paper_info[paper_size_idx].daybox_height_pts; in recalc_paper_parameters()
1383 6 * (daybox_height_pts - paper_info[paper_size_idx].daybox_height_pts); in recalc_paper_parameters()
1395 daybox_height_pts = (page_dim_long_axis_pts - DEFAULT_MARGIN_BOTTOM_PTS + in recalc_paper_parameters()
H A Dpcaldefs.h274 int daybox_height_pts; member
1346 extern int daybox_width_pts, daybox_height_pts;
H A Dwritefil.c785 printf("/dayheight %d def\n", daybox_height_pts); in write_psfile()