Home
last modified time | relevance | path

Searched refs:ReadSplinePointValue (Results 1 – 2 of 2) sorted by relevance

/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtest/
H A Dabstracttest.h113 void ReadSplinePointValue(const QJsonObject &itemObject, VSplinePoint &point);
H A Dabstracttest.cpp649 ReadSplinePointValue(item, point); in ReadSplinePointValues()
661 void AbstractTest::ReadSplinePointValue(const QJsonObject &itemObject, VSplinePoint &point) in ReadSplinePointValue() function in AbstractTest