Home
last modified time | relevance | path

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

/dports/print/photoprint/photoprint-0.4.2-pre2/gp_cppsupport/
H A Dgprinter.cpp80 ptwidth=w; in get_dimensions()
138 if(ptwidth<=imageablewidth) in get_dimensions()
140 paperleft=leftmargin+(imageablewidth-ptwidth)/2; in get_dimensions()
148 clipped=(ptwidth-imageablewidth)/2; in get_dimensions()
153 ptwidth=imageablewidth; in get_dimensions()
165 ptwidth-=clipped; in get_dimensions()
171 if((paperleft+ptwidth)>(pagewidth-rightmargin)) in get_dimensions()
174 clipped=(paperleft+ptwidth)-(pagewidth-rightmargin); in get_dimensions()
175 ptwidth-=clipped; in get_dimensions()
360 stp_set_width(stpvars, ptwidth); in Print()
H A Dgprinter.h53 int ptwidth, ptheight; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Dprintout.py196 self.ptwidth = width
967 table.SetPTSize(self.ptwidth, self.ptheight)
996 self.ptwidth, self.ptheight = width, height
1003 self.ptwidth = width
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dopenfontdlg.c311 int k, cnt, i, ptwidth; in FilterDlg() local
369 ptwidth = 2*GIntGetResource(_NUM_Buttonsize)+GGadgetScale(60); in FilterDlg()
370 pos.width =GDrawPointsToPixels(NULL,ptwidth); in FilterDlg()
H A Dproblems.c2277 int blen = GIntGetResource(_NUM_Buttonsize), ptwidth; in mgAsk() local
2321 ptwidth = 3*blen+GGadgetScale(80); in mgAsk()
2322 pos.width =GDrawPointsToPixels(NULL,ptwidth); in mgAsk()
2359 gcd[k].gd.pos.x = 10; gcd[k].gd.pos.y = gcd[k-1].gd.pos.y+13; gcd[k].gd.pos.width = ptwidth-20; in mgAsk()
2391 gcd[k].gd.pos.x = 10+blen+(ptwidth-3*blen-GGadgetScale(20))/2; in mgAsk()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DCalendar.py523 self.ptwidth, self.ptheight = width, height
530 self.ptwidth = width