Home
last modified time | relevance | path

Searched defs:axisAngle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_transition_effect_test.cpp74 Vector4f axisAngle = { 0.0f, 0.0f, 0.0f, 0.0f }; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_transition_effect.cpp89 std::shared_ptr<RSTransitionEffect> RSTransitionEffect::Rotate(const Vector4f& axisAngle) in Rotate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp330 Vector4f axisAngle = Vector4f(x1, x2, y1, y2); in RsTransitionEffectFuzzTest() local