Home
last modified time | relevance | path

Searched defs:curve (Results 1 – 8 of 8) sorted by relevance

/base/msdp/device_status/utils/common/src/
Danimation_curve.cpp55 …urveType AnimationCurve::CreateCurve(const std::string &curveName, const std::vector<float> &curve) in CreateCurve()
67 RosenCurveType AnimationCurve::CreateCubicCurve(const std::vector<float> &curve) in CreateCubicCurve()
76 RosenCurveType AnimationCurve::CreateSpringCurve(const std::vector<float> &curve) in CreateSpringCurve()
85 RosenCurveType AnimationCurve::CreateInterpolatingSpring(const std::vector<float> &curve) in CreateInterpolatingSpring()
94 RosenCurveType AnimationCurve::CreateResponseSpring(const std::vector<float> &curve) in CreateResponseSpring()
103 RosenCurveType AnimationCurve::CreateStepsCurve(const std::vector<float> &curve) in CreateStepsCurve()
/base/powermgr/display_manager/brightness_manager/src/
Dcalculation_curve.cpp52 std::vector<PointXy> curve = mCurveConfig.calculationConfig.defaultPoints; in GetCurrentBrightness() local
/base/global/system_resources/fonts/
Dhm_symbol_config.json14 "curve": "spring", string
44 "curve": "linear", string
53 "curve": "linear", string
62 "curve": "linear", string
71 "curve": "linear", string
80 "curve": "linear", string
91 "curve": "linear", string
100 "curve": "linear", string
109 "curve": "linear", string
118 "curve": "linear", string
[all …]
/base/security/huks/interfaces/inner_api/huks_lite/
Dhks_types.h115 #define hks_key_type_ecc_public_key(curve) \ argument
118 #define hks_key_type_ecc_key_pair(curve) \ argument
131 #define hks_key_type_eddsa_public_key(curve) \ argument
134 #define hks_key_type_eddsa_key_pair(curve) \ argument
/base/msdp/device_status/interfaces/innerkits/interaction/include/
Ddrag_data.h156 std::vector<float> curve; member
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
Dhks_mbedtls_ecc.c106 …HksMbedtlsEccGetKeyCurveNist(const struct KeyMaterialEcc *keyMaterial, mbedtls_ecp_group_id *curve) in HksMbedtlsEccGetKeyCurveNist()
/base/sensors/miscdevice/services/miscdevice_service/haptic_matcher/src/
Dcustom_vibration_matcher.cpp237 const std::vector<VibrateCurvePoint> &curve = event.points; in ProcessContinuousEvent() local
/base/msdp/device_status/services/interaction/drag/src/
Ddrag_drawing.cpp1578 auto curve = AnimationCurve::CreateCurve(animation.curveName, animation.curve); in UpdatePreviewStyleWithAnimation() local