Home
last modified time | relevance | path

Searched refs:getInterpolatedValue (Results 1 – 25 of 29) sorted by relevance

12

/dports/graphics/krita/krita-4.4.8/plugins/tools/tool_transform2/
H A Dkis_animated_transform_parameters.cpp103 qreal getInterpolatedValue(KisScalarKeyframeChannel *channel, qreal defaultValue) in getInterpolatedValue() function
118 m_d->argsCache.setScaleX(getInterpolatedValue(m_d->scaleXchannel, m_d->argsCache.scaleX())); in transformArgs()
119 m_d->argsCache.setScaleY(getInterpolatedValue(m_d->scaleYchannel, m_d->argsCache.scaleY())); in transformArgs()
121 m_d->argsCache.setShearX(getInterpolatedValue(m_d->shearXchannel, m_d->argsCache.shearX())); in transformArgs()
122 m_d->argsCache.setShearY(getInterpolatedValue(m_d->shearYchannel, m_d->argsCache.shearY())); in transformArgs()
124 …m_d->argsCache.setAX(normalizeAngle(getInterpolatedValue(m_d->rotationXchannel, m_d->argsCache.aX(… in transformArgs()
125 …m_d->argsCache.setAY(normalizeAngle(getInterpolatedValue(m_d->rotationYchannel, m_d->argsCache.aY(… in transformArgs()
126 …m_d->argsCache.setAZ(normalizeAngle(getInterpolatedValue(m_d->rotationZchannel, m_d->argsCache.aZ(… in transformArgs()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/assets/keyframes/model/
H A Dkeyframemodellist.cpp132 QVariant value = param->getInterpolatedValue(pos); in addKeyframe()
158 value = param->getInterpolatedValue(pos); in addKeyframe()
164 value = param->getInterpolatedValue(pos); in addKeyframe()
169 value = param->getInterpolatedValue(pos); in addKeyframe()
255 value = param->getInterpolatedValue(oldPos); in updateKeyframe()
397 return m_parameters.at(index)->getInterpolatedValue(pos); in getInterpolatedValue()
404 return m_parameters.at(index)->getInterpolatedValue(pos); in getInterpolatedValue()
473 QVariant value = param.second->getInterpolatedValue(new_in); in resizeKeyframes()
500 QVariant value = param.second->getInterpolatedValue(new_in); in resizeKeyframes()
566 QVariant value = param.second->getInterpolatedValue(new_out); in resizeKeyframes()
[all …]
H A Dkeyframemodellist.hpp117 QVariant getInterpolatedValue(int pos, const QPersistentModelIndex &index) const;
121 QVariant getInterpolatedValue(const GenTime &pos, const QPersistentModelIndex &index) const;
H A Dkeyframemonitorhelper.cpp68 QString rectData = kfr->getInterpolatedValue(kf.first).toString(); in refreshParams()
101 QString rectData = kfr->getInterpolatedValue(kf.first).toString(); in slotUpdateFromMonitorData()
H A Dkeyframemodel.hpp145 QVariant getInterpolatedValue(int pos) const;
146 QVariant getInterpolatedValue(const GenTime &pos) const;
H A Dkeyframemodel.cpp1040 QVariant KeyframeModel::getInterpolatedValue(int p) const in getInterpolatedValue() function in KeyframeModel
1043 return getInterpolatedValue(pos); in getInterpolatedValue()
1087 QVariant KeyframeModel::getInterpolatedValue(const GenTime &pos) const in getInterpolatedValue() function in KeyframeModel
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/
H A DGribTable.cpp364 getInterpolatedValue(m_cursor_lon, m_cursor_lat, true ); in GetWindGust()
383 getInterpolatedValue(m_cursor_lon, m_cursor_lat, true ); in GetPressure()
402 getInterpolatedValue(m_cursor_lon, m_cursor_lat, true ); in GetWaves()
413 getInterpolatedValue(m_cursor_lon, m_cursor_lat, true, true ); in GetWaves()
421 getInterpolatedValue(m_cursor_lon, m_cursor_lat, true ); in GetWaves()
434 getInterpolatedValue(m_cursor_lon, m_cursor_lat, true ); in GetRainfall()
450 getInterpolatedValue(m_cursor_lon, m_cursor_lat, true ); in GetCloudCover()
467 getInterpolatedValue(m_cursor_lon, m_cursor_lat, true ); in GetAirTemp()
483 getInterpolatedValue(m_cursor_lon, m_cursor_lat, true ); in GetSeaTemp()
499 getInterpolatedValue(m_cursor_lon, m_cursor_lat, true ); in GetCAPE()
[all …]
H A DCursorData.cpp307 getInterpolatedValue(m_cursor_lon, m_cursor_lat, true ); in UpdateTrackingControls()
319 getInterpolatedValue(m_cursor_lon, m_cursor_lat, true ); in UpdateTrackingControls()
332 getInterpolatedValue(m_cursor_lon, m_cursor_lat, true ); in UpdateTrackingControls()
358 getInterpolatedValue(m_cursor_lon, m_cursor_lat, true, true ); in UpdateTrackingControls()
391 getInterpolatedValue( m_cursor_lon, m_cursor_lat, true ); in UpdateTrackingControls()
405 getInterpolatedValue( m_cursor_lon, m_cursor_lat, true ); in UpdateTrackingControls()
418 getInterpolatedValue( m_cursor_lon, m_cursor_lat, true ); in UpdateTrackingControls()
430 getInterpolatedValue( m_cursor_lon, m_cursor_lat, true ); in UpdateTrackingControls()
463 getInterpolatedValue( m_cursor_lon, m_cursor_lat, true ); in UpdateTrackingControls()
475 getInterpolatedValue( m_cursor_lon, m_cursor_lat, true ); in UpdateTrackingControls()
[all …]
H A DGribReader.cpp594 val = before->getInterpolatedValue(px, py); in get2GribsInterpolatedValueByDate()
600 val = before->getInterpolatedValue(px, py); in get2GribsInterpolatedValueByDate()
603 double v1 = before->getInterpolatedValue(px, py); in get2GribsInterpolatedValueByDate()
604 double v2 = after->getInterpolatedValue(px, py); in get2GribsInterpolatedValueByDate()
700 diewpoint = recTempDiew->getInterpolatedValue(lon, lat); in computeDewPoint()
709 double temp = recTemp->getInterpolatedValue(lon, lat); in computeDewPoint()
710 double humid = recHumid->getInterpolatedValue(lon, lat); in computeDewPoint()
H A DGribRecord.h209 …double getInterpolatedValue(double px, double py, bool numericalInterpolation=true, bool dir=fals…
H A DGribUIDialog.cpp1429 return GR->getInterpolatedValue(lon, lat); in getTimeInterpolatedValue()
1446 return before->getInterpolatedValue(lon, lat); in getTimeInterpolatedValue()
1448 double v1 = before->getInterpolatedValue(lon, lat); in getTimeInterpolatedValue()
1449 double v2 = after->getInterpolatedValue(lon, lat); in getTimeInterpolatedValue()
H A DGribOverlayFactory.cpp867 double v = pGR->getInterpolatedValue(lon, lat); in CreateGribImage()
1502 sh = pGRX->getInterpolatedValue( lon, lat, true ); in RenderGribDirectionArrows()
1503 dir = pGRY->getInterpolatedValue( lon, lat, true, true ); in RenderGribDirectionArrows()
1763 val = pGRA->getInterpolatedValue( lon, lat, true ); in RenderGribNumbers()
H A DGribRecord.cpp551 double GribRecord::getInterpolatedValue(double px, double py, bool numericalInterpolation, bool dir… in getInterpolatedValue() function in GribRecord
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/assets/keyframes/model/rect/
H A Drecthelper.cpp59 double value = m_model->getKeyframeModel()->getInterpolatedValue(pos, ix).toDouble(); in refreshParams()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/assets/keyframes/model/corners/
H A Dcornershelper.cpp50 double value = m_model->getKeyframeModel()->getInterpolatedValue(pos, ix).toDouble(); in refreshParams()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/assets/view/widgets/
H A Dkeyframewidget.cpp408 …(static_cast<DoubleWidget *>(w.second))->setValue(m_keyframes->getInterpolatedValue(pos, w.first).… in slotRefreshParams()
410 const QString val = m_keyframes->getInterpolatedValue(pos, w.first).toString(); in slotRefreshParams()
520 const QString value = m_keyframes->getInterpolatedValue(getPosition(), index).toString(); in addParameter()
552 if (m_keyframes->getInterpolatedValue(getPosition(), indexes.at(i)) != list.at(i)) { in addParameter()
598 double value = m_keyframes->getInterpolatedValue(getPosition(), index).toDouble(); in addParameter()
H A Dlumaliftgainparam.cpp118 double val = m_model->getKeyframeModel()->getInterpolatedValue(pos, local_index).toDouble(); in slotRefresh()
H A Dkeyframeimport.cpp852 QVariant current = km->getInterpolatedValue(frame); in importSelectedData()
1036 current = km->getInterpolatedValue(frame).toDouble(); in importSelectedData()
1051 QVariant current = km->getInterpolatedValue(frame); in importSelectedData()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/assets/keyframes/model/rotoscoping/
H A Drotohelper.cpp52 QVariant splineData = keyframes->getInterpolatedValue(pos, m_indexes.first()); in refreshParams()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/assets/model/
H A Dassetcommand.cpp162 m_oldValue = m_model->getKeyframeModel()->getKeyModel(m_index)->getInterpolatedValue(m_pos); in AssetKeyframeCommand()
H A Dassetparametermodel.cpp1010 auto value = m_keyframes->getInterpolatedValue(pos, ix); in valueAsJson()
1039 auto value = m_keyframes->getInterpolatedValue(pos, ix); in valueAsJson()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/assets/keyframes/view/
H A Dkeyframeview.cpp806 const QString val = m_model->getInterpolatedValue(m_position + offset, ix).toString(); in copyCurrentValue()
813 … QString oldValue = m_model->getInterpolatedValue(m_model->getPosAtIndex(kfrIx), ix).toString(); in copyCurrentValue()
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/behaviors/interpolators/
H A DCubicSplineSegment.java540 public float getInterpolatedValue (float u) { in getInterpolatedValue() method in CubicSplineSegment
H A DKBCubicSplineSegment.java627 public float getInterpolatedValue (float u) { in getInterpolatedValue() method in KBCubicSplineSegment
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/gdal/
H A DReaderWriterGDAL.cpp1922 float getInterpolatedValue(GDALRasterBand *band, double x, double y, bool applyOffset=true)
2123 float h = getInterpolatedValue(band, geoX, geoY) * _linearUnits;

12