Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_keyframe_animation.h24 class RSInterpolator; variable
H A Drs_interpolator.h54 RSInterpolator(uint64_t id) : id_(id) {}; in RSInterpolator() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation_timing_curve.h27 class RSInterpolator; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_interpolator.cpp36 RSInterpolator::RSInterpolator() : id_(GenerateId()) {} in RSInterpolator() function in OHOS::Rosen::RSInterpolator