Home
last modified time | relevance | path

Searched refs:shrinkFactor (Results 1 – 25 of 44) sorted by relevance

12

/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_compass_rose.cpp36 shrinkFactor( 0.9 ) in PrivateData()
43 double shrinkFactor; member in QwtSimpleCompassRose::PrivateData
84 d_data->shrinkFactor = factor; in setShrinkFactor()
91 double QwtSimpleCompassRose::shrinkFactor() const in shrinkFactor() function in QwtSimpleCompassRose
93 return d_data->shrinkFactor; in shrinkFactor()
132 int numThorns, int numThornLevels, double shrinkFactor ) in drawRose() argument
143 if ( shrinkFactor >= 1.0 ) in drawRose()
144 shrinkFactor = 1.0; in drawRose()
146 if ( shrinkFactor <= 0.5 ) in drawRose()
147 shrinkFactor = 0.5; in drawRose()
[all …]
H A Dqwt_compass_rose.h75 double shrinkFactor() const;
82 int numThorns, int numThornLevels, double shrinkFactor );
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_compass_rose.cpp36 shrinkFactor( 0.9 ) in PrivateData()
43 double shrinkFactor; member in QwtSimpleCompassRose::PrivateData
84 d_data->shrinkFactor = factor; in setShrinkFactor()
91 double QwtSimpleCompassRose::shrinkFactor() const in shrinkFactor() function in QwtSimpleCompassRose
93 return d_data->shrinkFactor; in shrinkFactor()
132 int numThorns, int numThornLevels, double shrinkFactor ) in drawRose() argument
143 if ( shrinkFactor >= 1.0 ) in drawRose()
144 shrinkFactor = 1.0; in drawRose()
146 if ( shrinkFactor <= 0.5 ) in drawRose()
147 shrinkFactor = 0.5; in drawRose()
[all …]
H A Dqwt_compass_rose.h75 double shrinkFactor() const;
82 int numThorns, int numThornLevels, double shrinkFactor );
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Bayesian/
H A DCalibrationStrategyImplementation.cxx35 const Scalar shrinkFactor, in CalibrationStrategyImplementation() argument
41 setShrinkFactor(shrinkFactor); in CalibrationStrategyImplementation()
76 void CalibrationStrategyImplementation::setShrinkFactor(Scalar shrinkFactor) in setShrinkFactor() argument
78 … ( (shrinkFactor <= 0.0) || (shrinkFactor >= 1.0) ) throw InvalidArgumentException(HERE) << "Shrin… in setShrinkFactor()
79 shrinkFactor_ = shrinkFactor; in setShrinkFactor()
H A DCalibrationStrategy.cxx48 const Scalar shrinkFactor) in CalibrationStrategy() argument
51 shrinkFactor)) in CalibrationStrategy()
59 const Scalar shrinkFactor, in CalibrationStrategy() argument
63 shrinkFactor, in CalibrationStrategy()
104 void CalibrationStrategy::setShrinkFactor(const Scalar shrinkFactor) in setShrinkFactor() argument
107 getImplementation()->setShrinkFactor(shrinkFactor); in setShrinkFactor()
/dports/graphics/okular/okular-21.12.3/generators/dvi/
H A DTeXFont_PK.cpp139 double shrinkFactor = 1200 / parent->displayResolution_in_dpi; in getGlyph() local
160 g->x2 = (int)ceil(g->x / shrinkFactor); in getGlyph()
166 double srcXTrans = shrinkFactor * (g->x / shrinkFactor - ceil(g->x / shrinkFactor)); in getGlyph()
179 g->y2 = (int)ceil(g->y / shrinkFactor); in getGlyph()
180 double srcYTrans = shrinkFactor * (g->y / shrinkFactor - ceil(g->y / shrinkFactor)); in getGlyph()
208 double destStartX = shrinkFactor * x + srcXTrans; in getGlyph()
209 double destEndX = shrinkFactor * (x + 1) + srcXTrans; in getGlyph()
219 xdata[shrunk_width * y + x] = (int)(value / shrinkFactor + 0.5); in getGlyph()
228 double destStartY = shrinkFactor * y + srcYTrans; in getGlyph()
229 double destEndY = shrinkFactor * (y + 1) + srcYTrans; in getGlyph()
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Bayesian/openturns/
H A DCalibrationStrategy.hxx53 const Scalar shrinkFactor);
58 const Scalar shrinkFactor,
73 void setShrinkFactor(const Scalar shrinkFactor);
H A DCalibrationStrategyImplementation.hxx52 … const Scalar shrinkFactor = ResourceMap::GetAsScalar("CalibrationStrategy-DefaultShrinkFactor"),
67 void setShrinkFactor(Scalar shrinkFactor);
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_compass_rose.cpp144 int numThorns, int numThornLevels, double shrinkFactor) in drawRose() argument
155 if ( shrinkFactor >= 1.0 ) in drawRose()
156 shrinkFactor = 1.0; in drawRose()
158 if ( shrinkFactor <= 0.5 ) in drawRose()
159 shrinkFactor = 0.5; in drawRose()
175 r *= shrinkFactor; in drawRose()
H A Dqwt_compass_rose.h69 double shrinkFactor() const { return d_shrinkFactor; } in shrinkFactor() function
81 int numThorns, int numThornLevels, double shrinkFactor);
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_compass_rose.cpp144 int numThorns, int numThornLevels, double shrinkFactor) in drawRose() argument
155 if ( shrinkFactor >= 1.0 ) in drawRose()
156 shrinkFactor = 1.0; in drawRose()
158 if ( shrinkFactor <= 0.5 ) in drawRose()
159 shrinkFactor = 0.5; in drawRose()
175 r *= shrinkFactor; in drawRose()
H A Dqwt_compass_rose.h69 double shrinkFactor() const { return d_shrinkFactor; } in shrinkFactor() function
81 int numThorns, int numThornLevels, double shrinkFactor);
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkShrinkPolyData.cxx41 void operator()(PointArrayT* inPtArray, vtkShrinkPolyData* self, double shrinkFactor, in operator ()()
149 outPts[outCount][k] = static_cast<T>(center[k] + shrinkFactor * (p1[k] - center[k])); in operator ()()
156 outPts[outCount][k] = static_cast<T>(center[k] + shrinkFactor * (p2[k] - center[k])); in operator ()()
192 outPts[outCount][k] = static_cast<T>(center[k] + shrinkFactor * (p1[k] - center[k])); in operator ()()
220 outPts[outCount][k] = static_cast<T>(center[k] + shrinkFactor * (p1[k] - center[k])); in operator ()()
228 outPts[outCount][k] = static_cast<T>(center[k] + shrinkFactor * (p2[k] - center[k])); in operator ()()
236 outPts[outCount][k] = static_cast<T>(center[k] + shrinkFactor * (p3[k] - center[k])); in operator ()()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkShrinkPolyData.cxx35 double shrinkFactor, in vtkShrinkPolyDataExecute() argument
144 outPts[k] = (T)(center[k] + shrinkFactor*(p1[k] - center[k])); in vtkShrinkPolyDataExecute()
152 outPts[k] = (T)(center[k] + shrinkFactor*(p2[k] - center[k])); in vtkShrinkPolyDataExecute()
190 outPts[k] = (T)(center[k] + shrinkFactor*(p1[k] - center[k])); in vtkShrinkPolyDataExecute()
219 outPts[k] = (T)(center[k] + shrinkFactor*(p1[k] - center[k])); in vtkShrinkPolyDataExecute()
228 outPts[k] = (T)(center[k] + shrinkFactor*(p2[k] - center[k])); in vtkShrinkPolyDataExecute()
237 outPts[k] = (T)(center[k] + shrinkFactor*(p3[k] - center[k])); in vtkShrinkPolyDataExecute()
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkShrinkPolyData.cxx35 double shrinkFactor, in vtkShrinkPolyDataExecute() argument
144 outPts[k] = (T)(center[k] + shrinkFactor*(p1[k] - center[k])); in vtkShrinkPolyDataExecute()
152 outPts[k] = (T)(center[k] + shrinkFactor*(p2[k] - center[k])); in vtkShrinkPolyDataExecute()
190 outPts[k] = (T)(center[k] + shrinkFactor*(p1[k] - center[k])); in vtkShrinkPolyDataExecute()
219 outPts[k] = (T)(center[k] + shrinkFactor*(p1[k] - center[k])); in vtkShrinkPolyDataExecute()
228 outPts[k] = (T)(center[k] + shrinkFactor*(p2[k] - center[k])); in vtkShrinkPolyDataExecute()
237 outPts[k] = (T)(center[k] + shrinkFactor*(p3[k] - center[k])); in vtkShrinkPolyDataExecute()
/dports/editors/impress/impress-1.1b9/font3d/
H A Dgeometry.cc560 void POLYGON::Shrink(POLYGON& newPoly, double shrinkFactor) in Shrink() argument
572 if (shrinkFactor==0) return; in Shrink()
601 shrinkDist = shrinkFactor/sin(angle); in Shrink()
624 shrinkDist = shrinkFactor/sin(angle); in Shrink()
650 shrinkDist = shrinkFactor/sin(angle); in Shrink()
663 void POLYGON::Shrink(double shrinkFactor) in Shrink() argument
675 if (shrinkFactor==0) return; in Shrink()
697 shrinkDist = shrinkFactor/sin(angle); in Shrink()
720 shrinkDist = shrinkFactor/sin(angle); in Shrink()
746 shrinkDist = shrinkFactor/sin(angle); in Shrink()
/dports/math/openturns/openturns-1.18/python/src/
H A DCalibrationStrategyImplementation_doc.i.in7 …CalibrationStrategy(*range=[0.117, 0.468], expansionFactor=1.2, shrinkFactor=0.8, calibrationStep=…
17 shrinkFactor : float, :math:`0 < s < 1`
20 *expansionFactor* is specified, *shrinkFactor* must be mentioned too.
179 shrinkFactor : float
193 shrinkFactor : float, :math:`0 < s < 1`
/dports/math/vtk6/VTK-6.2.0/Examples/VisualizationAlgorithms/Tcl/
H A DBandContourTerrain.tcl35 set shrinkFactor 4
37 shrink SetShrinkFactors $shrinkFactor $shrinkFactor 1
/dports/math/vtk8/VTK-8.2.0/Examples/VisualizationAlgorithms/Python/
H A DBandContourTerrain.py39 shrinkFactor = 4 variable
41 shrink.SetShrinkFactors(shrinkFactor, shrinkFactor, 1)
/dports/math/vtk6/VTK-6.2.0/Examples/VisualizationAlgorithms/Python/
H A DBandContourTerrain.py39 shrinkFactor = 4 variable
41 shrink.SetShrinkFactors(shrinkFactor, shrinkFactor, 1)
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/emirpasic/gods/gods-1.12.0/lists/arraylist/
H A Darraylist.go32 shrinkFactor = float32(0.25) // shrink when size is 25% of capacity (0 means never shrink) const
220 if shrinkFactor == 0.0 {
225 if list.size <= int(float32(currentCapacity)*shrinkFactor) {
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/emirpasic/gods/lists/arraylist/
H A Darraylist.go32 shrinkFactor = float32(0.25) // shrink when size is 25% of capacity (0 means never shrink) const
220 if shrinkFactor == 0.0 {
225 if list.size <= int(float32(currentCapacity)*shrinkFactor) {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/emirpasic/gods/lists/arraylist/
H A Darraylist.go32 shrinkFactor = float32(0.25) // shrink when size is 25% of capacity (0 means never shrink) const
220 if shrinkFactor == 0.0 {
225 if list.size <= int(float32(currentCapacity)*shrinkFactor) {
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/emirpasic/gods/lists/arraylist/
H A Darraylist.go32 shrinkFactor = float32(0.25) // shrink when size is 25% of capacity (0 means never shrink) const
220 if shrinkFactor == 0.0 {
225 if list.size <= int(float32(currentCapacity)*shrinkFactor) {

12