Home
last modified time | relevance | path

Searched defs:curve (Results 101 - 125 of 243) sorted by relevance

12345678910

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scroller.cpp126 RefPtr<Curve> curve = Curves::EASE; in ScrollTo() local
153 bool JSScroller::ParseCurveParams(RefPtr<Curve>& curve, const JSRef<JSVal>& jsValue) in ParseCurveParams() argument
H A Djs_animator.cpp122 auto curve = animatorInfo->GetCurve(); in CreateAnimation() local
269 auto curve = CreateCurve(value); in SetCurve() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_scroller_test_ng.cpp1293 RefPtr<Curve> curve; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_modifier.h103 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 Drs_particle_params.h46 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 Daf_afade.c37 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 Dcose_key.c256 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...]
/third_party/skia/src/gpu/geometry/
H A DGrAAConvexTessellator.cpp82 addPt(const SkPoint& pt, SkScalar depth, SkScalar coverage, bool movable, CurveState curve) addPt() argument
[all...]
/third_party/skia/src/pathops/
H A DSkOpSegment.h46 SkDCurve curve; in addConic() local
54 SkDCurve curve; in addCubic() local
89 SkDCurve curve; in addQuad() local
H A DSkPathOpsTSect.h90 SkTSpan(const SkTCurve& curve, SkArenaAlloc& heap) { in SkTSpan() argument
98 void debugInit(const SkTCurve& curve, SkArenaAlloc& heap) { in debugInit() argument
190 void resetBounds(const SkTCurve& curve) { in resetBounds() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cff1-table.cc350 static void curve (cff1_cs_interp_env_t &env, cff1_extents_param_t& param, const point_t &pt1, const point_t &pt2, const point_t &pt3) in curve() function
508 static void curve (cff1_cs_interp_env_t &env, cff1_path_param_t &param, const point_t &pt1, const point_t &pt2, const point_t &pt3) in curve() function
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_camera_profile.cpp1356 const dng_1d_function & curve = dng_function_GammaEncode_sRGB::Get (); in BuildHueSatMapEncodingTable() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_backup.c112 static struct wpabuf * dpp_build_key_alg(const struct dpp_curve_params *curve) in dpp_build_key_alg() argument
H A Ddpp_reconfig.c228 const struct dpp_curve_params *curve; in dpp_reconfig_init() local
171 dpp_configurator_build_own_connector(struct dpp_configurator *conf, const struct dpp_curve_params *curve) dpp_configurator_build_own_connector() argument
[all...]
/base/sensors/miscdevice/services/miscdevice_service/haptic_matcher/src/
H A Dcustom_vibration_matcher.cpp322 const std::vector<VibrateCurvePoint> &curve = event.points; in ProcessContinuousEvent() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Ddrag_animation_helper.cpp208 const RefPtr<Curve> curve = AceType::MakeRefPtr<ResponsiveSpringMotion>(0.33f, 0.67f, 1.0f); in PlayNodeResetAnimation() local
238 const RefPtr<Curve> curve = AceType::MakeRefPtr<ResponsiveSpringMotion>(GATHER_SPRING_RESPONSE, in PlayGatherAnimation() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_modifier.h86 void SetBoardColor(LinearColor color, int32_t duratuion, const RefPtr<CubicCurve>& curve) in SetBoardColor() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtween_option.h40 void SetCurve(const RefPtr<Curve>& curve) in SetCurve() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_modifier.cpp104 RefPtr<Curve> curve = AceType::MakeRefPtr<SpringCurve>( in UpdateDate() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.cpp454 AnimateTouchAndHover(RefPtr<RenderContext>& renderContext, int32_t typeFrom, int32_t typeTo, int32_t duration, const RefPtr<Curve>& curve) AnimateTouchAndHover() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_modifier.cpp306 auto curve = AceType::MakeRefPtr<LinearCurve>(); in StartRecycleCometAnimation() local
384 auto curve = AceType::MakeRefPtr<LinearCurve>(); in StartCometTailAnimation() local
424 RefPtr<Curve> curve = AceType::MakeRefPtr<CubicCurve>(0.25f, 0.30f, 0.50f, 0.14f); StartRecycle() local
450 auto curve = AceType::MakeRefPtr<CubicCurve>(0.6f, 0.2f, 1.0f, 1.0f); StartTransToRecycleAnimation() local
505 RefPtr<Curve> curve = AceType::MakeRefPtr<LinearCurve>(); CloseAnimation() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_animator_bridge.cpp496 RefPtr<Curve> curve; in JsCreateAnimation() local
679 RefPtr<Curve> curve; in UpdateAnimator() local
540 CreateDoubleAnimation( std::unordered_map<std::string, double>& animationParams, const RefPtr<Curve>& curve) CreateDoubleAnimation() argument
722 CreateDoubleAnimation( double begin, double end, const RefPtr<Curve>& curve) CreateDoubleAnimation() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.cpp267 std::string CurveIntToString(int curve) in CurveIntToString() argument
365 auto curve = CreateBuiltinCurve(aniTimFunc); in CreateCurve() local
383 auto curve in CreateCurveExceptSpring() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_pattern.cpp602 AnimateTo( float position, float duration, const RefPtr<Curve>& curve, bool smooth, bool canOverScroll, bool useTotalOffset) AnimateTo() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_modifier.h112 void SetBoardColor(LinearColor color, int32_t duratuion, const RefPtr<CubicCurve>& curve) in SetBoardColor() argument

Completed in 25 milliseconds

12345678910