Home
last modified time | relevance | path

Searched refs:unitfactor (Results 1 – 25 of 27) sorted by relevance

12

/dports/graphics/klatexformula/klatexformula-4.0.0/src/klftools/
H A Dklfunitinput.cpp161 void KLFUnitSpinBox::setUnit(double unitfactor) in setUnit() argument
169 klfDbg("unitfactor="<<unitfactor<<" cur: val="<<curValue<<",min="<<curMinimum<<",max="<<curMaximum in setUnit()
172 pUnitFactor = unitfactor; in setUnit()
189 void KLFUnitSpinBox::setUnitWithSuffix(double unitfactor, const QString& suffix) in setUnitWithSuffix() argument
191 setUnit(unitfactor); in setUnitWithSuffix()
H A Dklfunitinput.h169 void setUnit(double unitfactor);
174 void setUnitWithSuffix(double unitfactor, const QString& suffix);
/dports/print/libpaper/libpaper-1.1.28/lib/
H A Ddimen.h28 extern float unitfactor();
31 extern float unitfactor(const char* unit);
H A Ddimen.c34 float unitfactor(const char* unit) in unitfactor() function
62 double factor = unitfactor(unit); in psdimension()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomToIGES/
H A DGeomToIGES_GeomEntity.cxx51 Standard_Real unitfactor = TheModel->GlobalSection().UnitValue(); in SetModel() local
52 TheUnitFactor = unitfactor; in SetModel()
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dToIGES/
H A DGeom2dToIGES_Geom2dEntity.cxx55 Standard_Real unitfactor = TheModel->GlobalSection().UnitValue(); in SetModel() local
56 TheUnitFactor = unitfactor; in SetModel()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dnavisworksmodel.c12 BITCODE_BD unitfactor; in api_process() local
25 CHK_ENTITY_TYPE (_obj, NAVISWORKSMODEL, unitfactor, BD); in api_process()
H A Ddynapi_test.c16708 BITCODE_BD unitfactor; in test_NAVISWORKSMODEL() local
16709 … if (dwg_dynapi_entity_value (navisworksmodel, "NAVISWORKSMODEL", "unitfactor", &unitfactor, NULL) in test_NAVISWORKSMODEL()
16710 && unitfactor == navisworksmodel->unitfactor) in test_NAVISWORKSMODEL()
16713 fail ("NAVISWORKSMODEL.unitfactor [BD] %g != %g", navisworksmodel->unitfactor, unitfactor); in test_NAVISWORKSMODEL()
16714 unitfactor++; in test_NAVISWORKSMODEL()
16715 … if (dwg_dynapi_entity_set_value (navisworksmodel, "NAVISWORKSMODEL", "unitfactor", &unitfactor, 0) in test_NAVISWORKSMODEL()
16716 && unitfactor == navisworksmodel->unitfactor) in test_NAVISWORKSMODEL()
16719 … fail ("NAVISWORKSMODEL.unitfactor [BD] set+1 %g != %g", navisworksmodel->unitfactor, unitfactor); in test_NAVISWORKSMODEL()
16720 navisworksmodel->unitfactor--; in test_NAVISWORKSMODEL()
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/exif/
H A Dexif.php1483 $unitfactor = 1;
1486 $unitfactor = 25.4;
1489 $unitfactor = 10;
1492 $unitfactor = 1;
1495 $unitfactor = 0.001;
1498 $unitfactor = 25.4;
1501 $unitfactor = 25.4;
1521 …pow(((intval($width) * $unitfactor) / $xres), 2) + pow(((intval($height) * $unitfactor) / $yres), …
/dports/cad/opencascade/opencascade-7.6.0/src/BRepToIGES/
H A DBRepToIGES_BREntity.cxx85 Standard_Real unitfactor = TheModel->GlobalSection().UnitValue(); in SetModel() local
86 if (unitfactor != 1.) in SetModel()
87 TheUnitFactor = unitfactor; in SetModel()
/dports/www/coppermine/cpg1.6.x-1.6.12/include/
H A Dexif.php1133 $unitfactor = 1;
1135 case 'Inch' : $unitfactor = 25.4; break;
1136 case 'Centimeter' : $unitfactor = 10; break;
1137 case 'No Unit' : $unitfactor = 25.4; break;
1138 default : $unitfactor = 25.4;
1152 $ccdwidth = ($width * $unitfactor) / $xres;
/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Ddrvtk.cpp970 …const double unitfactor = paperinfo->preferredunit == p_mm ? 0.1f : 1.0f; // need to write in cm n… in open_page() local
971 …const double pwidth = paperinfo->preferredunit == p_mm ? paperinfo->mmw*unitfactor : paperinfo->in… in open_page()
972 …const double pheight = paperinfo->preferredunit == p_mm ? paperinfo->mmh*unitfactor : paperinfo->i… in open_page()
/dports/cad/opencascade/opencascade-7.6.0/src/IGESToBRep/
H A DIGESToBRep_CurveAndSurface.cxx165 Standard_Real unitfactor = myModel->GlobalSection().UnitValue(); in SetModel() local
166 if (unitfactor != 1.) in SetModel()
169 myTP->Messenger()->SendInfo() << "UnitFactor = "<< unitfactor << std::endl; in SetModel()
170 myUnitFactor = unitfactor; in SetModel()
/dports/devel/shapelib/shapelib-1.5.0/
H A Dshputils.c965 double unitfactor=0; in findunit() local
967 if (strncasecmp2(unit, unitkeytab[j].name, 0) == 0) unitfactor=unitkeytab[j].value; in findunit()
969 return(unitfactor); in findunit()
/dports/print/foomatic-db-engine/foomatic-db-engine-4.0.13/lib/Foomatic/
H A DDB.pm5163 my $unitfactor = 1.0; # Default unit is points
5165 $unitfactor = 1.0;
5167 $unitfactor = 72.0;
5169 $unitfactor = 72.0/2.54;
5171 $unitfactor = 72.0/25.4;
5173 $unitfactor = 72.0/$1;
5178 $margins->{$i}{'left'} * $unitfactor : $left),
5180 $margins->{$i}{'right'} * $unitfactor : $right),
5182 $margins->{$i}{'top'} * $unitfactor : $top),
5184 $margins->{$i}{'bottom'} * $unitfactor : $bottom));
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dscrletter.cwl157 \unitfactor#*
H A Dclass-scrlttr2.cwl210 \unitfactor#*
/dports/math/maxima/maxima-5.43.2/share/contrib/unit/
H A Dunit.mac43 0.03 - fixed unitfactor so it would work on standard unit
52 unitfactor and setunits operational. Only basic Mass
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h6263 BITCODE_BD unitfactor; /*!< DXF 40 */ member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec9578 FIELD_BD (unitfactor, 40);
H A Ddynapi.c2633 { "unitfactor", "BD", sizeof (BITCODE_BD), OFF (struct _dwg_entity_NAVISWORKSMODEL, unitfactor),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-12934 'unitfactor'
H A Ddynapi.texi2932 @item unitfactor
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py7656unitfactor = property(_LibreDWG.Dwg_Entity_NAVISWORKSMODEL_unitfactor_get, _LibreDWG.Dwg_Entity_NA… variable in Dwg_Entity_NAVISWORKSMODEL
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c279817 if (arg1) (arg1)->unitfactor = arg2; in XS()
279847 result = (BITCODE_BD) ((arg1)->unitfactor); in XS()

12