| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| H A D | swiper_composed_element.cpp | 164 auto curve = renderSwiper->GetCurveRender(); in GetCurve() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
| H A D | radio_paint_method.cpp | 200 void RadioModifier::SetBoardColor(LinearColor color, int32_t duratuion, const RefPtr<CubicCurve>& curve) in SetBoardColor() argument
|
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| H A D | animate_impl.cpp | 84 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 D | animate_impl.h | 33 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 D | geometry_bezier_arc.cpp | 34 ArcToBezier(float cx, float cy, float rx, float ry, float startAngle, float sweepAngle, float* curve) ArcToBezier() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | dovi_rpu.c | 305 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 D | psa_crypto_ecp.c | 327 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 D | psa_constant_names.c | 83 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 D | scal.c | 69 float *curve; member
|
| /third_party/skia/samplecode/ |
| H A D | SampleVariableWidthStroker.cpp | 90 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 D | SkOpEdgeBuilder.cpp | 33 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 D | dng_render.h | 222 void SetToneCurve (const dng_1d_function &curve) in SetToneCurve() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| H A D | list_item_drag_manager.cpp | 420 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 D | render_picker_column.cpp | 420 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 D | checkbox_modifier.h | 88 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 D | raw_input_command.h | 31 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 D | js_custom_dialog_controller.cpp | 355 RefPtr<Curve> curve; in ParseAnimation() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_scroll_ffi.cpp | 44 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 D | curve.h | 66 explicit ReverseCurve(const RefPtr<Curve>& curve) : curve_(curve) {} in ReverseCurve() argument 88 explicit ComplementaryCurve(const RefPtr<Curve>& curve) : curve_(curve) {} in ComplementaryCurve() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_scroller.cpp | 126 RefPtr<Curve> curve = Curves::EASE; in ScrollTo() local 153 bool JSScroller::ParseCurveParams(RefPtr<Curve>& curve, const JSRef<JSVal>& jsValue) in ParseCurveParams() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
| H A D | list_scroller_test_ng.cpp | 1293 RefPtr<Curve> curve; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
| H A D | rating_modifier.h | 103 void SetBoardColor(LinearColor color, int32_t duratuion, const RefPtr<CubicCurve>& curve) in SetBoardColor() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
| H A D | rs_particle_params.h | 46 Change(T fromValue, T toValue, int startMillis, int endMillis, RSAnimationTimingCurve& curve) in Change() argument 179 RSAnimationTimingCurve curve = val.valChangeOverLife_[i].curve_; in translateValToRender() local 210 RSAnimationTimingCurve curve = val.valChangeOverLife_[i].curve_; in translateColorToRender() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_afade.c | 37 int curve, curve2; member 70 static double fade_gain(int curve, int64_t index, int64_t range) in fade_gain() argument [all...] |
| /third_party/libwebsockets/lib/cose/ |
| H A D | cose_key.c | 256 const char *curve; member 272 lws_cose_curve_name_to_id(const char *curve) in lws_cose_curve_name_to_id() argument 787 lws_cose_key_generate(struct lws_context *context, cose_param_t cose_kty, int use_mask, int bits, const char *curve, const uint8_t *kid, size_t kl) lws_cose_key_generate() argument [all...] |