Home
last modified time | relevance | path

Searched refs:RSAnimatableProperty (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_group_test.cpp46 auto alphaProperty = std::make_shared<RSAnimatableProperty<float>>(1.f);
52 auto alphaStartProperty = std::make_shared<RSAnimatableProperty<float>>(0.f);
53 auto alphaEndProperty = std::make_shared<RSAnimatableProperty<float>>(1.f);
89 auto alphaProperty = std::make_shared<RSAnimatableProperty<float>>(1.f);
103 auto alphaEndProperty = std::make_shared<RSAnimatableProperty<float>>(1.f);
134 auto alphaProperty = std::make_shared<RSAnimatableProperty<float>>(1.f);
179 auto alphaProperty = std::make_shared<RSAnimatableProperty<float>>(1.0f);
227 auto alphaProperty = std::make_shared<RSAnimatableProperty<float>>(1.f);
269 auto alphaProperty = std::make_shared<RSAnimatableProperty<float>>(1.f);
315 auto alphaProperty = std::make_shared<RSAnimatableProperty<float>>(1.f);
[all …]
H A Drs_path_animation_test.cpp41 auto property = std::make_shared<RSAnimatableProperty<Vector2f>>(Vector2f(0.f, 0.f));
46 auto startProperty = std::make_shared<RSAnimatableProperty<Vector2f>>(Vector2f(0.f, 0.f));
47 auto endProperty = std::make_shared<RSAnimatableProperty<Vector2f>>(Vector2f(1.f, 1.f));
74 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
80 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS);
107 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
113 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS);
140 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
146 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS);
173 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
[all …]
H A Drs_curve_animation_test.cpp41 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
46 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS);
74 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
80 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS);
107 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
113 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS);
140 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
174 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
316 auto property = std::make_shared<RSAnimatableProperty<Quaternion>>();
321 auto startProperty = std::make_shared<RSAnimatableProperty<Quaternion>>();
[all …]
H A Drs_spring_animation_test.cpp42 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
47 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS);
75 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
81 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS);
108 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
114 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS);
140 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
173 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
214 auto property = std::make_shared<RSAnimatableProperty<Color>>(black);
219 auto startProperty = std::make_shared<RSAnimatableProperty<Color>>(black);
[all …]
H A Drs_keyframe_animation_test.cpp43 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS);
45 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
77 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_END_BOUNDS);
80 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
117 auto startProperty = std::make_shared<RSAnimatableProperty<Color>>(black);
118 auto endProperty = std::make_shared<RSAnimatableProperty<Color>>(red);
119 auto secondProperty = std::make_shared<RSAnimatableProperty<Color>>(white);
120 auto testProperty = std::make_shared<RSAnimatableProperty<Color>>(blue);
320 auto startProperty = std::make_shared<RSAnimatableProperty<Vector4<Color>>>(black);
321 auto endProperty = std::make_shared<RSAnimatableProperty<Vector4<Color>>>(red);
[all …]
H A Drs_node_animate_supplement_test.cpp117 auto property = std::make_shared<RSAnimatableProperty<float>>(0.0f);
118 auto endProperty = std::make_shared<RSAnimatableProperty<float>>(1.0f);
123 auto property2 = std::make_shared<RSAnimatableProperty<float>>(0.0f);
145 auto property = std::make_shared<RSAnimatableProperty<float>>(0.0f);
146 auto endProperty = std::make_shared<RSAnimatableProperty<float>>(1.0f);
151 auto property2 = std::make_shared<RSAnimatableProperty<float>>(0.0f);
179 auto property2 = std::make_shared<RSAnimatableProperty<float>>(0.0f);
395 auto property = std::make_shared<RSAnimatableProperty<float>>(0.0f);
459 auto property = std::make_shared<RSAnimatableProperty<float>>(0.0f);
484 auto property = std::make_shared<RSAnimatableProperty<float>>(0.0f);
[all …]
H A Drs_implicit_animator_test.cpp149 std::shared_ptr<RSAnimatableProperty<Vector2f>> property = nullptr;
155 std::shared_ptr<RSAnimatableProperty<Vector2f>> property1 = nullptr;
159 auto property2 = std::make_shared<RSAnimatableProperty<Vector2f>>(Vector2f(0.f, 0.f));
162 auto property3 = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
199 std::shared_ptr<RSAnimatableProperty<Vector4f>> prop = nullptr;
200 std::shared_ptr<RSAnimatableProperty<Vector4f>> prop_start = nullptr;
201 std::shared_ptr<RSAnimatableProperty<Vector4f>> prop_end = nullptr;
202 auto velocity = std::make_shared<RSAnimatableProperty<float>>(1.0f);
210 auto prop1 = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
231 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
[all …]
H A Drs_animation_supplement_test.cpp393 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(data);
472 auto property = std::make_shared<RSAnimatableProperty<float>>(10.f);
791 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(data);
829 std::shared_ptr<RSAnimatableProperty<Vector4f>> property;
833 property = std::make_shared<RSAnimatableProperty<Vector4f>>(data);
883 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(data);
932 auto property = std::make_shared<RSAnimatableProperty<float>>(1.f);
933 auto value1 = std::make_shared<RSAnimatableProperty<float>>(2.f);
934 auto value2 = std::make_shared<RSAnimatableProperty<float>>(3.f);
1071 auto value = std::make_shared<RSAnimatableProperty<float>>(1.f);
[all …]
H A Drs_interactive_implict_animator_test.cpp41 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
74 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
103 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
129 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
159 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
190 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
220 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
249 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
278 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
309 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS);
[all …]
H A Drs_animation_timing_curve_test.cpp42 auto alphaProperty = std::make_shared<RSAnimatableProperty<float>>(ANIMATION_START_VALUE);
75 auto scaleProperty = std::make_shared<RSAnimatableProperty<Vector2f>>(ANIMATION_NORMAL_SCALE);
108 auto rotationProperty = std::make_shared<RSAnimatableProperty<float>>(ANIMATION_START_VALUE);
141 auto alphaProperty = std::make_shared<RSAnimatableProperty<float>>(ANIMATION_START_VALUE);
174 auto scaleProperty = std::make_shared<RSAnimatableProperty<Vector2f>>(ANIMATION_NORMAL_SCALE);
207 auto rotationProperty = std::make_shared<RSAnimatableProperty<float>>(ANIMATION_START_VALUE);
240 auto scaleProperty = std::make_shared<RSAnimatableProperty<Vector2f>>(ANIMATION_NORMAL_SCALE);
273 auto rotationProperty = std::make_shared<RSAnimatableProperty<float>>(ANIMATION_START_VALUE);
306 auto scaleProperty = std::make_shared<RSAnimatableProperty<Vector2f>>(ANIMATION_NORMAL_SCALE);
372 auto rotationProperty = std::make_shared<RSAnimatableProperty<float>>(ANIMATION_START_VALUE);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_modifier_property.h36 std::shared_ptr<Rosen::RSAnimatableProperty<float>>& property, const float value);
63 std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>> translateXYValue;
64 std::shared_ptr<Rosen::RSAnimatableProperty<float>> translateZValue;
65 std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>> scaleXYValue;
66 std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>> skewXYValue;
67 std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>> pivotXYValue;
73 std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>> translateXYValue;
82 std::shared_ptr<Rosen::RSAnimatableProperty<float>> radiusValue;
83 std::shared_ptr<Rosen::RSAnimatableProperty<float>> saturationValue;
84 std::shared_ptr<Rosen::RSAnimatableProperty<float>> brightnessValue;
[all …]
H A Drosen_modifier_property.cpp22 bool CreateOrSetModifierValue(std::shared_ptr<Rosen::RSAnimatableProperty<T>>& property, const T& v… in CreateOrSetModifierValue()
25 property = std::make_shared<Rosen::RSAnimatableProperty<T>>(value); in CreateOrSetModifierValue()
34 …std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& va… in AddOrChangeScaleModifier()
46 …std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& va… in AddOrChangeSkewModifier()
58 …std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& va… in AddOrChangePivotModifier()
70 std::shared_ptr<Rosen::RSAnimatableProperty<float>>& property, const float value) in AddOrChangeTranslateZModifier()
82 …std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& va… in AddOrChangePerspectiveModifier()
118 std::shared_ptr<Rosen::RSAnimatableProperty<float>>& property, const float& value) in AddOrChangeRadiusModifier()
129 std::shared_ptr<Rosen::RSAnimatableProperty<float>>& property, const float& value) in AddOrChangeSaturationModifier()
140 std::shared_ptr<Rosen::RSAnimatableProperty<float>>& property, const float& value) in AddOrChangeBrightnessModifier()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsclientproperty_fuzzer/
H A Drsclientproperty_fuzzer.cpp89 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSetThresholdType001()
107 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSetThresholdType002()
125 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSetThresholdType003()
143 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSetThresholdType004()
161 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSetThresholdType005()
179 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSetThresholdType006()
197 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSetThresholdType007()
215 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoGetRenderProperty()
233 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSetValueFromRender()
252 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoAttachModifier()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp142 auto firstProperty = std::make_shared<RSAnimatableProperty<float>>(first); in RsCurveAnimationFuzzTest()
143 auto secondProperty = std::make_shared<RSAnimatableProperty<float>>(second); in RsCurveAnimationFuzzTest()
144 auto thirdProperty = std::make_shared<RSAnimatableProperty<float>>(third); in RsCurveAnimationFuzzTest()
173 auto firstProperty = std::make_shared<RSAnimatableProperty<float>>(first); in RsKeyframeAnimationFuzzTest()
175 auto thirdProperty = std::make_shared<RSAnimatableProperty<float>>(third); in RsKeyframeAnimationFuzzTest()
208 auto firstProperty = std::make_shared<RSAnimatableProperty<float>>(first); in RsPathAnimationFuzzTest()
210 auto thirdProperty = std::make_shared<RSAnimatableProperty<float>>(third); in RsPathAnimationFuzzTest()
268 auto firstProperty = std::make_shared<RSAnimatableProperty<float>>(first); in RsSpringAnimationFuzzTest()
270 auto thirdProperty = std::make_shared<RSAnimatableProperty<float>>(third); in RsSpringAnimationFuzzTest()
299 auto firstProperty = std::make_shared<RSAnimatableProperty<float>>(first); in RsTransitionFuzzTest()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_implicit_animation_param_test.cpp81 auto property = std::make_shared<RSAnimatableProperty<float>>(100.f);
107 auto property1 = std::make_shared<RSAnimatableProperty<float>>(100.f);
108 auto startProperty1 = std::make_shared<RSAnimatableProperty<float>>(200.f);
109 auto endProperty1 = std::make_shared<RSAnimatableProperty<float>>(500.f);
125 auto property2 = std::make_shared<RSAnimatableProperty<float>>(0.5f);
126 auto startProperty2 = std::make_shared<RSAnimatableProperty<float>>(0.5f);
127 auto endProperty2 = std::make_shared<RSAnimatableProperty<float>>(1.f);
165 auto property = std::make_shared<RSAnimatableProperty<float>>(100.f);
166 auto startValue = std::make_shared<RSAnimatableProperty<float>>(100.f);
167 auto endValue = std::make_shared<RSAnimatableProperty<float>>(200.f);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_test.cpp124 auto prop = std::make_shared<RSAnimatableProperty<Vector4f>>(value);
145 auto prop = std::make_shared<RSAnimatableProperty<Vector4f>>(value);
212 auto prop = std::make_shared<RSAnimatableProperty<float>>(value);
233 auto prop = std::make_shared<RSAnimatableProperty<float>>(value);
338 auto prop = std::make_shared<RSAnimatableProperty<float>>(value);
359 auto prop = std::make_shared<RSAnimatableProperty<float>>(value);
380 auto prop = std::make_shared<RSAnimatableProperty<float>>(value);
401 auto prop = std::make_shared<RSAnimatableProperty<float>>(value);
422 auto prop = std::make_shared<RSAnimatableProperty<float>>(value);
443 auto prop = std::make_shared<RSAnimatableProperty<float>>(value);
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1223 SetProperty<RSBgImageInnerRectModifier, RSAnimatableProperty<Vector4f>>( in SetBgImageInnerRect()
1251 SetProperty<RSBgImagePositionXModifier, RSAnimatableProperty<float>>( in SetBgImagePositionX()
1257 SetProperty<RSBgImagePositionYModifier, RSAnimatableProperty<float>>( in SetBgImagePositionY()
1364 SetProperty<RSOutlineWidthModifier, RSAnimatableProperty<Vector4f>>( in SetOutlineWidth()
1378 SetProperty<RSOutlineDashWidthModifier, RSAnimatableProperty<Vector4f>>( in SetOutlineDashWidth()
1384 SetProperty<RSOutlineDashGapModifier, RSAnimatableProperty<Vector4f>>( in SetOutlineDashGap()
1390 SetProperty<RSOutlineRadiusModifier, RSAnimatableProperty<Vector4f>>( in SetOutlineRadius()
1788 SetProperty<RSClipRRectModifier, RSAnimatableProperty<RRect>>( in SetClipRRect()
1809 SetProperty<RSCustomClipToFrameModifier, RSAnimatableProperty<Vector4f>>( in SetCustomClipToFrame()
1884 RSAnimatableProperty<float>>(RSModifierType::FLY_OUT_DEGREE, degree); in SetFlyOutParams()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_modifier_demo.cpp163 std::shared_ptr<RSAnimatableProperty<float>> distance_;
198 alpha_ = std::make_shared<RSAnimatableProperty<float>>(alpha); in SetAlpha()
208 width_ = std::make_shared<RSAnimatableProperty<float>>(width); in SetWidth()
236 std::shared_ptr<RSAnimatableProperty<float>> alpha_;
237 std::shared_ptr<RSAnimatableProperty<float>> width_;
238 std::shared_ptr<RSAnimatableProperty<float>> height_;
239 std::shared_ptr<RSAnimatableProperty<Color>> backgroundColor_;
257 alpha_ = std::make_shared<RSAnimatableProperty<float>>(alpha); in SetAlpha()
285 std::shared_ptr<RSAnimatableProperty<float>> alpha_;
286 std::shared_ptr<RSAnimatableProperty<Vector2f>> scale_;
[all …]
H A Drender_service_client_transition_demo.cpp84 radius_ = std::make_shared<RSAnimatableProperty<float>>(radius); in SetRadius()
104 alpha_ = std::make_shared<RSAnimatableProperty<float>>(alpha); in SetAlpha()
128 std::shared_ptr<RSAnimatableProperty<float>> radius_;
129 std::shared_ptr<RSAnimatableProperty<Color>> backgroundColor_;
130 std::shared_ptr<RSAnimatableProperty<float>> alpha_;
155 radius_ = std::make_shared<RSAnimatableProperty<float>>(radius); in SetRadius()
180 std::shared_ptr<RSAnimatableProperty<float>> radius_;
208 clipWidth_ = std::make_shared<RSAnimatableProperty<float>>(clipWidth); in SetClipWidth()
233 std::shared_ptr<RSAnimatableProperty<float>> clipWidth_;
288 std::shared_ptr<RSAnimatableProperty<float>> clipWidth_;
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifier_fuzzer/
H A Drsmodifier_fuzzer.cpp73 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoGetPropertyId()
92 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSet()
96 std::static_pointer_cast<RSAnimatableProperty<float>>(modifier->GetProperty())->Get(); in DoSet()
113 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoAttachProperty()
135 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSetDirty()
158 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoResetRSNodeExtendModifierDirty()
178 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoGetProperty()
199 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoGetModifierType()
219 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoAttachAndDetachNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/
H A Drs_animation_test.cpp59 RSAnimatableProperty<float> property(0.0f);
86 RSAnimatableProperty<float> property(0.0f);
113 RSAnimatableProperty<float> property(0.0f);
140 RSAnimatableProperty<float> property(0.0f);
166 RSAnimatableProperty<float> property(0.0f);
193 RSAnimatableProperty<float> property(0.0f);
219 RSAnimatableProperty<float> property(0.0f);
292 RSAnimatableProperty<float> property1(0.0f);
297 RSAnimatableProperty<float> property2(0.0f);
529 RSAnimatableProperty<float> property(0.0f);
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.h240 friend class RSAnimatableProperty;
330 class RSAnimatableProperty : public RSProperty<T> {
338 RSAnimatableProperty() : RSProperty<T>() {}
339 explicit RSAnimatableProperty(const T& value) : RSProperty<T>(value)
344 virtual ~RSAnimatableProperty() = default;
363 auto endValue = std::make_shared<RSAnimatableProperty<T>>(value);
472 const std::shared_ptr<RSAnimatableProperty<T>>& velocity = nullptr,
573 auto property = std::static_pointer_cast<RSAnimatableProperty<T>>(value);
756 RSC_EXPORT RSRenderPropertyType RSAnimatableProperty<float>::GetPropertyType() const;
758 RSC_EXPORT RSRenderPropertyType RSAnimatableProperty<Color>::GetPropertyType() const;
[all …]
H A Drs_property.cpp338 RSRenderPropertyType RSAnimatableProperty<float>::GetPropertyType() const in GetPropertyType()
343 RSRenderPropertyType RSAnimatableProperty<Color>::GetPropertyType() const in GetPropertyType()
348 RSRenderPropertyType RSAnimatableProperty<Matrix3f>::GetPropertyType() const in GetPropertyType()
353 RSRenderPropertyType RSAnimatableProperty<Vector2f>::GetPropertyType() const in GetPropertyType()
358 RSRenderPropertyType RSAnimatableProperty<Vector4f>::GetPropertyType() const in GetPropertyType()
363 RSRenderPropertyType RSAnimatableProperty<Quaternion>::GetPropertyType() const in GetPropertyType()
368 RSRenderPropertyType RSAnimatableProperty<std::shared_ptr<RSFilter>>::GetPropertyType() const in GetPropertyType()
373 RSRenderPropertyType RSAnimatableProperty<Vector4<Color>>::GetPropertyType() const in GetPropertyType()
378 RSRenderPropertyType RSAnimatableProperty<RRect>::GetPropertyType() const in GetPropertyType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_symbol_animation.h86 std::shared_ptr<RSAnimatableProperty<Vector2f>>& scaleProperty);
89 void ScaleAnimationBase(std::shared_ptr<RSAnimatableProperty<Vector2f>>& scaleProperty,
132 std::shared_ptr<RSAnimatableProperty<Vector2f>> scaleProperty_ = nullptr;
133 std::shared_ptr<RSAnimatableProperty<Vector2f>> pivotProperty_ = nullptr;
136 std::vector<std::shared_ptr<RSAnimatableProperty<float>>> alphaPropertyStages_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rspropertymodifier_fuzzer/
H A Drspropertymodifier_fuzzer.cpp70 auto property = std::make_shared<RSAnimatableProperty<float>>(value); in DoModifier001()
120 auto property = std::make_shared<RSAnimatableProperty<float>>(value); in DoModifier002()
170 auto property = std::make_shared<RSAnimatableProperty<float>>(value); in DoModifier003()
220 auto property = std::make_shared<RSAnimatableProperty<float>>(value); in DoModifier004()
270 auto property = std::make_shared<RSAnimatableProperty<float>>(value); in DoModifier005()
320 auto property = std::make_shared<RSAnimatableProperty<float>>(value); in DoModifier006()
370 auto property = std::make_shared<RSAnimatableProperty<float>>(value); in DoModifier007()
420 auto property = std::make_shared<RSAnimatableProperty<float>>(value); in DoModifier008()
470 auto property = std::make_shared<RSAnimatableProperty<float>>(value); in DoModifier009()
520 auto property = std::make_shared<RSAnimatableProperty<float>>(value); in DoModifier010()
[all …]

12