Home
last modified time | relevance | path

Searched refs:gradientStops (Results 1 – 25 of 467) sorted by relevance

12345678910>>...19

/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/wpg/
H A DWPGGradient.cpp49 gradientStops(std::vector<WPGGradientStop>()), in WPGGradientPrivate()
51 std::vector<WPGGradientStop> gradientStops; member in libwpg::WPGGradientPrivate
71 d->gradientStops = g.d->gradientStops; in WPGGradient()
77 d->gradientStops = g.d->gradientStops; in operator =()
93 return d->gradientStops.size(); in count()
98 return d->gradientStops[index].offset; in stopOffset()
103 return d->gradientStops[index].color; in stopColor()
108 d->gradientStops.clear(); in clear()
114 d->gradientStops.push_back(stop); in addStop()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/propertyeditor/
H A Dgradientpresetcustomlistmodel.cpp117 QGradientStops gradientStops; in addGradient() local
122 gradientStops.push_back(gradientStop); in addGradient()
125 tempGradient.setStops(gradientStops); in addGradient()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/graphics/qt/
H A DSVGPaintServerGradientQt.cpp88 fillColorArray(gradient, gradientStops(), opacity); in setup()
98 fillColorArray(gradient, gradientStops(), opacity); in setup()
/dports/graphics/drawpile/Drawpile-2.1.20/src/desktop/bundled/QtColorWidgets/include/QtColorWidgets/
H A Dgradient_list_model.hpp83 QGradientStops gradientStops(const QString& name) const;
100 QGradientStops gradientStops(int index) const;
/dports/x11-toolkits/color-widgets-qt5/Qt-Color-Widgets-f2eca13bbc836cec09daae02579f10d5e85e71e8/include/QtColorWidgets/
H A Dgradient_list_model.hpp83 QGradientStops gradientStops(const QString& name) const;
100 QGradientStops gradientStops(int index) const;
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/native/
H A Djuce_win32_Direct2DGraphicsContext.cpp389 gradientStops = nullptr; in clearFill()
429 gradientStops = nullptr; in createBrush()
443 …ringTarget->CreateGradientStopCollection (stops.getData(), numColors, gradientStops.resetAndGetPoi… in createBrush()
454 …pimpl->renderingTarget->CreateRadialGradientBrush (props, brushProps, gradientStops, radialGradien… in createBrush()
465 …pimpl->renderingTarget->CreateLinearGradientBrush (props, brushProps, gradientStops, linearGradien… in createBrush()
510 ComSmartPtr<ID2D1GradientStopCollection> gradientStops; member
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/native/
H A Djuce_win32_Direct2DGraphicsContext.cpp389 gradientStops = nullptr; in clearFill()
429 gradientStops = nullptr; in createBrush()
443 …ringTarget->CreateGradientStopCollection (stops.getData(), numColors, gradientStops.resetAndGetPoi… in createBrush()
454 …pimpl->renderingTarget->CreateRadialGradientBrush (props, brushProps, gradientStops, radialGradien… in createBrush()
465 …pimpl->renderingTarget->CreateLinearGradientBrush (props, brushProps, gradientStops, linearGradien… in createBrush()
510 ComSmartPtr<ID2D1GradientStopCollection> gradientStops; member
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/graphics/
H A DSVGPaintServerGradient.cpp85 const Vector<SVGGradientStop> &SVGPaintServerGradient::gradientStops() const in gradientStops() function in WebCore::SVGPaintServerGradient
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/widgets/
H A Dgradienteditor.cpp45 _gradient->setStops(gradientStops()); in gradient()
195 QGradientStops GradientEditor::gradientStops() const { in gradientStops() function in Kst::GradientEditor
H A Dgradienteditor.h56 QGradientStops gradientStops() const;
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/win32/direct2d/
H A Dd2ddrawcontext.cpp285 D2D1_GRADIENT_STOP* gradientStops = new D2D1_GRADIENT_STOP [d2dGradient.getColorStops ().size ()]; in createGradientStopCollection() local
289 gradientStops[index].position = (FLOAT)it->first; in createGradientStopCollection()
290 gradientStops[index].color = toColorF (it->second, getCurrentState ().globalAlpha); in createGradientStopCollection()
292 …getRenderTarget ()->CreateGradientStopCollection (gradientStops, static_cast<UINT32> (d2dGradient.… in createGradientStopCollection()
293 delete [] gradientStops; in createGradientStopCollection()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/win32/direct2d/
H A Dd2ddrawcontext.cpp278 D2D1_GRADIENT_STOP* gradientStops = new D2D1_GRADIENT_STOP [d2dGradient.getColorStops ().size ()]; in createGradientStopCollection() local
282 gradientStops[index].position = (FLOAT)it->first; in createGradientStopCollection()
283gradientStops[index].color = D2D1::ColorF (it->second.red/255.f, it->second.green/255.f, it->secon… in createGradientStopCollection()
285 …getRenderTarget ()->CreateGradientStopCollection (gradientStops, static_cast<UINT32> (d2dGradient.… in createGradientStopCollection()
286 delete [] gradientStops; in createGradientStopCollection()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dapplicationsettings.h67 QGradientStops gradientStops() const;
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/shared/qtgradienteditor/
H A Dqtgradientwidget.h64 QGradientStops gradientStops() const;
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/shared/qtgradienteditor/
H A Dqtgradientwidget.h62 QGradientStops gradientStops() const;
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/shared/qtgradienteditor/
H A Dqtgradientwidget.h62 QGradientStops gradientStops() const;
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/shared/qtgradienteditor/
H A Dqtgradientwidget.h62 QGradientStops gradientStops() const;
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/shared/qtgradienteditor/
H A Dqtgradientwidget.h62 QGradientStops gradientStops() const;
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/shared/qtgradienteditor/
H A Dqtgradientwidget.h62 QGradientStops gradientStops() const;
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/shared/qtgradienteditor/
H A Dqtgradientwidget.h62 QGradientStops gradientStops() const;
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/shared/qtgradienteditor/
H A Dqtgradientwidget.h62 QGradientStops gradientStops() const;
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/shared/qtgradienteditor/
H A Dqtgradientwidget.h62 QGradientStops gradientStops() const;
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/shared/qtgradienteditor/
H A Dqtgradientwidget.h62 QGradientStops gradientStops() const;
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/shared/qtgradienteditor/
H A Dqtgradientwidget.h62 QGradientStops gradientStops() const;
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/shared/qtgradienteditor/
H A Dqtgradientwidget.h62 QGradientStops gradientStops() const;

12345678910>>...19