Home
last modified time | relevance | path

Searched defs:curve (Results 151 - 175 of 243) sorted by relevance

12345678910

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp405 Animation( RefPtr<RenderContext>& renderContext, const Color& endColor, int32_t duration, const RefPtr<Curve>& curve) Animation() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_modifier.cpp71 auto curve = in UpdateValue() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_modifier.cpp694 auto curve = AceType::MakeRefPtr<ResponsiveSpringMotion>( in SetBackgroundCircleRadius() local
800 auto curve = in SetConnectedLineTailPoint() local
825 auto curve = in SetCanceledLineTailPoint() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.cpp316 RefPtr<Curve> curve; member
428 RefPtr<Curve> curve; in ParseCurve() local
473 auto curve = ParseCurve(animationArgs->GetProperty("curve")); CreateAnimation() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp1849 auto curve = AceType::MakeRefPtr<LinearCurve>(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.cpp538 RefPtr<Curve> curve = headCurve_; in UpdateAllPointCenterXAnimation() local
618 auto curve = AceType::MakeRefPtr<CubicCurve>(BLACK_POINT_CENTER_BEZIER_CURVE_VELOCITY, CENTER_BEZIER_CURVE_MASS, in PlayBlackPointsAnimation() local
768 RefPtr<Curve> curve = headCurve_; in PlayLongPointAnimation() local
H A Ddot_indicator_modifier.h294 void SetLongPointHeadCurve(RefPtr<Curve> curve, float motionVelocity) in SetLongPointHeadCurve() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model_ng.cpp189 void SwiperModelNG::SetCurve(const RefPtr<Curve>& curve) in SetCurve() argument
556 void SwiperModelNG::SetCurve(FrameNode* frameNode, const RefPtr<Curve>& curve) in SetCurve() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.cpp1262 void RenderWaterFlow::AnimateToPos(const double& position, int32_t duration, const RefPtr<Curve>& curve) in AnimateToPos() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp549 auto curve = AceType::MakeRefPtr<ResponsiveSpringMotion>(response, 1.0f, 0.0f); in TriggerFrictionAnimation() local
707 auto curve = AceType::MakeRefPtr<ResponsiveSpringMotion>(DEFAULT_SPRING_RESPONSE, DEFAULT_SPRING_DAMP, 0.0f); in StartListSnapAnimation() local
746 auto curve = AceType::MakeRefPtr<ResponsiveSpringMotion>(DEFAULT_SPRING_RESPONSE, DEFAULT_SPRING_DAMP, 0.0f); in StartScrollSnapAnimation() local
856 auto curve = AceType::MakeRefPtr<ResponsiveSpringMotion>(springResponse_, DEFAULT_SPRING_DAMP, 0.0f); in StartSpringMotion() local
912 auto curve = AceType::MakeRefPtr<ResponsiveSpringMotion>(DEFAULT_SPRING_RESPONSE, DEFAULT_SPRING_DAMP, 0.0f); in UpdateSpringMotion() local
1121 auto curve = AceType::MakeRefPtr<ResponsiveSpringMotion>(DEFAULT_SPRING_RESPONSE, DEFAULT_SPRING_DAMP, 0.0f); UpdateScrollSnapEndWithOffset() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_symbol_animation.cpp64 CreateAnimationTimingCurve(const OHOS::Rosen::Drawing::DrawingCurveType type, const std::map<std::string, float>& curveArgs, RSAnimationTimingCurve& curve) CreateAnimationTimingCurve() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp411 auto curve = animation->GetTimingCurve(); in HWTEST_F() local
854 auto curve = animation->GetTimingCurve(); in HWTEST_F() local
952 auto curve = RSAnimationTimingCurve::CreateSpringCurve(1.f, 2.f, 3.f, 4.f); in HWTEST_F() local
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test3.cpp214 std::vector<int> curve = {39}; in HWTEST_F() local
382 WindowSceneConfig::ConfigItem curve; in HWTEST_F() local
1887 WindowSceneConfig::ConfigItem curve; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/crypto/
H A Decc.c899 vli_mmod_fast(u64 *result, u64 *product, const struct ecc_curve *curve) vli_mmod_fast() argument
955 vli_mod_mult_fast(u64 *result, const u64 *left, const u64 *right, const struct ecc_curve *curve) vli_mod_mult_fast() argument
965 vli_mod_square_fast(u64 *result, const u64 *left, const struct ecc_curve *curve) vli_mod_square_fast() argument
1068 ecc_point_double_jacobian(u64 *x1, u64 *y1, u64 *z1, const struct ecc_curve *curve) ecc_point_double_jacobian() argument
1133 apply_z(u64 *x1, u64 *y1, u64 *z, const struct ecc_curve *curve) apply_z() argument
1144 xycz_initial_double(u64 *x1, u64 *y1, u64 *x2, u64 *y2, u64 *p_initial_z, const struct ecc_curve *curve) xycz_initial_double() argument
1170 xycz_add(u64 *x1, u64 *y1, u64 *x2, u64 *y2, const struct ecc_curve *curve) xycz_add() argument
1213 xycz_add_c(u64 *x1, u64 *y1, u64 *x2, u64 *y2, const struct ecc_curve *curve) xycz_add_c() argument
1268 ecc_point_mult(struct ecc_point *result, const struct ecc_point *point, const u64 *scalar, u64 *initial_z, const struct ecc_curve *curve, unsigned int ndigits) ecc_point_mult() argument
1328 ecc_point_add(const struct ecc_point *result, const struct ecc_point *p, const struct ecc_point *q, const struct ecc_curve *curve) ecc_point_add() argument
1350 ecc_point_mult_shamir(const struct ecc_point *result, const u64 *u1, const struct ecc_point *p, const u64 *u2, const struct ecc_point *q, const struct ecc_curve *curve) ecc_point_mult_shamir() argument
1405 __ecc_is_key_valid(const struct ecc_curve *curve, const u64 *private_key, unsigned int ndigits) __ecc_is_key_valid() argument
1432 const struct ecc_curve *curve = ecc_get_curve(curve_id); ecc_is_key_valid() local
1457 const struct ecc_curve *curve = ecc_get_curve(curve_id); ecc_gen_privkey() local
1502 const struct ecc_curve *curve = ecc_get_curve(curve_id); ecc_make_pub_key() local
1536 ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, struct ecc_point *pk) ecc_is_pubkey_valid_partial() argument
1569 ecc_is_pubkey_valid_full(const struct ecc_curve *curve, struct ecc_point *pk) ecc_is_pubkey_valid_full() argument
1604 const struct ecc_curve *curve = ecc_get_curve(curve_id); crypto_ecdh_shared_secret() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mpc.c468 const struct gamma_curve *curve; in mpc3_program_shaper_luta_settings() local
617 const struct gamma_curve *curve; mpc3_program_shaper_lutb_settings() local
[all...]
H A Ddcn30_dpp.c786 const struct gamma_curve *curve; in dpp3_program_shaper_luta_settings() local
936 const struct gamma_curve *curve; dpp3_program_shaper_lutb_settings() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.c1497 const struct gamma_curve *curve; in regamma_config_regions_and_segments() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.c1483 const struct gamma_curve *curve; in regamma_config_regions_and_segments() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dpp.c863 const struct gamma_curve *curve; in dpp3_program_shaper_luta_settings() local
1013 const struct gamma_curve *curve; dpp3_program_shaper_lutb_settings() local
[all...]
H A Ddcn30_mpc.c481 const struct gamma_curve *curve; in mpc3_program_shaper_luta_settings() local
630 const struct gamma_curve *curve; mpc3_program_shaper_lutb_settings() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c101 const struct ecc_curve *curve; member
220 kmb_ecc_point_mult(struct ocs_ecc_dev *ecc_dev, struct ecc_point *result, const struct ecc_point *point, u64 *scalar, const struct ecc_curve *curve) kmb_ecc_point_mult() argument
305 kmb_ecc_do_scalar_op(struct ocs_ecc_dev *ecc_dev, u64 *scalar_out, const u64 *scalar_a, const u64 *scalar_b, const struct ecc_curve *curve, unsigned int ndigits, const u32 inst) kmb_ecc_do_scalar_op() argument
349 kmb_ocs_ecc_is_pubkey_valid_partial(struct ocs_ecc_dev *ecc_dev, const struct ecc_curve *curve, struct ecc_point *pk) kmb_ocs_ecc_is_pubkey_valid_partial() argument
424 kmb_ocs_ecc_is_pubkey_valid_full(struct ocs_ecc_dev *ecc_dev, const struct ecc_curve *curve, struct ecc_point *pk) kmb_ocs_ecc_is_pubkey_valid_full() argument
454 kmb_ecc_is_key_valid(const struct ecc_curve *curve, const u64 *private_key, size_t private_key_len) kmb_ecc_is_key_valid() argument
491 kmb_ecc_gen_privkey(const struct ecc_curve *curve, u64 *privkey) kmb_ecc_gen_privkey() argument
579 const struct ecc_curve *curve = tctx->curve; kmb_ecc_do_shared_secret() local
661 const struct ecc_curve *curve = tctx->curve; kmb_ecc_do_public_key() local
726 const struct ecc_curve *curve = tctx->curve; kmb_ocs_ecdh_generate_public_key() local
751 const struct ecc_curve *curve = tctx->curve; kmb_ocs_ecdh_compute_shared_secret() local
[all...]
/kernel/linux/linux-6.6/crypto/
H A Decc.c910 vli_mmod_fast(u64 *result, u64 *product, const struct ecc_curve *curve) vli_mmod_fast() argument
966 vli_mod_mult_fast(u64 *result, const u64 *left, const u64 *right, const struct ecc_curve *curve) vli_mod_mult_fast() argument
976 vli_mod_square_fast(u64 *result, const u64 *left, const struct ecc_curve *curve) vli_mod_square_fast() argument
1080 ecc_point_double_jacobian(u64 *x1, u64 *y1, u64 *z1, const struct ecc_curve *curve) ecc_point_double_jacobian() argument
1145 apply_z(u64 *x1, u64 *y1, u64 *z, const struct ecc_curve *curve) apply_z() argument
1156 xycz_initial_double(u64 *x1, u64 *y1, u64 *x2, u64 *y2, u64 *p_initial_z, const struct ecc_curve *curve) xycz_initial_double() argument
1182 xycz_add(u64 *x1, u64 *y1, u64 *x2, u64 *y2, const struct ecc_curve *curve) xycz_add() argument
1225 xycz_add_c(u64 *x1, u64 *y1, u64 *x2, u64 *y2, const struct ecc_curve *curve) xycz_add_c() argument
1280 ecc_point_mult(struct ecc_point *result, const struct ecc_point *point, const u64 *scalar, u64 *initial_z, const struct ecc_curve *curve, unsigned int ndigits) ecc_point_mult() argument
1340 ecc_point_add(const struct ecc_point *result, const struct ecc_point *p, const struct ecc_point *q, const struct ecc_curve *curve) ecc_point_add() argument
1362 ecc_point_mult_shamir(const struct ecc_point *result, const u64 *u1, const struct ecc_point *p, const u64 *u2, const struct ecc_point *q, const struct ecc_curve *curve) ecc_point_mult_shamir() argument
1419 __ecc_is_key_valid(const struct ecc_curve *curve, const u64 *private_key, unsigned int ndigits) __ecc_is_key_valid() argument
1446 const struct ecc_curve *curve = ecc_get_curve(curve_id); ecc_is_key_valid() local
1471 const struct ecc_curve *curve = ecc_get_curve(curve_id); ecc_gen_privkey() local
1516 const struct ecc_curve *curve = ecc_get_curve(curve_id); ecc_make_pub_key() local
1550 ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, struct ecc_point *pk) ecc_is_pubkey_valid_partial() argument
1583 ecc_is_pubkey_valid_full(const struct ecc_curve *curve, struct ecc_point *pk) ecc_is_pubkey_valid_full() argument
1618 const struct ecc_curve *curve = ecc_get_curve(curve_id); crypto_ecdh_shared_secret() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Datrac9dec.c116 uint8_t *curve; in parse_gradient() local
/third_party/ffmpeg/libavfilter/
H A Dvf_pseudocolor.c686 const Curve curve = presets[s->preset].curves[seg]; in config_input() local
[all...]
/third_party/mbedtls/programs/test/
H A Dbenchmark.c489 static int set_ecp_curve(const char *string, mbedtls_ecp_curve_info *curve) in set_ecp_curve() argument

Completed in 72 milliseconds

12345678910