Home
last modified time | relevance | path

Searched defs:curve (Results 76 - 100 of 243) sorted by relevance

12345678910

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_animation_utils.cpp146 void AnimationUtils::AddKeyFrame(float fraction, const RefPtr<Curve>& curve, const PropertyCallback& callback) in AddKeyFrame() argument
156 void AnimationUtils::AddDurationKeyFrame(int duration, const RefPtr<Curve>& curve, const PropertyCallback& callback) in AddDurationKeyFrame() argument
241 Rosen::RSAnimationTimingCurve curve; in CreateInteractiveAnimation() local
90 OpenImplicitAnimation( const AnimationOption& option, const RefPtr<Curve>& curve, const std::function<void()>& finishCallback) OpenImplicitAnimation() argument
192 BlendBgColorAnimation( RefPtr<NG::RenderContext>& renderContext, const Color& endColor, int32_t duration, const RefPtr<Curve>& curve) BlendBgColorAnimation() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene.cpp686 RefPtr<Curve> curve = Curves::LINEAR; in SetOpacityAnimation() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dswiper_composed_element.cpp164 auto curve = renderSwiper->GetCurveRender(); in GetCurve() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_paint_method.cpp200 void RadioModifier::SetBoardColor(LinearColor color, int32_t duratuion, const RefPtr<CubicCurve>& curve) in SetBoardColor() argument
/foundation/arkui/ace_engine/interfaces/native/node/
H A Danimate_impl.cpp84 auto curve = option->keyframes[i].curve; in KeyframeAnimateTo() local
269 auto curve = impl->getAnimation()->initCurve(animationCurve); InitCurve() local
280 auto curve = impl->getAnimation()->stepsCurve(count, end); StepsCurve() local
293 auto curve = impl->getAnimation()->cubicBezierCurve(x1, y1, x2, y2); CubicBezierCurve() local
313 auto curve = impl->getAnimation()->springCurve(velocity, mass, stiffness, damping); SpringCurve() local
336 auto curve = impl->getAnimation()->springMotion(response, dampingFraction, overlapDuration); SpringMotion() local
359 auto curve = impl->getAnimation()->responsiveSpringMotion(response, dampingFraction, overlapDuration); ResponsiveSpringMotion() local
379 auto curve = impl->getAnimation()->interpolatingSpring(velocity, mass, stiffness, damping); InterpolatingSpring() local
390 auto curve = impl->getAnimation()->customCurve(interpolate, userData); CustomCurve() local
[all...]
H A Danimate_impl.h33 ArkUI_AnimationCurve curve; member
54 ArkUICurveHandle curve; member
60 ArkUI_CurveHandle curve; member
76 ArkUI_CurveHandle curve; member
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_bezier_arc.cpp34 ArcToBezier(float cx, float cy, float rx, float ry, float startAngle, float sweepAngle, float* curve) ArcToBezier() argument
/kernel/linux/linux-5.10/crypto/
H A Decrdsa.c38 const struct ecc_curve *curve; /* curve from oid */ member
[all...]
H A Decdsa.c18 const struct ecc_curve *curve; member
27 const struct ecc_curve *curve; member
96 const struct ecc_curve *curve = ctx->curve; in _ecdsa_verify() local
[all...]
/kernel/linux/linux-6.6/crypto/
H A Decdsa.c18 const struct ecc_curve *curve; member
27 const struct ecc_curve *curve; member
96 const struct ecc_curve *curve = ctx->curve; in _ecdsa_verify() local
[all...]
H A Decrdsa.c38 const struct ecc_curve *curve; /* curve from oid */ member
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddovi_rpu.c305 AVDOVIReshapingCurve *curve = &vdr->mapping.curves[c]; in ff_dovi_rpu_parse() local
333 AVDOVIReshapingCurve *curve = &vdr->mapping.curves[c]; in ff_dovi_rpu_parse() local
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto_ecp.c327 psa_ecc_family_t curve = PSA_KEY_TYPE_ECC_GET_FAMILY( in mbedtls_psa_ecp_generate_key() local
546 psa_ecc_family_t curve = mbedtls_ecc_group_to_psa(ecp->grp.id, &bits); in mbedtls_psa_key_agreement_ecdh() local
/third_party/mbedtls/programs/psa/
H A Dpsa_constant_names.c83 append_with_curve(char **buffer, size_t buffer_size, size_t *required_size, const char *string, size_t length, psa_ecc_family_t curve) append_with_curve() argument
155 psa_snprint_ecc_curve(char *buffer, size_t buffer_size, psa_ecc_family_t curve) psa_snprint_ecc_curve() argument
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H A Dscal.c69 float *curve; member
/third_party/skia/samplecode/
H A DSampleVariableWidthStroker.cpp90 static float Eval(const ScalarBezCurve& curve, float t) { in Eval() argument
119 Split(const ScalarBezCurve& curve, float t, ScalarBezCurve* left, ScalarBezCurve* right) Split() argument
163 ElevateDegree(const ScalarBezCurve& curve, int newDegree) ElevateDegree() argument
194 ZeroSet(const ScalarBezCurve& curve) ZeroSet() argument
202 Mul(const ScalarBezCurve& curve, float f) Mul() argument
287 ZeroSetRec(const ScalarBezCurve& curve, float tmin, float tmax, float tol, std::vector<float>* result) ZeroSetRec() argument
[all...]
/third_party/skia/src/pathops/
H A DSkOpEdgeBuilder.cpp33 static bool can_add_curve(SkPath::Verb verb, SkPoint* curve) { in can_add_curve() argument
89 SkPoint curve[4]; in preFetch() local
291 SkPoint* curve = SkPath::kCubic_Verb == split->fVerb walk() local
320 SkPoint* curve = SkPath::kCubic_Verb == split->fVerb walk() local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_render.h222 void SetToneCurve (const dng_1d_function &curve) in SetToneCurve() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_drag_manager.cpp420 auto curve = AceType::MakeRefPtr<InterpolatingSpring>(0, 1, 400, 38); /* 400:stiffness, 38:damping */ in HandleSwapAnimation() local
439 auto curve = AceType::MakeRefPtr<InterpolatingSpring>(0, 1, 400, 38); /* 400:stiffness, 38:damping */ in HandleDragEndAnimation() local
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_column.cpp420 auto curve = CreateAnimation(scrollDelta_, 0.0); in HandleDragEnd() local
579 auto curve = AceType::MakeRefPtr<CurveAnimation<double>>(from, to, Curves::FRICTION); in CreateAnimation() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_modifier.h88 void SetBoardColor(LinearColor color, int32_t duratuion, const RefPtr<CubicCurve>& curve) in SetBoardColor() argument
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/
H A Draw_input_command.h31 CoordinateCurve curve = CoordinateCurve::EASE_IN_OUT; member
99 void SetCoordinateCurve(CoordinateCurve curve) in SetCoordinateCurve() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_custom_dialog_controller.cpp355 RefPtr<Curve> curve; in ParseAnimation() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_scroll_ffi.cpp44 ScrollTo( const Dimension& xOffset, const Dimension& yOffset, double duration, const RefPtr<Curve>& curve) ScrollTo() argument
254 FfiOHOSAceFrameworkScrollerScrollToByCurve( int64_t selfID, double xOffset, int32_t xUnit, double yOffset, int32_t yUnit, double duration, const char* curve) FfiOHOSAceFrameworkScrollerScrollToByCurve() argument
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcurve.h66 explicit ReverseCurve(const RefPtr<Curve>& curve) : curve_(curve) {} in ReverseCurve() argument
88 explicit ComplementaryCurve(const RefPtr<Curve>& curve) : curve_(curve) {} in ComplementaryCurve() argument
[all...]

Completed in 16 milliseconds

12345678910