Home
last modified time | relevance | path

Searched refs:GetLeastSquareParams (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Dleast_square_impl_test.cpp44 EXPECT_FALSE(leastSquareImpl1.GetLeastSquareParams(params));
51 EXPECT_FALSE(leastSquareImpl2.GetLeastSquareParams(params));
58 EXPECT_FALSE(leastSquareImpl3.GetLeastSquareParams(params));
66 EXPECT_TRUE(leastSquareImpl4.GetLeastSquareParams(params));
68 EXPECT_TRUE(leastSquareImpl4.GetLeastSquareParams(params));
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dleast_square_impl.h71 bool GetLeastSquareParams(std::vector<double>& params);
H A Dleast_square_impl.cpp22 bool LeastSquareImpl::GetLeastSquareParams(std::vector<double>& params) in GetLeastSquareParams() function in OHOS::Ace::LeastSquareImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dvelocity_tracker.cpp113 if (axis.GetLeastSquareParams(param)) { in UpdateAxisVelocity()