Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_motion_path_option.h38 void SetBeginFraction(float beginFraction) in SetBeginFraction() argument
40 beginFraction_ = beginFraction; in SetBeginFraction()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp203 float beginFraction = GetData<float>(); in RsPathAnimationFuzzTest() local
217 secondPathAnimation->SetBeginFraction(beginFraction); in RsPathAnimationFuzzTest()
244 float beginFraction = GetData<float>(); in RsMotionPathOptionFuzzTest() local
251 motionPathOption->SetBeginFraction(beginFraction); in RsMotionPathOptionFuzzTest()