Home
last modified time | relevance | path

Searched refs:totalheight (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/widgets/
H A Dcolorbar.py141 totalheight = fontheight
143 totalheight = bounds[3] - bounds[1] - 2*fontheight
145 totalheight = h.convert(painter)
167 bounds[3] = bounds[1] + totalheight
170 bounds[1] = bounds[3] - totalheight
172 delta = (bounds[3]-bounds[1]-totalheight)/2.
177 bounds[3] = bounds[1] + totalheight
H A Dkey.py466 totalheight = numrows * height + titleheight
469 totalheight += margin
488 y = parentposn[3] - totalheight - height
491 0.5*(parentposn[3] - parentposn[1] - totalheight) )
494 (parentposn[3]-parentposn[1])*s.vertManual - totalheight )
498 boxdims = (totalwidth, totalheight)
502 boxpath.addRect(qt.QRectF(x, y, totalwidth, totalheight))
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/3dpc/src/main/java/de/lmu/ifi/dbs/elki/visualization/parallel3d/util/
H A DSimpleMenuOverlay.java83 double totalheight = numopt * fontsize + (numopt - 1) * padding; in renderContents() local
92 final double pos = (height - totalheight) * .5 + fontsize * i + padding * i; in renderContents()
112 final double pos = (height - totalheight) * .5 + fontsize * i + padding * i + .17 * fontsize; in renderContents()
148 double totalheight = numopt * fontsize + (numopt - 1) * padding; in mouseClicked() local
150 final double pos = (height - totalheight) * .5 + fontsize * i + padding * i; in mouseClicked()
/dports/sysutils/racktables/RackTables-0.21.5/wwwroot/inc/
H A Dsolutions.php234 $totalheight = 3 + 3 + $rackData['height'] * 2;
236 $img = createTrueColorOrThrow ('rack_php_gd_error', $totalwidth, $totalheight);
252 imagerectangle ($img, 0, 0, $totalwidth - 1, $totalheight - 1, $color['black']);
254 …coloredObject ($rackcolorcode, $rackData['colors'], $img, 1, 1, $totalheight - 2, $totalwidth - 2…
255 imagerectangle ($img, 2, 2, $totalwidth - 3, $totalheight - 3, $color['black']);
256 imagefilledrectangle ($img, 3, 3, $totalwidth - 4, $totalheight - 4, $color['F']);
293 $resized = imagecreate ($totalwidth * $scale, $totalheight * $scale);
294 … ($resized, $img, 0, 0, 0, 0, $totalwidth * $scale, $totalheight * $scale, $totalwidth, $totalheig…
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dpdfreview.cwl55 totalheight=##L
90 min totalheight=##L
91 max totalheight=##L
94 min totalsize={%<width%>}{%<totalheight%>}
95 max totalsize={%<width%>}{%<totalheight%>}
205 gstore totalheight=%<length register%>
H A Dadjustbox.cwl129 totalheight=##L
168 min totalheight=##L
169 max totalheight=##L
172 min totalsize={%<width%>}{%<totalheight%>}
173 max totalsize={%<width%>}{%<totalheight%>}
283 gstore totalheight=%<length register%>
312 min totalheight=##L
313 max totalheight=##L
316 min totalsize={%<width%>}{%<totalheight%>}
317 max totalsize={%<width%>}{%<totalheight%>}
[all …]
H A Drealboxes.cwl62 \Resizebox*{width}{totalheight}{content%text}
79 \Resizebox*{width}{totalheight}{content%text}
H A Dpdfoverlay.cwl26 totalheight=##L
/dports/print/lyx/lyx-2.3.4.2/src/tex2lyx/test/
H A Dbox-color-size-space-align.lyx.lyx156 height_special "totalheight"
186 height_special "totalheight"
216 height_special "totalheight"
246 height_special "totalheight"
276 height_special "totalheight"
686 height_special "totalheight"
716 height_special "totalheight"
737 height_special "totalheight"
772 height_special "totalheight"
802 height_special "totalheight"
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/graphics/fonts/
H A Dfont.cpp196 int totalheight = 0; in typesetText() local
213 line._dims.top = totalheight; in typesetText()
229 totalheight += font->getBaselineSkip(); in typesetText()
244 if (height != 0 && totalheight + font->getHeight() > height) { in typesetText()
338 totalheight -= font->getBaselineSkip(); in typesetText()
339 totalheight += font->getHeight(); in typesetText()
362 resultheight = totalheight; in typesetText()
/dports/arabic/arabtex/ar-arabtex-3.11_6/tex/latex/arabtex/
H A Dtwoblks.sty23 \newdimen \pagerest \newdimen \splitheight \newdimen \totalheight
44 \ifdim \totalheight > \pagerest % no more space, split?
45 \splitheight \totalheight
65 \ifdim \htb > \hta \totalheight \htb \else \totalheight \hta \fi }
/dports/games/scorched3d/scorched/src/client/GLW/
H A DGLWScrollW.cpp106 float totalheight = (h_ - buttonWidth - buttonWidth - 8.0f); in draw() local
108 float barSize = percentageSeen * totalheight; in draw()
110 float heightLeft = totalheight - barSize; in draw()
243 float totalheight = (h_ - buttonWidth - buttonWidth - 8.0f); in buttonDrag() local
245 float barSize = percentageSeen * totalheight; in buttonDrag()
247 float heightLeft = totalheight - barSize; in buttonDrag()
/dports/textproc/texi2html/texi2html-5.0/test/singular_manual/
H A Dsingcard.tex13 \newdimen\totalheight
28 %\totalheight=8.5in % total height of paper
34 \totalheight=21cm
83 % vsize = totalheight - (2 * vmargin)
84 \vsize=\totalheight
/dports/graphics/py-box2d-py/box2d-py-2.3.8/examples/pgu/gui/
H A Dtable.py238 totalheight = 0
240 totalheight += rowsizes[arow]
241 if totalheight < self._rows[row][cell]["widget"].rect.h:
243 …rowsizes[arow] += _table_div(self._rows[row][cell]["widget"].rect.h - totalheight, self._rows[row]…
/dports/print/lyx/lyx-2.3.4.2/lib/templates/
H A Dposter-a0poster-simple.lyx148 height_special "totalheight"
199 height_special "totalheight"
232 height_special "totalheight"
276 height_special "totalheight"
503 height_special "totalheight"
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A Dgraphics.sty.ltxml39 # NOTE: Need to arrange for \width,\height,\depth,\totalheight to be bound!!!
56 totalheight => $h && ($d ? $h->add($d) : $h)->multiply($yscale),
97 # 1st arg: \totalheight or \height
105 $h = $h->advance($d) if T_CS('\totalheight')->equals($heighttype);
112 DefMacro('\resizebox', '\leavevmode\@ifstar{\Gscale@@box\totalheight}{\Gscale@@box\height}');
/dports/devel/avr-gdb/gdb-7.3.1/gdb/doc/
H A Da4rc.sed6 \\totalheight=210mm % total height of paper\
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/doc/
H A Da4rc.sed6 \\totalheight=210mm % total height of paper\
/dports/devel/gdb/gdb-11.1/gdb/doc/
H A Da4rc.sed6 \\totalheight=210mm % total height of paper\
/dports/devel/gdb761/gdb-7.6.1/gdb/doc/
H A Da4rc.sed6 \\totalheight=210mm % total height of paper\
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/doc/
H A Da4rc.sed6 \\totalheight=210mm % total height of paper\
/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dmenu.c191 …enu_sections(ncmenu* ncm, const ncmenu_options* opts, unsigned* totalwidth, unsigned* totalheight){ in dup_menu_sections() argument
255 *totalheight += maxheight + 2; // two rows of border in dup_menu_sections()
389 unsigned totalheight = 1; in ncmenu_create() local
398 if(dup_menu_sections(ret, opts, &totalwidth, &totalheight) == 0){ in ncmenu_create()
404 .y = ret->bottom ? dimy - totalheight : 0, in ncmenu_create()
406 .rows = totalheight, in ncmenu_create()
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/utils/
H A Dtextrender.py1313 totalwidth, totalheight, dy = self._getWidthHeight()
1319 totalheight+dy,
1328 totalwidth, totalheight, dy = self._getWidthHeight()
1333 th = totalheight / 2
1424 totalheight = fm.ascent()
1431 totalheight = fm.boundingRectChar('0').height()
1434 totalheight = fm.ascent()
1441 totalheight += fm.height()*(state.maxlines-1)
1443 return totalwidth, totalheight, dy
/dports/games/zdoom/zdoom-2.8.1/src/menu/
H A Dmenudef.cpp1039 int totalheight = posy + AllEpisodes.Size() * ld->mLinespacing - topy; in BuildEpisodeMenu() local
1041 if (totalheight < 190 || AllEpisodes.Size() == 1) in BuildEpisodeMenu()
1043 int newtop = (200 - totalheight + topy) / 2; in BuildEpisodeMenu()
1150 int totalheight = posy + (numclassitems+1) * ld->mLinespacing - topy; in BuildPlayerclassMenu() local
1160 else if (totalheight <= 190) in BuildPlayerclassMenu()
1162 int newtop = (200 - totalheight + topy) / 2; in BuildPlayerclassMenu()
1416 int totalheight = posy + AllSkills.Size() * ld->mLinespacing - topy; in M_StartupSkillMenu() local
1418 if (totalheight < 190 || AllSkills.Size() == 1) in M_StartupSkillMenu()
1420 int newtop = (200 - totalheight + topy) / 2; in M_StartupSkillMenu()
/dports/cad/qflow/qflow-1.4.98/src/
H A Dvlog2Def.c207 int totalwidth, totalheight, rowwidth, rowheight, numrows; in write_output() local
532 totalheight = (int)ceilf(rowheight * numrows); in write_output()
543 fprintf(stdout, "Total height = %gum\n", (float)totalheight / (float)units); in write_output()
547 fprintf(outfptr, "DIEAREA ( 0 0 ) ( %d %d ) ;\n", rowwidth, totalheight); in write_output()

12345678