/foundation/graphic/graphic_3d/lume/metaobject/src/animation/modifiers/ |
H A D | reverse.cpp | 21 bool Reverse::Build(const IMetadata::Ptr& data) in Build() 26 bool Reverse::ProcessOnGetDuration(DurationData& duration) const in ProcessOnGetDuration() 30 bool Reverse::ProcessOnStep(StepData& step) const in ProcessOnStep()
|
H A D | reverse.h | 31 class Reverse final : public AnimationModifierFwd<Reverse, META_NS::ClassId::ReverseAnimationModifier> {
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/animation/modifiers/ |
H A D | reverse.h | 30 class Reverse final 31 : public Internal::AnimationModifierInterfaceAPI<Reverse, META_NS::ClassId::ReverseAnimationModifier> { 32 META_API(Reverse)
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_style.h | 30 ACE_DEFINE_PROPERTY_GROUP_ITEM(Reverse, bool) 38 ACE_DEFINE_PROPERTY_GROUP_ITEM(Reverse, bool)
|
H A D | slider_model_ng.cpp | 71 ACE_UPDATE_LAYOUT_PROPERTY(SliderLayoutProperty, Reverse, value); in SetReverse() 72 ACE_UPDATE_PAINT_PROPERTY(SliderPaintProperty, Reverse, value); in SetReverse() 546 ACE_UPDATE_NODE_LAYOUT_PROPERTY(SliderLayoutProperty, Reverse, value, frameNode); in SetReverse() 547 ACE_UPDATE_NODE_PAINT_PROPERTY(SliderPaintProperty, Reverse, value, frameNode); in SetReverse() 671 SliderPaintProperty, Reverse, value, frameNode, false); in GetReverse()
|
H A D | slider_layout_property.h | 105 ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP(SliderLayoutStyle, Reverse, bool, PROPERTY_UPDATE_MEASURE)
|
H A D | slider_paint_property.h | 193 ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP(SliderPaintStyle, Reverse, bool, PROPERTY_UPDATE_RENDER)
|
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_test_service.cpp | 35 static int Reverse(int x) in Reverse() function 77 rep = Reverse(data); in ReverseInt() 85 rep = Reverse(data); in ReverseIntDelay()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/ |
H A D | rsanimation_fuzzer.cpp | 106 animationGroup->Reverse(); in RsAnimationGroupFuzzTest() 164 secondCurve->Reverse(); in RsCurveAnimationFuzzTest() 194 keyframe->Reverse(); in RsKeyframeAnimationFuzzTest() 239 secondPathAnimation->Reverse(); in RsPathAnimationFuzzTest() 291 secondSpringAnimation->Reverse(); in RsSpringAnimationFuzzTest() 319 secondTransition->Reverse(); in RsTransitionFuzzTest()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_path_test.cpp | 94 auto reveseRsPath = rsPath->Reverse(); in HWTEST_F() 151 * @tc.desc: Verify function Reverse 158 EXPECT_NE(rsPath.Reverse(), nullptr); in HWTEST_F()
|
/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | test_service.cpp | 33 static int Reverse(int x) in Reverse() function 84 rep = Reverse(data); in TestSyncTransaction() 104 return Reverse(data); in TestAsyncTransaction() 113 return Reverse(data); in TestAsyncCallbackTrans()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_path.h | 44 std::shared_ptr<RSPath> Reverse();
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
H A D | rs_animation_test.cpp | 196 rsAnimation.Reverse(); in HWTEST_F() 210 rsAnimation.Reverse(); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_path.cpp | 70 std::shared_ptr<RSPath> RSPath::Reverse() in Reverse() function in OHOS::Rosen::RSPath
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_test.cpp | 453 animation->Reverse();
in HWTEST_F() 502 animation->Reverse();
in HWTEST_F() 547 animation->Reverse();
in HWTEST_F() 589 animation->Reverse();
in HWTEST_F()
|
H A D | rs_animation_group_test.cpp | 459 animationGroup->Reverse();
in HWTEST_F() 511 animationGroup->Reverse();
in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | register_default_anims.cpp | 48 AnimationModifiers::Reverse::OBJECT_INFO,
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_animation.h | 68 void Reverse();
|
H A D | rs_animation_group.cpp | 161 animation->Reverse(); in OnReverse()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspath_fuzzer/ |
H A D | rspath_fuzzer.cpp | 71 rsPath->Reverse();
in DoOtherFunc()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animator.h | 59 // 1. Interpolator: Play/Reverse/Stop/Finish will work 158 // Motion not support set duration & repeat & Reverse. 164 // Reverse the Animation based current direction. 165 void Reverse();
|
H A D | animator.cpp | 390 void Animator::Reverse() in Reverse() function in OHOS::Ace::Animator 422 Reverse(); in Backward()
|
/foundation/arkui/ace_engine/test/mock/core/animation/ |
H A D | mock_animator.cpp | 194 void Animator::Reverse() {} in Reverse() function in OHOS::Ace::Animator
|
H A D | mock_animation.cpp | 42 animator_->Reverse(); in ExecuteOperation()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/ |
H A D | cj_animator_ffi.cpp | 199 animator->Reverse(); in FfiAnimatorReverse()
|