Home
last modified time | relevance | path

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

/dports/print/photoprint/photoprint-0.4.2-pre2/gp_cppsupport/
H A Dgprinter.cpp85 ptheight=h; in get_dimensions()
92 if(ptheight<=imageableheight) in get_dimensions()
94 papertop=topmargin+(imageableheight-ptheight)/2; in get_dimensions()
102 clipped=(ptheight-imageableheight)/2; in get_dimensions()
107 ptheight=imageableheight; in get_dimensions()
119 ptheight-=clipped; in get_dimensions()
125 if((papertop+ptheight)>(pageheight-bottommargin)) in get_dimensions()
128 clipped=(papertop+ptheight)-(pageheight-bottommargin); in get_dimensions()
129 ptheight-=clipped; in get_dimensions()
361 stp_set_height(stpvars, ptheight); in Print()
H A Dgprinter.h53 int ptwidth, ptheight; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Dprintout.py197 self.ptheight = height
967 table.SetPTSize(self.ptwidth, self.ptheight)
996 self.ptwidth, self.ptheight = width, height
1004 self.ptheight = height
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DCalendar.py523 self.ptwidth, self.ptheight = width, height
531 self.ptheight = height
/dports/print/texlive-base/texlive-20150521-source/utils/pmx/pmx-2.7.0/
H A Dpmx270.for3097 common /compage/ widthpt,ptheight,hoffpt,voffpt, local
3149 data ptheight,widthpt,hoffpt,voffpt,
7454 common /compage/ widthpt,ptheight,hoffpt,voffpt,
9284 ptheight = int(dimen)
9573 ptheight = 745
18579 common /compage/ widthpt,ptheight,hoffpt,voffpt,
18884 heightil = ptheight*4./musize
18893 write(12,*)npages,widthpt,ptheight,hoffpt,voffpt,nsyst
H A Dpmxab.c405 real widthpt, ptheight, hoffpt, voffpt; member
14832 compage_1.ptheight = (real) ((integer) dimen); in g1etnote_()
15233 compage_1.ptheight = 745.f; in g1etnote_()
29126 heightil = compage_1.ptheight * 4.f / commus_1.musize; in pmxa_()
29160 do_lio(&c__4, &c__1, (char *)&compage_1.ptheight, (ftnlen)sizeof(real)); in pmxa_()