Home
last modified time | relevance | path

Searched refs:hasRelativeControl1Y (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquickpath.cpp1634 bool QQuickPathCubic::hasRelativeControl1Y() in hasRelativeControl1Y() function in QQuickPathCubic
1681hasRelativeControl1Y() ? prevPoint.y() + relativeControl1Y() : control1Y()); in addToPath()
H A Dqquickpath_p.h254 bool hasRelativeControl1Y();
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquickpath.cpp1634 bool QQuickPathCubic::hasRelativeControl1Y() in hasRelativeControl1Y() function in QQuickPathCubic
1681hasRelativeControl1Y() ? prevPoint.y() + relativeControl1Y() : control1Y()); in addToPath()
H A Dqquickpath_p.h254 bool hasRelativeControl1Y();
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quickshapes/
H A Dqquickshapenvprrenderer.cpp225 c->hasRelativeControl1Y() ? pos.y() + c->relativeControl1Y() : c->control1Y()); in appendControl1Coords()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quickshapes/
H A Dqquickshapenvprrenderer.cpp225 c->hasRelativeControl1Y() ? pos.y() + c->relativeControl1Y() : c->control1Y()); in appendControl1Coords()