Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_steps_interpolator_test.cpp49 float testValueFirst = 0.2f; variable
64 ASSERT_EQ(targetValueFirst, stepsCurveStart.Interpolate(testValueFirst));
82 float testValueFirst = 0.2f; variable
97 ASSERT_EQ(targetValueFirst, stepsCurveEnd.Interpolate(testValueFirst));
113 float testValueFirst = 0.2f; variable
120 ASSERT_EQ(1.0f, stepsCurveStart.Interpolate(testValueFirst));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/framework/
H A Danimation_framework_test.cpp560 float testValueFirst = 0.2f; variable
568 EXPECT_NEAR(testValueFirst, Curves::LINEAR->MoveInternal(testValueFirst), FLT_EPSILON);
585 float testValueFirst = 0.2f; variable
593 float targetValueFirst = std::sin(pi * testValueFirst / 2);
618 float testValueFirst = 0.2f; variable
654 float testValueFirst = 0.2f; variable
689 float testValueFirst = 0.2f; variable
721 float testValueFirst = 0.2f; variable
756 float testValueFirst = 0.2f; variable
789 float testValueFirst = 0.2f; variable
[all …]