Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_trace_utils.cpp112 std::string RSAnimationTraceUtils::ParseRenderPropertyVaule( in ParseRenderPropertyVaule() function in OHOS::Rosen::RSAnimationTraceUtils
147 auto startStr = ParseRenderPropertyVaule(startValue); in addAnimationCreateTrace()
148 auto endStr = ParseRenderPropertyVaule(endValue); in addAnimationCreateTrace()
162 auto propertyValue = ParseRenderPropertyVaule(value); in addAnimationFrameTrace()
174 auto propertyValue = ParseRenderPropertyVaule(initialVelocity, value->GetPropertyType()); in addSpringInitialVelocityTrace()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_trace_utils.h52 std::string ParseRenderPropertyVaule(const std::shared_ptr<RSRenderPropertyBase>& value,