Home
last modified time | relevance | path

Searched defs:endProperty (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_path_animation_test.cpp47 auto endProperty = std::make_shared<RSAnimatableProperty<Vector2f>>(Vector2f(1.f, 1.f)); variable
80 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
113 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
146 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
179 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
214 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
253 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
286 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
325 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
359 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
[all …]
H A Drs_curve_animation_test.cpp46 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
80 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
113 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
145 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
180 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
214 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
248 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
322 auto endProperty = std::make_shared<RSAnimatableProperty<Quaternion>>(value); variable
357 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
H A Drs_spring_animation_test.cpp47 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
81 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
114 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
146 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
220 auto endProperty = std::make_shared<RSAnimatableProperty<Color>>(red); variable
253 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
286 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
317 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
H A Drs_keyframe_animation_test.cpp43 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
77 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
118 auto endProperty = std::make_shared<RSAnimatableProperty<Color>>(red); variable
154 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
193 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
235 auto endProperty = variable
321 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4<Color>>>(red); variable
362 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
H A Drs_node_animate_supplement_test.cpp118 auto endProperty = std::make_shared<RSAnimatableProperty<float>>(1.0f); variable
146 auto endProperty = std::make_shared<RSAnimatableProperty<float>>(1.0f); variable
396 auto endProperty = std::make_shared<RSAnimatableProperty<float>>(1.0f); variable
460 auto endProperty = std::make_shared<RSAnimatableProperty<float>>(1.0f); variable
485 auto endProperty = std::make_shared<RSAnimatableProperty<float>>(1.0f); variable
H A Drs_implicit_animator_test.cpp164 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
233 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_spring_animation_test.cpp173 auto endProperty = std::make_shared<RSRenderAnimatableProperty<float>>(1.0f); variable