Home
last modified time | relevance | path

Searched refs:removeScale (Results 1 – 25 of 48) sorted by relevance

12

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/comp/validator/constraints/
H A DUnitReplacementCheck.cpp232 Unit::removeScale(parentUnits->getUnit(i)); in checkReferencedElement()
236 Unit::removeScale(refElemUnits->getUnit(i)); in checkReferencedElement()
311 Unit::removeScale(parentUnits->getUnit(i)); in checkReferencedElement()
318 Unit::removeScale(refElemUnits->getUnit(i)); in checkReferencedElement()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/ruby/test/sbml/
H A DTestUnit_newSetters.rb50 i = LibSBML::Unit.removeScale(@@u)
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/ruby/test/sbml/
H A DTestUnit_newSetters.rb50 i = LibSBML::Unit.removeScale(@@u)
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Dbrush_primit.h40 void removeScale(std::size_t width, std::size_t height) in removeScale() function
H A Dbrush.h623 void removeScale() in removeScale() function
627 m_projection.m_brushprimit_texdef.removeScale(m_shader.width(), m_shader.height()); in removeScale()
641 removeScale(); in unrealiseShader()
647 removeScale(); in setTexdef()
655 removeScale(); in shift()
662 removeScale(); in scale()
669 removeScale(); in rotate()
686 removeScale(); in transform()
694 tmp.removeScale(m_shader.width(), m_shader.height()); in normalised()
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dhomography_decomp.cpp99 void removeScale();
132 void HomographyDecomp::removeScale() in removeScale() function in cv::HomographyDecomposition::HomographyDecomp
169 removeScale(); in decomposeHomography()
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Dbrush_primit.h40 void removeScale( std::size_t width, std::size_t height ){ in removeScale() function
H A Dbrush.h555 void removeScale(){ in removeScale() function
558 m_projection.m_brushprimit_texdef.removeScale( m_shader.width(), m_shader.height() ); in removeScale()
568 removeScale(); in unrealiseShader()
573 removeScale(); in setTexdef()
580 removeScale(); in shift()
586 removeScale(); in scale()
592 removeScale(); in rotate()
606 removeScale(); in transform()
613 tmp.removeScale( m_shader.width(), m_shader.height() ); in normalised()
/dports/graphics/qgis/qgis-3.22.3/src/app/options/
H A Dqgsoptions.h241 void removeScale();
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/options/
H A Dqgsoptions.h240 void removeScale();
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/csharp/test/sbml/
H A DTestUnit_newSetters.cs150 i = Unit.removeScale(U); in test_Unit_removeScale()
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/test/sbml/
H A DTestUnit_newSetters.cs150 i = Unit.removeScale(U); in test_Unit_removeScale()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/python/test/sbml/
H A DTestUnit_newSetters.py56 i = libsbml.Unit.removeScale(self.U)
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/python/test/sbml/
H A DTestUnit_newSetters.py56 i = libsbml.Unit.removeScale(self.U)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/java/test/org/sbml/libsbml/test/sbml/
H A DTestUnit_newSetters.java145 i = Unit.removeScale(U); in test_Unit_removeScale()
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/test/org/sbml/libsbml/test/sbml/
H A DTestUnit_newSetters.java145 i = Unit.removeScale(U); in test_Unit_removeScale()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/
H A DUnit.cpp1554 Unit::removeScale(Unit * unit) in removeScale() function in Unit
1592 Unit::removeScale(unit1); in merge()
1593 Unit::removeScale(unit2); in merge()
1660 Unit::removeScale(newUnit); in convertToSI()
3211 return (unit != NULL) ? Unit::removeScale(static_cast<Unit*>(unit)) in Unit_removeScale()
H A DUnit.h1052 static int removeScale(Unit * unit);
H A DUnitDefinition.cpp921 Unit::removeScale(unit); in simplify()
1132 Unit::removeScale(ud->getUnit(i)); in extractMultiplier()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/
H A DUnit.cpp1554 Unit::removeScale(Unit * unit) in removeScale() function in Unit
1592 Unit::removeScale(unit1); in merge()
1593 Unit::removeScale(unit2); in merge()
1660 Unit::removeScale(newUnit); in convertToSI()
3211 return (unit != NULL) ? Unit::removeScale(static_cast<Unit*>(unit)) in Unit_removeScale()
H A DUnit.h1052 static int removeScale(Unit * unit);
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/java-files/org/sbml/libsbml/
H A DUnit.java1274 static int removeScale(Unit unit) { in removeScale() method in Unit
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files-win/
H A DUnit.cs1412 static int removeScale(Unit unit) { in removeScale() method in libsbml.Unit
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files/
H A DUnit.cs1417 static int removeScale(Unit unit) { in removeScale() method in libsbmlcs.Unit
/dports/science/jmol/jmol-14.32.7/src/jspecview/common/
H A DCoordinate.java244 public static void removeScale(Coordinate[] xyCoords, double xScale, in removeScale() method in Coordinate

12