Home
last modified time | relevance | path

Searched refs:interpolationMode (Results 1 – 25 of 948) sorted by relevance

12345678910>>...38

/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_keyframe.cpp39 InterpolationMode interpolationMode {InterpolationMode::Constant}; member
60 m_d->interpolationMode = rhs->m_d->interpolationMode; in KisKeyframe()
82 m_d->interpolationMode = mode; in setInterpolationMode()
85 KisKeyframe::InterpolationMode KisKeyframe::interpolationMode() const in interpolationMode() function in KisKeyframe
87 return m_d->interpolationMode; in interpolationMode()
H A Dkis_scalar_keyframe_channel.cpp237 KisKeyframe::InterpolationMode oldMode = keyframe->interpolationMode(); in setInterpolationMode()
329 switch (activeKey->interpolationMode()) { in interpolatedValue()
430 QString interpolationMode; in saveKeyframe() local
431 if (keyframe->interpolationMode() == KisKeyframe::Constant) interpolationMode = "constant"; in saveKeyframe()
432 if (keyframe->interpolationMode() == KisKeyframe::Linear) interpolationMode = "linear"; in saveKeyframe()
433 if (keyframe->interpolationMode() == KisKeyframe::Bezier) interpolationMode = "bezier"; in saveKeyframe()
439 keyframeElement.setAttribute("interpolation", interpolationMode); in saveKeyframe()
456 QString interpolationMode = keyframeNode.toElement().attribute("interpolation"); in loadKeyframe() local
457 if (interpolationMode == "constant") { in loadKeyframe()
459 } else if (interpolationMode == "linear") { in loadKeyframe()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd2d1_1.h480 D2D1_INTERPOLATION_MODE interpolationMode; member
491 D2D1_INTERPOLATION_MODE interpolationMode; member
758 D2D1_INTERPOLATION_MODE interpolationMode,
767 D2D1_INTERPOLATION_MODE interpolationMode,
875 D2D1_INTERPOLATION_MODE interpolationMode
911 D2D1_INTERPOLATION_MODE interpolationMode
1744 D2D1_INTERPOLATION_MODE interpolationMode,
1946 D2D1_INTERPOLATION_MODE interpolationMode,
1957 D2D1_INTERPOLATION_MODE interpolationMode,
2040 D2D1_INTERPOLATION_MODE interpolationMode,
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1_1helper.h34 D2D1_INTERPOLATION_MODE interpolationMode = D2D1_INTERPOLATION_MODE_LINEAR) {
35 … D2D1_IMAGE_BRUSH_PROPERTIES r = {sourceRectangle, extendModeX, extendModeY, interpolationMode};
48 D2D1_INTERPOLATION_MODE interpolationMode = D2D1_INTERPOLATION_MODE_LINEAR) {
49 D2D1_BITMAP_BRUSH_PROPERTIES1 r = {extendmodeX, extendmodeY, interpolationMode};
H A Dd2d1_1.h234 D2D1_INTERPOLATION_MODE interpolationMode; member
240 D2D1_INTERPOLATION_MODE interpolationMode; member
852 D2D1_INTERPOLATION_MODE interpolationMode = D2D1_INTERPOLATION_MODE_LINEAR,
860 void DrawImage(ID2D1Image *image, D2D1_INTERPOLATION_MODE interpolationMode,
862 DrawImage(image, NULL, NULL, interpolationMode, compositeMode);
865 void DrawImage(ID2D1Effect *effect, D2D1_INTERPOLATION_MODE interpolationMode,
867 DrawImage(effect, NULL, NULL, interpolationMode, compositeMode);
873 DrawImage(image, &targetOffset, NULL, interpolationMode, compositeMode);
879 DrawImage(effect, &targetOffset, NULL, interpolationMode, compositeMode);
1026 D2D1_INTERPOLATION_MODE interpolationMode,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1_1helper.h34 D2D1_INTERPOLATION_MODE interpolationMode = D2D1_INTERPOLATION_MODE_LINEAR) {
35 … D2D1_IMAGE_BRUSH_PROPERTIES r = {sourceRectangle, extendModeX, extendModeY, interpolationMode};
48 D2D1_INTERPOLATION_MODE interpolationMode = D2D1_INTERPOLATION_MODE_LINEAR) {
49 D2D1_BITMAP_BRUSH_PROPERTIES1 r = {extendmodeX, extendmodeY, interpolationMode};
H A Dd2d1_1.h234 D2D1_INTERPOLATION_MODE interpolationMode; member
240 D2D1_INTERPOLATION_MODE interpolationMode; member
852 D2D1_INTERPOLATION_MODE interpolationMode = D2D1_INTERPOLATION_MODE_LINEAR,
860 void DrawImage(ID2D1Image *image, D2D1_INTERPOLATION_MODE interpolationMode,
862 DrawImage(image, NULL, NULL, interpolationMode, compositeMode);
865 void DrawImage(ID2D1Effect *effect, D2D1_INTERPOLATION_MODE interpolationMode,
867 DrawImage(effect, NULL, NULL, interpolationMode, compositeMode);
873 DrawImage(image, &targetOffset, NULL, interpolationMode, compositeMode);
879 DrawImage(effect, &targetOffset, NULL, interpolationMode, compositeMode);
1026 D2D1_INTERPOLATION_MODE interpolationMode,
[all …]
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/
H A DstencilTableFactory.h63 Options() : interpolationMode(INTERPOLATE_VERTEX), in Options()
71 unsigned int interpolationMode : 2, ///< interpolation mode member
221 Options() : interpolationMode(INTERPOLATE_VERTEX), in Options()
226 unsigned int interpolationMode : 2, ///< interpolation mode member
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Nonunit/Review/test/
H A DitkDiscreteGaussianDerivativeImageFunctionTest.cxx66 typename GaussianDerivativeImageFunctionType::InterpolationModeType interpolationMode = in itkDiscreteGaussianDerivativeImageFunctionTestND() local
79 interpolationMode = in itkDiscreteGaussianDerivativeImageFunctionTestND()
106 function->SetInterpolationMode( interpolationMode ); in itkDiscreteGaussianDerivativeImageFunctionTestND()
107 TEST_SET_GET_VALUE( interpolationMode, function->GetInterpolationMode() ); in itkDiscreteGaussianDerivativeImageFunctionTestND()
H A DitkDiscreteGradientMagnitudeGaussianImageFunctionTest.cxx58 typename DiscreteGradientMagnitudeGaussianFunctionType::InterpolationModeType interpolationMode = in itkDiscreteGradientMagnitudeGaussianImageFunctionTestND() local
72 interpolationMode = in itkDiscreteGradientMagnitudeGaussianImageFunctionTestND()
115 function->SetInterpolationMode( interpolationMode ); in itkDiscreteGradientMagnitudeGaussianImageFunctionTestND()
116 TEST_SET_GET_VALUE( interpolationMode, function->GetInterpolationMode() ); in itkDiscreteGradientMagnitudeGaussianImageFunctionTestND()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/opengl/gl2paintengineex/
H A Dqglgradientcache.cpp97 && cache_info.interpolationMode == gradient.interpolationMode()) in getBuffer()
123 CacheInfo cache_entry(gradient.stops(), opacity, gradient.interpolationMode()); in addCacheElement()
160 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglgradientcache.cpp125 && cache_info.interpolationMode == gradient.interpolationMode()) in getBuffer()
152 CacheInfo cache_entry(gradient.stops(), opacity, gradient.interpolationMode()); in addCacheElement()
176 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
228 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglgradientcache.cpp125 && cache_info.interpolationMode == gradient.interpolationMode()) in getBuffer()
152 CacheInfo cache_entry(gradient.stops(), opacity, gradient.interpolationMode()); in addCacheElement()
176 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
228 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglgradientcache.cpp125 && cache_info.interpolationMode == gradient.interpolationMode()) in getBuffer()
152 CacheInfo cache_entry(gradient.stops(), opacity, gradient.interpolationMode()); in addCacheElement()
176 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
228 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglgradientcache.cpp125 && cache_info.interpolationMode == gradient.interpolationMode()) in getBuffer()
152 CacheInfo cache_entry(gradient.stops(), opacity, gradient.interpolationMode()); in addCacheElement()
176 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
228 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglgradientcache.cpp125 && cache_info.interpolationMode == gradient.interpolationMode()) in getBuffer()
152 CacheInfo cache_entry(gradient.stops(), opacity, gradient.interpolationMode()); in addCacheElement()
176 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
228 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglgradientcache.cpp125 && cache_info.interpolationMode == gradient.interpolationMode()) in getBuffer()
152 CacheInfo cache_entry(gradient.stops(), opacity, gradient.interpolationMode()); in addCacheElement()
176 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
228 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglgradientcache.cpp125 && cache_info.interpolationMode == gradient.interpolationMode()) in getBuffer()
152 CacheInfo cache_entry(gradient.stops(), opacity, gradient.interpolationMode()); in addCacheElement()
176 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
228 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglgradientcache.cpp125 && cache_info.interpolationMode == gradient.interpolationMode()) in getBuffer()
152 CacheInfo cache_entry(gradient.stops(), opacity, gradient.interpolationMode()); in addCacheElement()
176 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
228 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglgradientcache.cpp125 && cache_info.interpolationMode == gradient.interpolationMode()) in getBuffer()
152 CacheInfo cache_entry(gradient.stops(), opacity, gradient.interpolationMode()); in addCacheElement()
176 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
228 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglgradientcache.cpp125 && cache_info.interpolationMode == gradient.interpolationMode()) in getBuffer()
152 CacheInfo cache_entry(gradient.stops(), opacity, gradient.interpolationMode()); in addCacheElement()
176 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
228 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglgradientcache.cpp125 && cache_info.interpolationMode == gradient.interpolationMode()) in getBuffer()
152 CacheInfo cache_entry(gradient.stops(), opacity, gradient.interpolationMode()); in addCacheElement()
176 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
228 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglgradientcache.cpp125 && cache_info.interpolationMode == gradient.interpolationMode()) in getBuffer()
152 CacheInfo cache_entry(gradient.stops(), opacity, gradient.interpolationMode()); in addCacheElement()
176 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
228 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglgradientcache.cpp125 && cache_info.interpolationMode == gradient.interpolationMode()) in getBuffer()
152 CacheInfo cache_entry(gradient.stops(), opacity, gradient.interpolationMode()); in addCacheElement()
176 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
228 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglgradientcache.cpp125 && cache_info.interpolationMode == gradient.interpolationMode()) in getBuffer()
152 CacheInfo cache_entry(gradient.stops(), opacity, gradient.interpolationMode()); in addCacheElement()
176 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()
228 bool colorInterpolation = (gradient.interpolationMode() == QGradient::ColorInterpolation); in generateGradientColorTable()

12345678910>>...38