Home
last modified time | relevance | path

Searched refs:CUBIC_BEZIER (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_cubic_bezier_interpolator.h36 InterpolatorType GetType() override { return InterpolatorType::CUBIC_BEZIER; } in GetType()
H A Drs_interpolator.h36 CUBIC_BEZIER, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_cubic_bezier_interpolator.cpp55 if (!parcel.WriteUint16(InterpolatorType::CUBIC_BEZIER)) { in Marshalling()
H A Drs_interpolator.cpp84 case InterpolatorType::CUBIC_BEZIER: in Unmarshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_interpolator_test.cpp204 parcel3.WriteUint16(InterpolatorType::CUBIC_BEZIER);