Searched refs:PATH_ANIMATION_START_VALUE (Results 1 – 3 of 3) sorted by relevance
77 const Vector2f PATH_ANIMATION_START_VALUE = Vector2f(0.f, 0.f); member in OHOS::Rosen::RSRenderPathAnimationTest101 …uto property1 = std::make_shared<RSRenderAnimatableProperty<Vector2f>>(PATH_ANIMATION_START_VALUE);125 …uto property1 = std::make_shared<RSRenderAnimatableProperty<Vector2f>>(PATH_ANIMATION_START_VALUE);179 …uto property1 = std::make_shared<RSRenderAnimatableProperty<Vector2f>>(PATH_ANIMATION_START_VALUE);210 …uto property1 = std::make_shared<RSRenderAnimatableProperty<Vector2f>>(PATH_ANIMATION_START_VALUE);241 …uto property1 = std::make_shared<RSRenderAnimatableProperty<Vector2f>>(PATH_ANIMATION_START_VALUE);268 …auto property1 = std::make_shared<RSRenderAnimatableProperty<Vector2f>>(PATH_ANIMATION_START_VALUE,293 …auto property1 = std::make_shared<RSRenderAnimatableProperty<Vector2f>>(PATH_ANIMATION_START_VALUE,321 …auto property1 = std::make_shared<RSRenderAnimatableProperty<Vector2f>>(PATH_ANIMATION_START_VALUE,408 …auto property1 = std::make_shared<RSRenderAnimatableProperty<Vector2f>>(PATH_ANIMATION_START_VALUE,[all …]
38 const Vector2f PATH_ANIMATION_START_VALUE = Vector2f(0.f, 0.f); member in OHOS::Rosen::RSAnimationManagerTest
59 const Vector2f PATH_ANIMATION_START_VALUE = Vector2f(0.f, 0.f); variable