Home
last modified time | relevance | path

Searched defs:AttributePoint (Results 1 – 3 of 3) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/graphicsitems/
H A Dqdeclarativepath_p.h251 struct AttributePoint { struct
252 AttributePoint() : percent(0), scale(1), origpercent(0) {} in AttributePoint() argument
253 AttributePoint(const AttributePoint &other) in AttributePoint() function
258 qreal percent; //massaged percent along the painter path
259 qreal scale;
260 qreal origpercent; //'real' percent along the painter path
261 QHash<QString, qreal> values;
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquickpath_p.h569 struct AttributePoint { struct
570 AttributePoint() {} in AttributePoint() argument
571 AttributePoint(const AttributePoint &other) in AttributePoint() argument
586 … static void interpolate(QList<AttributePoint> &points, int idx, const QString &name, qreal value); argument
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquickpath_p.h569 struct AttributePoint { struct
570 AttributePoint() {} in AttributePoint() function
571 AttributePoint(const AttributePoint &other) in AttributePoint() argument
586 … static void interpolate(QList<AttributePoint> &points, int idx, const QString &name, qreal value); argument