Home
last modified time | relevance | path

Searched refs:Reverse (Results 1 - 25 of 36) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/metaobject/src/animation/modifiers/
H A Dreverse.cpp21 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 Dreverse.h31 class Reverse final : public AnimationModifierFwd<Reverse, META_NS::ClassId::ReverseAnimationModifier> {
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/animation/modifiers/
H A Dreverse.h30 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 Dslider_style.h30 ACE_DEFINE_PROPERTY_GROUP_ITEM(Reverse, bool)
38 ACE_DEFINE_PROPERTY_GROUP_ITEM(Reverse, bool)
H A Dslider_model_ng.cpp71 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 Dslider_layout_property.h105 ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP(SliderLayoutStyle, Reverse, bool, PROPERTY_UPDATE_MEASURE)
H A Dslider_paint_property.h193 ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP(SliderPaintStyle, Reverse, bool, PROPERTY_UPDATE_RENDER)
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service.cpp35 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 Drsanimation_fuzzer.cpp106 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 Drs_path_test.cpp94 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 Dtest_service.cpp33 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 Drs_path.h44 std::shared_ptr<RSPath> Reverse();
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_animation_test.cpp196 rsAnimation.Reverse(); in HWTEST_F()
210 rsAnimation.Reverse(); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_path.cpp70 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 Drs_animation_test.cpp453 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 Drs_animation_group_test.cpp459 animationGroup->Reverse(); in HWTEST_F()
511 animationGroup->Reverse(); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dregister_default_anims.cpp48 AnimationModifiers::Reverse::OBJECT_INFO,
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation.h68 void Reverse();
H A Drs_animation_group.cpp161 animation->Reverse(); in OnReverse()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspath_fuzzer/
H A Drspath_fuzzer.cpp71 rsPath->Reverse(); in DoOtherFunc()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimator.h59 // 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 Danimator.cpp390 void Animator::Reverse() in Reverse() function in OHOS::Ace::Animator
422 Reverse(); in Backward()
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animator.cpp194 void Animator::Reverse() {} in Reverse() function in OHOS::Ace::Animator
H A Dmock_animation.cpp42 animator_->Reverse(); in ExecuteOperation()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/
H A Dcj_animator_ffi.cpp199 animator->Reverse(); in FfiAnimatorReverse()

Completed in 14 milliseconds

12