Home
last modified time | relevance | path

Searched defs:curve (Results 26 - 50 of 243) sorted by relevance

12345678910

/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dscheduler.cpp98 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 Dkeyframe_animation.h119 auto curve = keyframe->GetCurve() ? keyframe->GetCurve() : AceType::DynamicCast<Curve>(Curves::EASE); variable
165 auto& curve = keyframe->GetCurve(); in Calculate() local
[all...]
H A Dpage_transition_common.h55 RefPtr<Curve> curve; member
H A Dcurves.cpp42 std::string Curves::ToString(const RefPtr<Curve>& curve) in ToString() argument
H A Dproperty_animation.cpp44 void PropertyAnimation::SetCurve(const RefPtr<Curve>& curve) in SetCurve() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/
H A Dcj_animator_ffi.cpp90 auto curve = Framework::CreateCurve(option->easing); in FfiAnimatorReset() local
H A Dcj_animator.cpp132 auto curve = Framework::CreateCurve(option_->easing); in SetOnframe() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_page_transition_ffi.cpp26 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 Dutils_test.cpp46 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 Drs_keyframe_animation_test.cpp282 RSAnimationTimingCurve curve = RSAnimationTimingCurve::SPRING; in HWTEST_F() local
H A Drs_node_animate_supplement_test.cpp73 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 Dswiper_curve_test.cpp166 int32_t curve = -1; in TestSwiperCurve014() local
/third_party/mbedtls/library/
H A Dpk_internal.h94 psa_ecc_family_t curve; in mbedtls_pk_get_ec_group_id() local
/third_party/mbedtls/programs/psa/
H A Dpsa_constant_names_generated.c33 static const char *psa_ecc_family_name(psa_ecc_family_t curve) in psa_ecc_family_name() argument
/third_party/skia/tests/
H A DPathOpsThreeWayTest.cpp16 CubicPts curve; // largest can hold lines / quads/ cubics member
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_ecc.c106 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 Dstepper_animation_controller.cpp85 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 Dscroll_position_controller.cpp73 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 Dside_bar_animation_controller.cpp50 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 Dswiper_component.h198 void SetCurve(const RefPtr<Curve>& curve) in SetCurve() argument
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/
H A Dinjector_utils.cpp129 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 Djs_page_transition.cpp232 RefPtr<Curve> curve; in ParseTransitionOption() local
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dtransform_convertor.cpp86 void TransformConvertor::ApplyCurve(const RefPtr<Curve>& curve) in ApplyCurve() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dscroller_modifier.cpp71 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 Dscrollable_controller.cpp38 AnimateTo( const Dimension& position, float duration, const RefPtr<Curve>& curve, bool smooth, bool canOverScroll) AnimateTo() argument

Completed in 13 milliseconds

12345678910