| /foundation/arkui/ace_engine/frameworks/core/animation/ |
| H A D | scheduler.cpp | 98 bool Scheduler::Animate(const AnimationOption& option, const RefPtr<Curve>& curve, in Animate() argument 110 void Scheduler::OpenImplicitAnimation(const AnimationOption& option, const RefPtr<Curve>& curve, in OpenImplicitAnimation() argument 133 AddKeyFrame( float fraction, const RefPtr<Curve>& curve, const std::function<void()>& propertyCallback) AddKeyFrame() argument
|
| H A D | keyframe_animation.h | 119 auto curve = keyframe->GetCurve() ? keyframe->GetCurve() : AceType::DynamicCast<Curve>(Curves::EASE); variable 165 auto& curve = keyframe->GetCurve(); in Calculate() local [all...] |
| H A D | page_transition_common.h | 55 RefPtr<Curve> curve; member
|
| H A D | curves.cpp | 42 std::string Curves::ToString(const RefPtr<Curve>& curve) in ToString() argument
|
| H A D | property_animation.cpp | 44 void PropertyAnimation::SetCurve(const RefPtr<Curve>& curve) in SetCurve() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/ |
| H A D | cj_animator_ffi.cpp | 90 auto curve = Framework::CreateCurve(option->easing); in FfiAnimatorReset() local
|
| H A D | cj_animator.cpp | 132 auto curve = Framework::CreateCurve(option_->easing); in SetOnframe() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_page_transition_ffi.cpp | 26 void FfiPageTransitionEnterCreate(int type, int duration, char* curve, int delay) in FfiPageTransitionEnterCreate() argument 32 void FfiPageTransitionExitCreate(int type, int duration, char* curve, int delay) in FfiPageTransitionExitCreate() argument
|
| /foundation/arkui/ace_engine/test/unittest/bridge/common/utils/ |
| H A D | utils_test.cpp | 46 std::string curve = ""; in HWTEST_F() local 96 std::string curve = ""; HWTEST_F() local 387 RefPtr<Curve> curve; HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
| H A D | rs_keyframe_animation_test.cpp | 282 RSAnimationTimingCurve curve = RSAnimationTimingCurve::SPRING;
in HWTEST_F() local
|
| H A D | rs_node_animate_supplement_test.cpp | 73 RSAnimationTimingCurve curve; in HWTEST_F() local 93 RSAnimationTimingCurve curve; in HWTEST_F() local 626 RSAnimationTimingCurve curve; in HWTEST_F() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/swiper/ |
| H A D | swiper_curve_test.cpp | 166 int32_t curve = -1; in TestSwiperCurve014() local
|
| /third_party/mbedtls/library/ |
| H A D | pk_internal.h | 94 psa_ecc_family_t curve; in mbedtls_pk_get_ec_group_id() local
|
| /third_party/mbedtls/programs/psa/ |
| H A D | psa_constant_names_generated.c | 33 static const char *psa_ecc_family_name(psa_ecc_family_t curve) in psa_ecc_family_name() argument
|
| /third_party/skia/tests/ |
| H A D | PathOpsThreeWayTest.cpp | 16 CubicPts curve; // largest can hold lines / quads/ cubics member
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
| H A D | hks_mbedtls_ecc.c | 106 int32_t HksMbedtlsEccGetKeyCurveNist(const struct KeyMaterialEcc *keyMaterial, mbedtls_ecp_group_id *curve)
in HksMbedtlsEccGetKeyCurveNist() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
| H A D | stepper_animation_controller.cpp | 85 StepperAnimation(const WeakPtr<PipelineContext>& context, double start, double end, int delay, int duration, const RefPtr<Curve>& curve, const AnimationCallback& callback) StepperAnimation() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
| H A D | scroll_position_controller.cpp | 73 bool ScrollPositionController::AnimateTo(double position, float duration, const RefPtr<Curve>& curve, in AnimateTo() argument 102 bool ScrollPositionController::AnimateToTarget(const ComposeId& targetId, float duration, const RefPtr<Curve>& curve, in AnimateToTarget() argument 87 AnimateTo( const Dimension& position, float duration, const RefPtr<Curve>& curve, bool smooth, bool canOverScroll) AnimateTo() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
| H A D | side_bar_animation_controller.cpp | 50 SideBarAnimation(const WeakPtr<PipelineContext>& context, double start, double end, int delay, int duration, const RefPtr<Curve>& curve, AnimationCallback&& callback) SideBarAnimation() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
| H A D | swiper_component.h | 198 void SetCurve(const RefPtr<Curve>& curve) in SetCurve() argument
|
| /foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/ |
| H A D | injector_utils.cpp | 129 CalculateNextPosValueWithBezier( std::vector<Point>& controlPoints, int32_t currentIndex, int32_t totalCount, CoordinateCurve curve) CalculateNextPosValueWithBezier() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_page_transition.cpp | 232 RefPtr<Curve> curve; in ParseTransitionOption() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
| H A D | transform_convertor.cpp | 86 void TransformConvertor::ApplyCurve(const RefPtr<Curve>& curve) in ApplyCurve() argument
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | scroller_modifier.cpp | 71 RefPtr<Curve> curve = Framework::CreateCurve(Framework::CurveIntToString(animationType->curve), false); in ScrollTo() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
| H A D | scrollable_controller.cpp | 38 AnimateTo( const Dimension& position, float duration, const RefPtr<Curve>& curve, bool smooth, bool canOverScroll) AnimateTo() argument
|