Home
last modified time | relevance | path

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

/base/msdp/device_status/utils/common/src/
Danimation_curve.cpp67 …urveType AnimationCurve::CreateCurve(const std::string &curveName, const std::vector<float> &curve) in CreateCurve()
79 RosenCurveType AnimationCurve::CreateCubicCurve(const std::vector<float> &curve) in CreateCubicCurve()
88 RosenCurveType AnimationCurve::CreateSpringCurve(const std::vector<float> &curve) in CreateSpringCurve()
97 RosenCurveType AnimationCurve::CreateInterpolatingSpring(const std::vector<float> &curve) in CreateInterpolatingSpring()
106 RosenCurveType AnimationCurve::CreateResponseSpring(const std::vector<float> &curve) in CreateResponseSpring()
115 RosenCurveType AnimationCurve::CreateStepsCurve(const std::vector<float> &curve) in CreateStepsCurve()
/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 …]
Dhm_symbol_config_next.json10 "curve": "spring", string
24 "curve": "spring", string
42 "curve": "spring", string
56 "curve": "spring", string
74 "curve": "spring", string
88 "curve": "spring", string
102 "curve": "spring", string
116 "curve": "spring", string
134 "curve": "spring", string
148 "curve": "spring", 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/powermgr/display_manager/brightness_manager/src/
Dcalculation_curve.cpp54 std::vector<PointXy> curve = mCurveConfig.calculationConfig.defaultPoints; in GetCurrentBrightness() local
/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/msdp/device_status/interfaces/innerkits/interaction/include/
Ddrag_data.h206 std::vector<float> curve; member
/base/sensors/miscdevice/services/miscdevice_service/haptic_matcher/src/
Dcustom_vibration_matcher.cpp311 const std::vector<VibrateCurvePoint> &curve = event.points; in ProcessContinuousEvent() local
/base/msdp/device_status/services/interaction/drag/src/
Ddrag_drawing.cpp2134 auto curve = AnimationCurve::CreateCurve(animation.curveName, animation.curve); in UpdatePreviewStyleWithAnimation() local