Home
last modified time | relevance | path

Searched defs:RSRenderAnimatableProperty (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h232 RSRenderAnimatableProperty() : RSRenderProperty<T>() {} in RSRenderAnimatableProperty() function
233 RSRenderAnimatableProperty(const T& value) : RSRenderProperty<T>(value, 0) {} in RSRenderAnimatableProperty() function
234RSRenderAnimatableProperty(const T& value, const PropertyId& id) : RSRenderProperty<T>(value, id) … in RSRenderAnimatableProperty() function
235RSRenderAnimatableProperty(const T& value, const PropertyId& id, const RSRenderPropertyType type) in RSRenderAnimatableProperty() function
238 RSRenderAnimatableProperty(const T& value, const PropertyId& id, in RSRenderAnimatableProperty() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h78 class RSRenderAnimatableProperty; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_value_estimator.h37 class RSRenderAnimatableProperty; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp2141 MARSHALLING_AND_UNMARSHALLING(RSRenderAnimatableProperty) in MARSHALLING_AND_UNMARSHALLING() argument