Home
last modified time | relevance | path

Searched refs:unitscale (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_curve_svg/
H A Dimport_svg.py1761 unitscale = units[unit] / 90 * 1000 / 39.3701
1764 unitscale = unitscale / bpy.context.scene.unit_settings.scale_length
1766 matrix = matrix @ Matrix.Scale(unitscale, 4, Vector((1.0, 0.0, 0.0)))
1767 matrix = matrix @ Matrix.Scale(unitscale, 4, Vector((0.0, 1.0, 0.0)))
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c133 static INTBIG db_getpureunit(INTBIG unittype, INTBIG unitscale);
359 INTBIG db_getpureunit(INTBIG unittype, INTBIG unitscale) in db_getpureunit() argument
364 switch (unitscale) in db_getpureunit()
373 switch (unitscale) in db_getpureunit()
384 switch (unitscale) in db_getpureunit()
393 switch (unitscale) in db_getpureunit()
401 switch (unitscale) in db_getpureunit()
410 switch (unitscale) in db_getpureunit()
436 pureunit = db_getpureunit(unittype, unitscale); in displayedunits()
483 float figureunits(CHAR *str, INTBIG unittype, INTBIG unitscale) in figureunits() argument
[all …]
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2160 CHAR *displayedunits(float value, INTBIG unittype, INTBIG unitscale);
2161 float figureunits(CHAR *str, INTBIG unittype, INTBIG unitscale);
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html/bin/
H A Dlatex2html16052 %unitscale = ("in",72,"pt",72.27/72,"pc",12,"mm",72/25.4,"cm",72/2.54
16067 $pxs = (($full) ? int($len * $unitscale{$full}*$scale + 0.5)
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html-2016/
H A Dlatex2html16052 %unitscale = ("in",72,"pt",72.27/72,"pc",12,"mm",72/25.4,"cm",72/2.54
16067 $pxs = (($full) ? int($len * $unitscale{$full}*$scale + 0.5)
H A Dlatex2html.pin16085 %unitscale = ("in",72,"pt",72.27/72,"pc",12,"mm",72/25.4,"cm",72/2.54
16100 $pxs = (($full) ? int($len * $unitscale{$full}*$scale + 0.5)
/dports/textproc/latex2html/latex2html-2016/
H A Dlatex2html.pin15958 %unitscale = ("in",72,"pt",72.27/72,"pc",12,"mm",72/25.4,"cm",72/2.54
15973 $pxs = (($full) ? int($len * $unitscale{$full}*$scale + 0.5)