Home
last modified time | relevance | path

Searched refs:QSvgAnimateColor (Results 1 – 8 of 8) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/svg/
H A Dqsvgstyle.cpp812 QSvgAnimateColor::QSvgAnimateColor(int startMs, int endMs, int byMs) in QSvgAnimateColor() function in QSvgAnimateColor
820 void QSvgAnimateColor::setArgs(bool fill, in setArgs()
827 void QSvgAnimateColor::setFreeze(bool freeze) in setFreeze()
832 void QSvgAnimateColor::setRepeatCount(qreal repeatCount) in setRepeatCount()
837 void QSvgAnimateColor::apply(QPainter *p, const QSvgNode *node, QSvgExtraStates &) in apply()
895 void QSvgAnimateColor::revert(QPainter *p, QSvgExtraStates &) in revert()
904 QSvgStyleProperty::Type QSvgAnimateColor::type() const in type()
H A Dqsvgstyle_p.h708 class QSvgAnimateColor : public QSvgStyleProperty
711 QSvgAnimateColor(int startMs, int endMs, int by = 0);
779 QSvgRefCounter<QSvgAnimateColor> animateColor;
H A Dqsvgnode.cpp100 m_style.animateColor = static_cast<QSvgAnimateColor*>(prop); in appendStyleProperty()
H A Dqsvghandler.cpp2326 QSvgAnimateColor *anim = new QSvgAnimateColor(begin, end, 0); in parseAnimateColorNode()
/dports/graphics/qt5-svg/kde-qtsvg-5.15.2p13/src/svg/
H A Dqsvgstyle.cpp814 QSvgAnimateColor::QSvgAnimateColor(int startMs, int endMs, int byMs) in QSvgAnimateColor() function in QSvgAnimateColor
826 void QSvgAnimateColor::setArgs(bool fill, in setArgs()
833 void QSvgAnimateColor::setFreeze(bool freeze) in setFreeze()
838 void QSvgAnimateColor::setRepeatCount(qreal repeatCount) in setRepeatCount()
843 void QSvgAnimateColor::apply(QPainter *p, const QSvgNode *node, QSvgExtraStates &) in apply()
901 void QSvgAnimateColor::revert(QPainter *p, QSvgExtraStates &) in revert()
910 QSvgStyleProperty::Type QSvgAnimateColor::type() const in type()
H A Dqsvgstyle_p.h707 class Q_SVG_PRIVATE_EXPORT QSvgAnimateColor : public QSvgStyleProperty
710 QSvgAnimateColor(int startMs, int endMs, int by = 0);
778 QSvgRefCounter<QSvgAnimateColor> animateColor;
H A Dqsvgnode.cpp107 m_style.animateColor = static_cast<QSvgAnimateColor*>(prop); in appendStyleProperty()
H A Dqsvghandler.cpp2438 QSvgAnimateColor *anim = new QSvgAnimateColor(begin, end, 0); in parseAnimateColorNode()