Home
last modified time | relevance | path

Searched refs:_scaleFactor (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/simgear/simgear-2020.3.11/simgear/scene/model/
H A DSGScaleTransform.cxx36 _scaleFactor(1, 1, 1), in SGScaleTransform()
51 _scaleFactor(scale._scaleFactor), in SGScaleTransform()
61 transform(0,0) = _scaleFactor[0]; in computeLocalToWorldMatrix()
62 transform(1,1) = _scaleFactor[1]; in computeLocalToWorldMatrix()
63 transform(2,2) = _scaleFactor[2]; in computeLocalToWorldMatrix()
78 if (fabs(_scaleFactor[0]) < SGLimitsd::min()) in computeWorldToLocalMatrix()
80 if (fabs(_scaleFactor[1]) < SGLimitsd::min()) in computeWorldToLocalMatrix()
84 SGVec3d rScaleFactor(1/_scaleFactor[0], in computeWorldToLocalMatrix()
85 1/_scaleFactor[1], in computeWorldToLocalMatrix()
86 1/_scaleFactor[2]); in computeWorldToLocalMatrix()
[all …]
H A DSGOffsetTransform.cxx33 _scaleFactor(scaleFactor), in SGOffsetTransform()
41 _scaleFactor(offset._scaleFactor), in SGOffsetTransform()
53 transform(0,0) = _scaleFactor; in computeLocalToWorldMatrix()
54 transform(1,1) = _scaleFactor; in computeLocalToWorldMatrix()
55 transform(2,2) = _scaleFactor; in computeLocalToWorldMatrix()
56 transform(3,0) = center[0]*(1 - _scaleFactor); in computeLocalToWorldMatrix()
57 transform(3,1) = center[1]*(1 - _scaleFactor); in computeLocalToWorldMatrix()
58 transform(3,2) = center[2]*(1 - _scaleFactor); in computeLocalToWorldMatrix()
H A DSGScaleTransform.hxx50 _scaleFactor = scaleFactor; in setScaleFactor()
59 _scaleFactor = SGVec3d(scaleFactor, scaleFactor, scaleFactor); in setScaleFactor()
62 { return _scaleFactor; } in getScaleFactor()
73 SGVec3d _scaleFactor; member in SGScaleTransform
H A DSGOffsetTransform.hxx35 double getScaleFactor() const { return _scaleFactor; }; in getScaleFactor()
39 _scaleFactor = scaleFactor; in setScaleFactor()
49 double _scaleFactor; member in SGOffsetTransform
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DXYFunctionInterface.cpp74 _scaleFactor = mf->getScale(); in XYFunctionInterface()
77 _scaleFactor = 1.0; in XYFunctionInterface()
225 scaledY[i] *= _scaleFactor; in getYValues()
267 return _constant->getValue() * _scaleFactor; in getY()
271 return _mStepFunction->getY(aIndex) * _scaleFactor; in getY()
273 return _piecewiseLinearFunction->getY(aIndex) * _scaleFactor; in getY()
282 return _natCubicSpline->getY(aIndex) * _scaleFactor; in getY()
284 return _gcvSpline->getY(aIndex) * _scaleFactor; in getY()
317 aValue /= _scaleFactor; in setY()
390 aY /= _scaleFactor; in addPoint()
[all …]
H A DXYFunctionInterface.h101 double _scaleFactor; // = 1.0 unless function is a MultiplierFunction variable
123 double getScale() const { return _scaleFactor; } in getScale()
/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/iw/include/iw++/
H A Diw_image_op.hpp291 IwiAddParams(int _scaleFactor = 0, IwiChDescriptor _chDesc = iwiChDesc_None) in IW_BASE_PARAMS_CONSTRUCTORS()
293 this->scaleFactor = _scaleFactor; in IW_BASE_PARAMS_CONSTRUCTORS()
330 IwiAddCParams(int _scaleFactor = 0, IwiChDescriptor _chDesc = iwiChDesc_None) in IW_BASE_PARAMS_CONSTRUCTORS()
332 this->scaleFactor = _scaleFactor; in IW_BASE_PARAMS_CONSTRUCTORS()
368 IwiSubParams(int _scaleFactor = 0, IwiChDescriptor _chDesc = iwiChDesc_None) in IW_BASE_PARAMS_CONSTRUCTORS()
370 this->scaleFactor = _scaleFactor; in IW_BASE_PARAMS_CONSTRUCTORS()
409 this->scaleFactor = _scaleFactor; in IW_BASE_PARAMS_CONSTRUCTORS()
448 this->scaleFactor = _scaleFactor; in IW_BASE_PARAMS_CONSTRUCTORS()
489 this->scaleFactor = _scaleFactor; in IW_BASE_PARAMS_CONSTRUCTORS()
528 this->scaleFactor = _scaleFactor; in IW_BASE_PARAMS_CONSTRUCTORS()
[all …]
/dports/devel/gammaray/GammaRay-2.11.3/plugins/widgetinspector/assets/qml/
H A DWidgetDelegate.qml54 readonly property real _scaleFactor : 10.0
55 readonly property real _geomWidth: root.geometry.width / _scaleFactor
56 readonly property real _geomHeight: root.geometry.height / _scaleFactor
57 readonly property real _geomX: root.geometry.x / _scaleFactor
58 readonly property real _geomY: root.geometry.y / _scaleFactor
59 property real _geomZ: root.depth / (_scaleFactor * 2.0) + root.depth * root.explosionFactor
97 _geomWidth / 2.0 + _geomX - topLevelGeometry.width / 2.0 / _scaleFactor,
98 … -_geomHeight / 2.0 - _geomY + topLevelGeometry.height / 2.0 / _scaleFactor,
H A DHorizontals.qml44 readonly property real _scaleFactor: 10.0
143 geomWidth / 2.0 + geomX - topLevelGeometry.width / 2.0 / _scaleFactor,
144 -geomHeight / 2.0 - geomY + topLevelGeometry.height / 2.0 / _scaleFactor,
/dports/science/clhep/2.4.1.0/CLHEP/GenericFunctions/GenericFunctions/
H A DParamToArgAdaptor.icc34 _scaleFactor("Sigma", 1.0, 0, 10),
49 _scaleFactor(right._scaleFactor),
70 return _scaleFactor;
75 return _scaleFactor;
95 (_parameterFetchMethod(*_function)).setValue(_scaleFactor.getValue()*a[dMinus]);
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/platypus/
H A Dfigures.py227 self._scaleFactor = None
239 self._scaleFactor = self.scaleFactor
240 if self._scaleFactor<1 and self.shrinkToFit:
241 self.width = self.width * self._scaleFactor - 0.0001
242 self.figureHeight = self.figureHeight * self._scaleFactor
243 elif self._scaleFactor>1 and self.growToFit:
244 self.width = self.width*self._scaleFactor - 0.0001
245 self.figureHeight = self.figureHeight * self._scaleFactor
282 self.canv.scale(self._scaleFactor, self._scaleFactor)
346 self.canv.scale(self._scaleFactor, self._scaleFactor)
[all …]
/dports/graphics/gpxsee/GPXSee-7.32/src/map/
H A Dmercator.cpp67 _scaleFactor = 1.0 / (sqrt(1.e0 - es * sin_olat * sin_olat) in Mercator()
100 return PointD(_scaleFactor * _a * delta_lon + _falseEasting, in ll2xy()
101 _scaleFactor * _a * log(ctanz2) + _falseNorthing); in ll2xy()
113 lon = _longitudeOrigin + dx / (_scaleFactor * _a); in xy2ll()
114 xphi = M_PI_2 - 2.e0 * atan(1.e0 / exp(dy / (_scaleFactor * _a))); in xy2ll()
/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/src/
H A DCoordinate.cpp241 _scaleFactor( scaleFactor ) { in RoundVisitor()
265 long _scaleFactor ; member in SFCGAL::RoundVisitor
270 ::mpq_class q( SFCGAL::round( v.exact() * _scaleFactor ), in _roundFT()
271 _scaleFactor) ; in _roundFT()
276 SFCGAL::round( v.exact() * _scaleFactor ), in _roundFT()
277 _scaleFactor in _roundFT()
/dports/games/scummvm/scummvm-2.5.1/gui/
H A Dgui-manager.cpp113 _scaleFactor = g_system->getHiDPIScreenFactor(); in computeScaleFactor()
115 _scaleFactor *= ConfMan.getInt("gui_scale") / 100.f; in computeScaleFactor()
117 _baseHeight = (int16)((float)h / _scaleFactor); in computeScaleFactor()
118 _baseWidth = (int16)((float)w / _scaleFactor); in computeScaleFactor()
126 _scaleFactor = (float)h / (float)_baseHeight; in computeScaleFactor()
127 _baseWidth = (int16)((float)w / _scaleFactor); in computeScaleFactor()
131 _scaleFactor = (float)w / (float)_baseWidth; in computeScaleFactor()
132 _baseHeight = (int16)((float)h / _scaleFactor); in computeScaleFactor()
137 _theme->setBaseResolution(_baseWidth, _baseHeight, _scaleFactor); in computeScaleFactor()
139 debug(3, "Setting %d x %d -> %d x %d -- %g", w, h, _baseWidth, _baseHeight, _scaleFactor); in computeScaleFactor()
[all …]
H A DThemeEval.h44 ThemeEval() : _scaleFactor(1.0f) { in ThemeEval()
73 void setScaleFactor(float s) { _scaleFactor = s; } in setScaleFactor()
114 float _scaleFactor; variable
H A Dgui-manager.h97 float getScaleFactor() const { return _scaleFactor; } in getScaleFactor()
150 float _scaleFactor; variable
/dports/games/reminiscence/REminiscence-0.4.9/
H A Dsystemstub_sdl.cpp50 int _scaleFactor; member
115 _scaleFactor = 1; in init()
513 r.y = shakeOffset * _scaleFactor; in updateScreen()
537 r.y = shakeOffset * _scaleFactor; in updateScreen()
962 _texW *= _scaleFactor; in prepareGraphics()
963 _texH *= _scaleFactor; in prepareGraphics()
970 int windowW = _screenW * _scaleFactor; in prepareGraphics()
971 int windowH = _screenH * _scaleFactor; in prepareGraphics()
1037 _scaleFactor = factor; in changeGraphics()
1134 _scaleFactor = CLIP(_scaleFactor, _scaler->factorMin, _scaler->factorMax); in changeScaler()
[all …]
/dports/games/scummvm/scummvm-2.5.1/backends/graphics/opengl/
H A Dtexture.cpp482 …, fakeFormat), _convData(nullptr), _scaler(nullptr), _scalerIndex(0), _scaleFactor(1), _extraPixel… in ScaledTexture()
495 Texture::allocate(width * _scaleFactor, height * _scaleFactor); in allocate()
544 dst = (byte *)outSurf->getBasePtr(dirtyArea.left * _scaleFactor, dirtyArea.top * _scaleFactor); in updateGLTexture()
551 dirtyArea.width() * _scaleFactor, dirtyArea.height() * _scaleFactor, in updateGLTexture()
555 dirtyArea.left *= _scaleFactor; in updateGLTexture()
556 dirtyArea.right *= _scaleFactor; in updateGLTexture()
557 dirtyArea.top *= _scaleFactor; in updateGLTexture()
558 dirtyArea.bottom *= _scaleFactor; in updateGLTexture()
580 _scaleFactor = _scaler->getFactor(); in setScaler()
/dports/multimedia/zart/gmic-2.8.1/zart/src/
H A DImageView.cpp68 _scaleFactor = 1.0; in ImageView()
90 _scaleFactor = 1.0; in paintEvent()
102 _scaleFactor = scaled.width() / static_cast<double>(_image.width()); in paintEvent()
107 _scaleFactor = scaled.height() / static_cast<double>(_image.height()); in paintEvent()
221 int x = (e->pos().x() - _imagePosition.left()) / _scaleFactor; in mapMousePositionToImage()
222 int y = (e->pos().y() - _imagePosition.top()) / _scaleFactor; in mapMousePositionToImage()
/dports/multimedia/zart/zart-099554f/src/
H A DImageView.cpp68 _scaleFactor = 1.0; in ImageView()
90 _scaleFactor = 1.0; in paintEvent()
102 _scaleFactor = scaled.width() / static_cast<double>(_image.width()); in paintEvent()
107 _scaleFactor = scaled.height() / static_cast<double>(_image.height()); in paintEvent()
221 int x = (e->pos().x() - _imagePosition.left()) / _scaleFactor; in mapMousePositionToImage()
222 int y = (e->pos().y() - _imagePosition.top()) / _scaleFactor; in mapMousePositionToImage()
/dports/math/g2o/g2o-20201223_git/g2o/types/data/
H A Dvertex_ellipse.cpp102 _scaleFactor = 0; in VertexEllipseDrawAction()
109 _scaleFactor = _previousParams->makeProperty<DoubleProperty>(_typeName + "::", 1); in refreshPropertyPtrs()
111 _scaleFactor = 0; in refreshPropertyPtrs()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/
H A Dmsd_pyramid.hpp23 … MSDImagePyramidBuilder(const cv::Mat& _im, std::vector<cv::Mat>* _m_imPyr, float _scaleFactor) in MSDImagePyramidBuilder()
27 scaleFactor = _scaleFactor; in MSDImagePyramidBuilder()
/dports/misc/ezc3d/ezc3d-Release_1.4.6/src/
H A DHeader.cpp22 _scaleFactor(-1), in Header()
50 _scaleFactor(-1), in Header()
128 float scaleFactor = -fabsf(_scaleFactor); // Convert to Intel float in write()
223 _scaleFactor = c3d.readFloat(processorType, file, in read()
358 return _scaleFactor; in scaleFactor()
/dports/graphics/preview/Preview/
H A DDocument.m111 -(double) _scaleFactor; method in Private
126 if ([self _scaleFactor] != 1.0 )
132 [affineTransform scaleBy:[self _scaleFactor]];
152 _scaleFactor = factor;
155 - (double) _scaleFactor
157 return _scaleFactor;
/dports/devel/php-ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/LiveDeployment/
H A DMetricsViewEditor.java388 return _scaleFactor; in getScaleFactor()
393 _scaleFactor = scaleFactor; in setScaleFactor()
418 return _last * _scaleFactor; in getValue()
449 private double _scaleFactor = 1.0d; field in MetricsViewEditor.MetricsCell
1332 _scaleFactor = Double.parseDouble(scaleFactor); in setScaleFactor()
1351 return (float)(((m2.totalLifetime - m1.totalLifetime) / _scaleFactor) / in getValue()
1356 private double _scaleFactor = 1.0d; field in MetricsViewEditor.AverageLifetimeMetricsField
1401 _scaleFactor = Double.parseDouble(scaleFactor); in setScaleFactor()
1476 … last = (double)((d2.value - d1.value) / ((d2.timestamp - d1.timestamp) / _scaleFactor)); in getValue()
1483 private double _scaleFactor = 1.0d; field in MetricsViewEditor.DeltaAverageMetricsField

12