Home
last modified time | relevance | path

Searched refs:xsep (Results 1 – 25 of 38) sorted by relevance

12

/dports/cad/magic/magic-8.3.245/database/
H A DDBcellbox.c365 int xsep, ysep;
427 int xlo, ylo, xhi, yhi, xsep, ysep; local
442 xsep = cu->cu_xsep;
461 if (xsep < 0)
463 xsep = (-xsep);
491 if (xsep != 0)
493 outxlo = xlo + (childR.r_xbot - box.r_xtop + xsep - 1) / xsep;
494 outxhi = xlo + (childR.r_xtop - box.r_xbot) / xsep;
849 int xsep, ysep, xbase, ybase; local
852 else xsep = use->cu_xsep;
[all …]
H A DDBcellsel.c111 int xlo, xhi, ylo, yhi, xbase, ybase, xsep, ysep; local
141 xsep = (rootUse->cu_xlo>rootUse->cu_xhi)?-rootUse->cu_xsep:rootUse->cu_xsep;
147 xbase = xsep * (scontext.scx_x - rootUse->cu_xlo);
H A DDBcellsrch.c1160 int xlo, xhi, ylo, yhi, xbase, ybase, xsep, ysep, clientResult; local
1184 xsep = (use->cu_xlo > use->cu_xhi) ? -use->cu_xsep : use->cu_xsep;
1190 xbase = xsep * (newScx.scx_x - use->cu_xlo);
1334 int xsep, ysep, xbase, ybase; local
1338 if (use->cu_xlo > use->cu_xhi) xsep = -use->cu_xsep;
1339 else xsep = use->cu_xsep;
1346 xbase = xsep * (x - use->cu_xlo);
H A DDBcellcopy.c1233 int xsep, ysep, xbase, ybase; local
1273 if (use->cu_xlo > use->cu_xhi) xsep = -use->cu_xsep;
1274 else xsep = use->cu_xsep;
1277 xbase = xsep * (scx->scx_x - use->cu_xlo);
/dports/audio/ssr-lv2/ssr-e1999da/plugins/ssr/ui/
H A DStringsEditor.cpp81 const double xsep = w / (1.0 + numStrings);
91 const double xstr = xsep * (1 + i);
147 const double xsep = w / (1.0 + numStrings);
148 return xsep * (s + 1);
155 const double xsep = w / (1.0 + numStrings);
156 return x / xsep - 1;
/dports/cad/magic/magic-8.3.245/cif/
H A DCIFhier.c1270 B.r_xbot = use->cu_bbox.r_xbot + xsep - radius;
1326 cifHierXSpacing = xsep * scale;
1344 cifHierXSpacing = xsep * scale;
1351 A.r_xtop = use->cu_bbox.r_xbot + xsep;
1381 B.r_xbot = use->cu_bbox.r_xbot + xsep;
1384 if ((2 * radius) > xsep)
1386 B.r_xbot -= (xsep >> 1);
1387 B.r_xtop += (xsep >> 1);
1412 if (xsep < xsize + radius)
1472 if ((nx > 1) && (xsep < xsize + radius))
[all …]
/dports/x11-toolkits/xforms/xforms-1.2.4/demos/
H A Dsymbols.c72 int xsep = 15, in make_symbols() local
83 w = 2 * x0 + n * dx + ( n - 1 ) * xsep, in make_symbols()
118 x += dx + xsep; in make_symbols()
/dports/www/hotcrp/hotcrp-2.102/pages/
H A Dhome.php112 $xsep = " <span class='barsep'>·</span> "; variable
381 $sep = $xsep;
387 $sep = $xsep;
393 $sep = $xsep;
397 $sep = $xsep;
401 $sep = $xsep;
405 $sep = $xsep;
410 $sep = $xsep;
/dports/cad/magic/magic-8.3.245/plow/
H A DPlowRules2.c354 int xsep, width; local
388 xsep = movingEdge->e_x - lhsEdge->e_x;
389 if (xsep <= width)
1023 int xsep, newx; local
1025 xsep = impactedEdge->e_x - movingEdge->e_x;
1026 if (xsep > DRCTechHalo) xsep = DRCTechHalo;
1029 newx = movingEdge->e_newx + xsep;
1064 int xmove, xsep; local
1082 xsep = use->cu_bbox.r_xbot - movingEdge->e_x;
1083 if (xsep > DRCTechHalo) xsep = DRCTechHalo;
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/Graphics/
H A DdrawScales.cpp321 double xsep = maxw / 4. + (viewport[2] - viewport[0]) / 10.; in drawScales() local
322 double w = (viewport[2] - viewport[0] - 4 * xsep) / 2.; in drawScales()
325 double x = xc - (i % 2 ? -xsep / 1.5 : w + xsep / 1.5); in drawScales()
334 double xsep = 20.; in drawScales() local
339 double x = viewport[0] + xsep, y = viewport[1] + ysep + dy; in drawScales()
346 double x = viewport[0] + xsep + width_total + (i / 2) * xsep; in drawScales()
H A DdrawGraph2d.cpp595 xsep = std::max(xsep, drawContext::global()->getStringWidth(label)); in drawGraph2d()
597 xsep += tic; in drawGraph2d()
604 xsep *= ss; in drawGraph2d()
628 double x = viewport[0] + mx + xsep; in drawGraph2d()
641 double w = winw - 2 * mx - 2 * xsep; in drawGraph2d()
646 double w = winw - 2 * mx - 2 * xsep; in drawGraph2d()
652 double w = (winw - 3 * mx - 4 * xsep) / 2.; in drawGraph2d()
654 if(i == 1 || i == 3) x += (w + mx + 2 * xsep); in drawGraph2d()
667 w = (winw - 3 * mx - 4 * xsep) / 2.; in drawGraph2d()
669 w = winw - 2 * mx - 2 * xsep; in drawGraph2d()
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/tikz/
H A Dheader.tikz13 \node[draw=black, fill=white, rectangle, rounded corners, drop shadow, inner xsep=0.2cm, name=inclu…
30 \node[draw=black, fill=white, rectangle, rounded corners, drop shadow, inner xsep=0.2cm, name=init,…
39 \node[draw=black, fill=white, rectangle, rounded corners, drop shadow, inner xsep=0.2cm, name=utils…
46 \node[draw=black, fill=white, rectangle, rounded corners, drop shadow, inner xsep=0.2cm, name=lib, …
/dports/cad/magic/magic-8.3.245/drc/
H A DDRCarray.c105 int xsep, ysep; local
157 xsep = tmp2.r_xtop - tmp2.r_xbot;
212 if (xsep < xsize + DRCTechHalo)
216 errorArea.r_xbot = use->cu_bbox.r_xbot + xsep - DRCTechHalo;
/dports/cad/magic/magic-8.3.245/calma/
H A DCalmaRdcl.c666 int xlo, ylo, xhi, yhi, xsep, ysep; local
965 xsep = ysep = 0;
974 xsep = n;
976 else xsep = p.p_x / cols;
1000 DBMakeArray(use, &GeoIdentityTransform, xlo, ylo, xhi, yhi, xsep, ysep);
1032 GeoTransTranslate((x * xsep), (y * ysep), &trans,
1067 DBMakeArray(use, &GeoIdentityTransform, xlo, ylo, xhi, yhi, xsep, ysep);
1085 DBMakeArray(use, &GeoIdentityTransform, xlo, ylo, xhi, yhi, xsep, ysep);
/dports/cad/opencascade/opencascade-7.6.0/src/XmlMDataStd/
H A DXmlMDataStd_ExtStringArrayDriver.cxx156 Standard_ExtCharacter xsep = separator.Value(1); in Paste() local
163 if (xstr.Value(iend) == xsep) in Paste()
170 xstr.Value(iend) != xsep) in Paste()
/dports/cad/magic/magic-8.3.245/extract/
H A DExtArray.c237 int xsep, ysep; /* X, Y separation in parent coordinates */ local
265 xsep = tmp2.r_xtop - tmp2.r_xbot;
298 if (xsep <= xsize)
300 ha->ha_clipArea.r_xbot = use->cu_bbox.r_xbot + xsep - halo;
312 if (ysep <= ysize && xsep <= xsize)
321 ha->ha_clipArea.r_xbot = use->cu_bbox.r_xbot + xsep - halo;
/dports/cad/magic/magic-8.3.245/extflat/
H A DEFhier.c76 int xlo, xhi, ylo, yhi, xbase, ybase, xsep, ysep; local
99 xlo = u->use_xlo, xhi = u->use_xhi, xsep = u->use_xsep;
101 xlo = u->use_xhi, xhi = u->use_xlo, xsep = -u->use_xsep;
111 xbase = xsep * (newhc.hc_x - u->use_xlo);
/dports/cad/gmsh/gmsh-4.9.2-source/Post/
H A DPViewX3D.cpp379 double xsep = maxw / 4. + viewportWidth / 10.; in writeX3D() local
380 double w = (viewportWidth - 4. * xsep) / 2.; in writeX3D()
383 double x = xc - (i % 2 ? -xsep / 1.5 : w + xsep / 1.5); in writeX3D()
390 double xsep = viewportWidth / 50; in writeX3D() local
395 double x = -viewportWidth / 2 + xsep, in writeX3D()
403 double x = -viewportWidth / 2 + xsep + width_total + (i / 2) * xsep; in writeX3D()
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dcircledsteps.cwl19 inner xsep=##L
H A Dtkz-orm.cwl98 inner xsep=##L
101 outer xsep=##L
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Dwriter-ctags.c368 const char *xsep = extras? ";\" ": ""; in writeCtagsPtagEntry() local
379 xsep, fieldx, fsep, xptag) in writeCtagsPtagEntry()
383 xsep, fieldx, fsep, xptag); in writeCtagsPtagEntry()
/dports/devel/geany/geany-1.38/ctags/main/
H A Dwriter-ctags.c372 const char *xsep = extras? ";\" ": ""; in writeCtagsPtagEntry() local
383 xsep, fieldx, fsep, xptag) in writeCtagsPtagEntry()
387 xsep, fieldx, fsep, xptag); in writeCtagsPtagEntry()
/dports/astro/stellarium/stellarium-0.21.3/guide/
H A Dmenukeys.sty299 inner xsep=2pt,
330 inner xsep=2pt,
360 inner xsep=2pt,
391 inner xsep=2pt,
410 inner xsep=2pt,
432 inner xsep=2pt,
450 inner xsep=2pt,
/dports/cad/magic/magic-8.3.245/commands/
H A DCmdAB.c492 int xlo, xhi, ylo, yhi, xsep, ysep, t; local
520 xsep = (use->cu_ysep - trans->t_e * ysep) / trans->t_d;
522 xsep = (use->cu_xsep - trans->t_b * ysep) / trans->t_a;
524 la->arrayInfo.ar_xsep = xsep;
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/gen1int/doc/figures/
H A Dhgto_to_cgto.tex256 \node[block, text width=5mm, inner xsep=0.5mm, inner ysep=0.9mm, text centered, text height=0.5mm](…
257 \node[block, text width=5mm, inner xsep=0.5mm, inner ysep=1.1mm, text centered, text height=0.5mm](…
258 \node[block, text width=5mm, inner xsep=0.5mm, inner ysep=1mm, text centered, text height=0.5mm](py…
259 \node[block, text width=5mm, inner xsep=0.5mm, inner ysep=0.9mm, text centered, text height=0.5mm](…
260 \node[block, text width=5mm, inner xsep=0.5mm, inner ysep=0.9mm, text centered, text height=0.5mm](…
261 \node[block, text width=5mm, inner xsep=0.5mm, inner ysep=0.9mm, text centered, text height=0.5mm](…

12