Home
last modified time | relevance | path

Searched refs:bottommargin (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/dports/print/pslib/pslib-examples-0.0.11/
H A Dfontsample.c30 float bottommargin, colwidth, rowheight, leftmargin; in main() local
38 bottommargin = 270; in main()
71 PS_show_xy(psdoc, text, leftmargin, bottommargin+20*rowheight); in main()
75 PS_show_xy(psdoc, "capheight: ", leftmargin, bottommargin+18.5*rowheight); in main()
78 PS_show_xy(psdoc, "ascender: ", leftmargin, bottommargin+18.0*rowheight); in main()
81 PS_show_xy(psdoc, "descender: ", leftmargin, bottommargin+17.5*rowheight); in main()
86 PS_moveto(psdoc, leftmargin+i*colwidth, bottommargin); in main()
87 PS_lineto(psdoc, leftmargin+i*colwidth, bottommargin+16*rowheight); in main()
91 PS_moveto(psdoc, leftmargin, bottommargin+j*rowheight); in main()
92 PS_lineto(psdoc, leftmargin+16*colwidth, bottommargin+j*rowheight); in main()
[all …]
H A Dglyphlist.c32 float bottommargin, colwidth, rowheight, leftmargin; in main() local
42 bottommargin = 270; in main()
93 PS_moveto(psdoc, leftmargin+i*colwidth, bottommargin); in main()
94 PS_lineto(psdoc, leftmargin+i*colwidth, bottommargin+16*rowheight); in main()
98 PS_moveto(psdoc, leftmargin, bottommargin+j*rowheight); in main()
99 PS_lineto(psdoc, leftmargin+16*colwidth, bottommargin+j*rowheight); in main()
107 …PS_show_xy(psdoc, text, leftmargin+i*colwidth+colwidth/2-textwidth/2, bottommargin+16*rowheight+fo… in main()
111 …PS_show_xy(psdoc, text, leftmargin-1.7*fontsize, bottommargin+(15-j)*rowheight+rowheight/2-fontsiz… in main()
122 PS_set_value(psdoc, "texty", bottommargin+(15-j)*rowheight+rowheight/2+3-fontsize/2); in main()
124 …PS_moveto(psdoc, leftmargin+i*colwidth+colwidth/2-textwidth/2, bottommargin+(15-j)*rowheight+rowhe… in main()
[all …]
/dports/print/photoprint/photoprint-0.4.2-pre2/support/
H A Dpageextent.h29 topmargin(DEFAULTMARGIN), bottommargin(DEFAULTMARGIN) in PageExtent()
36 topmargin(DEFAULTMARGIN), bottommargin(DEFAULTMARGIN) in PageExtent()
47 imageableheight=pageheight-(topmargin+bottommargin); in GetImageableArea()
56 if(bottommargin>tb) tb=bottommargin; in EqualiseMargins()
57 topmargin=bottommargin=tb; in EqualiseMargins()
70 bottommargin=pe.bottommargin; in SetPageExtent()
84 bottommargin=bottom; in SetMargins()
88 int leftmargin,rightmargin,topmargin,bottommargin; variable
H A Dsignature.cpp34 h=pageheight-(topmargin+bottommargin); in ReCalc()
58 if(((rows-1)*vgutter)>=(height-(topmargin+bottommargin))) in SetPaperSize()
83 if(((rows-1)*vgutter)>=(pageheight-(topmargin+bottommargin))) in SetGutters()
106 if(((rows-1)*gutter)>=(pageheight-(topmargin+bottommargin))) in SetVGutter()
126 if(((rows-1)*vgutter)>=(pageheight-(topmargin+bottommargin))) in SetRows()
136 int r=(pageheight-(topmargin+bottommargin))/celheight; in ReCalcByCellSize()
139 …Debug[TRACE] << "Page width: " << pagewidth << ", margins: " << (topmargin+bottommargin) << ", cel… in ReCalcByCellSize()
142 celheight=pageheight-(topmargin+bottommargin); in ReCalcByCellSize()
147 vgutter=((pageheight-(topmargin+bottommargin))-r*celheight)/(r-1); in ReCalcByCellSize()
152 bottompadding=pageheight-(topmargin+bottommargin+celheight); in ReCalcByCellSize()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXSize.cpp56 FXSize& FXSize::grow(FXshort leftmargin,FXshort rightmargin,FXshort topmargin,FXshort bottommargin){ in grow() argument
58 h+=(topmargin+bottommargin); in grow()
80 …ize& FXSize::shrink(FXshort leftmargin,FXshort rightmargin,FXshort topmargin,FXshort bottommargin){ in shrink() argument
82 h-=(topmargin+bottommargin); in shrink()
H A DFXRectangle.cpp66 …& FXRectangle::grow(FXshort leftmargin,FXshort rightmargin,FXshort topmargin,FXshort bottommargin){ in grow() argument
70 h+=(topmargin+bottommargin); in grow()
96 …FXRectangle::shrink(FXshort leftmargin,FXshort rightmargin,FXshort topmargin,FXshort bottommargin){ in shrink() argument
100 h-=(topmargin+bottommargin); in shrink()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXSize.cpp53 FXSize& FXSize::grow(FXshort leftmargin,FXshort rightmargin,FXshort topmargin,FXshort bottommargin){ in grow() argument
55 h+=(topmargin+bottommargin); in grow()
77 …ize& FXSize::shrink(FXshort leftmargin,FXshort rightmargin,FXshort topmargin,FXshort bottommargin){ in shrink() argument
79 h-=(topmargin+bottommargin); in shrink()
H A DFXRectangle.cpp64 …& FXRectangle::grow(FXshort leftmargin,FXshort rightmargin,FXshort topmargin,FXshort bottommargin){ in grow() argument
68 h+=(topmargin+bottommargin); in grow()
94 …FXRectangle::shrink(FXshort leftmargin,FXshort rightmargin,FXshort topmargin,FXshort bottommargin){ in shrink() argument
98 h-=(topmargin+bottommargin); in shrink()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXSize.cpp56 FXSize& FXSize::grow(FXshort leftmargin,FXshort rightmargin,FXshort topmargin,FXshort bottommargin){ in grow() argument
58 h+=(topmargin+bottommargin); in grow()
80 …ize& FXSize::shrink(FXshort leftmargin,FXshort rightmargin,FXshort topmargin,FXshort bottommargin){ in shrink() argument
82 h-=(topmargin+bottommargin); in shrink()
H A DFXRectangle.cpp66 …& FXRectangle::grow(FXshort leftmargin,FXshort rightmargin,FXshort topmargin,FXshort bottommargin){ in grow() argument
70 h+=(topmargin+bottommargin); in grow()
96 …FXRectangle::shrink(FXshort leftmargin,FXshort rightmargin,FXshort topmargin,FXshort bottommargin){ in shrink() argument
100 h-=(topmargin+bottommargin); in shrink()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXSize.cpp53 FXSize& FXSize::grow(FXshort leftmargin,FXshort rightmargin,FXshort topmargin,FXshort bottommargin){ in grow() argument
55 h+=(topmargin+bottommargin); in grow()
77 …ize& FXSize::shrink(FXshort leftmargin,FXshort rightmargin,FXshort topmargin,FXshort bottommargin){ in shrink() argument
79 h-=(topmargin+bottommargin); in shrink()
H A DFXRectangle.cpp64 …& FXRectangle::grow(FXshort leftmargin,FXshort rightmargin,FXshort topmargin,FXshort bottommargin){ in grow() argument
68 h+=(topmargin+bottommargin); in grow()
94 …FXRectangle::shrink(FXshort leftmargin,FXshort rightmargin,FXshort topmargin,FXshort bottommargin){ in shrink() argument
98 h-=(topmargin+bottommargin); in shrink()
/dports/biology/infernal/infernal-1.1.3/hmmer/src/
H A Dheatmap.c65 int bottommargin; in dmx_Visualize() local
70 bottommargin = 20; in dmx_Visualize()
75 boxsize = ESL_MIN( (792 - bottommargin) / D->n, in dmx_Visualize()
84 ycoord = (D->n-i+1) * boxsize + bottommargin; in dmx_Visualize()
/dports/biology/hmmer/hmmer-3.3/src/
H A Dheatmap.c65 int bottommargin; in dmx_Visualize() local
70 bottommargin = 20; in dmx_Visualize()
75 boxsize = ESL_MIN( (792 - bottommargin) / D->n, in dmx_Visualize()
84 ycoord = (D->n-i+1) * boxsize + bottommargin; in dmx_Visualize()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXRectangle.cpp64 …& FXRectangle::grow(FXshort leftmargin,FXshort rightmargin,FXshort topmargin,FXshort bottommargin){ in grow() argument
68 h+=(topmargin+bottommargin); in grow()
92 …FXRectangle::shrink(FXshort leftmargin,FXshort rightmargin,FXshort topmargin,FXshort bottommargin){ in shrink() argument
96 h-=(topmargin+bottommargin); in shrink()
/dports/graphics/netpbm/netpbm-10.91.01/generator/
H A Dpbmtextps.c167 float bottommargin; member
215 &cmdlineP->bottommargin, &bottommarginSpec, 0); in parseCommandLine()
235 cmdlineP->bottommargin = 0; in parseCommandLine()
259 if (cmdlineP->bottommargin <0) in parseCommandLine()
393 cmdline.topmargin, cmdline.bottommargin, in postscriptProgram()
/dports/print/photoprint/photoprint-0.4.2-pre2/
H A Dlayout_poster.cpp305 bottommargin=pe.bottommargin; in SetPageExtent()
324 bottommargin=bottom; in SetMargins()
335 paperheight = topmargin + bottommargin + imageableheight*vtiles - (vtiles-1)*voverlap; in TilesFromSize()
347 paperheight=topmargin + bottommargin + posterheight; in SizeFromTiles()
375 db.posterdb.SetInt("BottomMargin",bottommargin); in LayoutToDB()
H A Dpp_pageextent.cpp78 pe->SetMargins(v,pe->rightmargin,pe->topmargin,pe->bottommargin); in lmargin_changed()
89 pe->SetMargins(pe->leftmargin,v,pe->topmargin,pe->bottommargin); in rmargin_changed()
100 pe->SetMargins(pe->leftmargin,pe->rightmargin,v,pe->bottommargin); in tmargin_changed()
179 dimension_set_pt(DIMENSION(ob->bmargin),ob->pe->bottommargin); in pp_pageextent_refresh()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dmultiplot.c539 double leftmargin, rightmargin, topmargin, bottommargin, xspacing, yspacing; in mp_layout_margins_and_spacing() local
559 bottommargin = mp_layout.bmargin.x; in mp_layout_margins_and_spacing()
561 bottommargin = (mp_layout.bmargin.x * term->v_char) / term->ymax; in mp_layout_margins_and_spacing()
575 tmp_height = (topmargin - bottommargin - (mp_layout.num_rows - 1) * yspacing) in mp_layout_margins_and_spacing()
584 bmargin.x = bottommargin + (mp_layout.num_rows - mp_layout.act_row - 1) in mp_layout_margins_and_spacing()
587 bmargin.x = bottommargin + mp_layout.act_row * (tmp_height + yspacing); in mp_layout_margins_and_spacing()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dmultiplot.c539 double leftmargin, rightmargin, topmargin, bottommargin, xspacing, yspacing; in mp_layout_margins_and_spacing() local
559 bottommargin = mp_layout.bmargin.x; in mp_layout_margins_and_spacing()
561 bottommargin = (mp_layout.bmargin.x * term->v_char) / term->ymax; in mp_layout_margins_and_spacing()
575 tmp_height = (topmargin - bottommargin - (mp_layout.num_rows - 1) * yspacing) in mp_layout_margins_and_spacing()
584 bmargin.x = bottommargin + (mp_layout.num_rows - mp_layout.act_row - 1) in mp_layout_margins_and_spacing()
587 bmargin.x = bottommargin + mp_layout.act_row * (tmp_height + yspacing); in mp_layout_margins_and_spacing()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dmultiplot.c537 double leftmargin, rightmargin, topmargin, bottommargin, xspacing, yspacing; in mp_layout_margins_and_spacing() local
557 bottommargin = mp_layout.bmargin.x; in mp_layout_margins_and_spacing()
559 bottommargin = (mp_layout.bmargin.x * term->v_char) / term->ymax; in mp_layout_margins_and_spacing()
573 tmp_height = (topmargin - bottommargin - (mp_layout.num_rows - 1) * yspacing) in mp_layout_margins_and_spacing()
582 bmargin.x = bottommargin + (mp_layout.num_rows - mp_layout.act_row - 1) in mp_layout_margins_and_spacing()
585 bmargin.x = bottommargin + mp_layout.act_row * (tmp_height + yspacing); in mp_layout_margins_and_spacing()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/transform/
H A Dautocrop.cpp125 int bottommargin = 0; in spiralClockwiseTraversal() local
242 bottommargin = limitrow - 1; in spiralClockwiseTraversal()
274 bottommargin = limitrow - 1; in spiralClockwiseTraversal()
366 bottommargin = i; in spiralClockwiseTraversal()
476 qCDebug(DIGIKAM_DIMG_LOG) << "Bottom Margin : " << bottommargin; in spiralClockwiseTraversal()
487 bottommargin++; in spiralClockwiseTraversal()
512 icp2.setY(topCrop + bottommargin - 1); in spiralClockwiseTraversal()
/dports/graphics/netpbm/netpbm-10.91.01/man/
H A Dpbmtextps.121 [\fB-bottommargin=\fP\fIn\fP]
62 \fB-bottommargin\fP. The specified amount of white space gets added to the
76 and \fB-bottommargin\fP, that may not be the case.
91 true of \fB-descent\fP and \fB-bottommargin\fP.
127 -bottommargin=0\fP.
136 \fB-bottommargin\fP, nor \fB-pad\fP, is as if you specified
191 \fB-bottommargin=\fP\fIn\fP
233 same as \f(CW-leftmargin=0 -rightmargin=0 -topmargin=0 -bottommargin=0\fP.
/dports/print/gtklp/gtklp-1.3.4/gtklp/
H A Dtext.c89 MAX_MARGIN_DIGITS + 4, "%u", bottommargin); in textTabSetDefaults()
93 MAX_MARGIN_DIGITS + 4, "%.3f", bottommargin * 0.01389); in textTabSetDefaults()
97 MAX_MARGIN_DIGITS + 4, "%.2f", bottommargin * 0.35); in textTabSetDefaults()
394 "%u", bottommargin); in textMarginsChanged()
429 bottommargin = atoi(tmp); in textMarginsChanged()
431 bottommargin * 0.01389); in textMarginsChanged()
434 bottommargin * 0.35); in textMarginsChanged()
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLBodyElement.cpp54 aAttribute == nsGkAtoms::bottommargin || in NS_IMPL_ELEMENT_CLONE()
125 value = aAttributes->GetAttr(nsGkAtoms::bottommargin); in MapAttributesIntoRule()
241 {nsGkAtoms::bottommargin}, in NS_IMETHODIMP_()

12345678910>>...20