Home
last modified time | relevance | path

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

123456789

/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/declarative_frontend/jsview/
H A Djs_animator.cpp122 auto curve = animatorInfo->GetCurve(); in CreateAnimation() local
269 auto curve = CreateCurve(value); in SetCurve() local
/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
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_animate.cpp656 OH_ArkUI_Curve_CreateCurveByType(ArkUI_AnimationCurve curve) OH_ArkUI_Curve_CreateCurveByType() argument
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/animator/
H A Djs_animator.cpp295 auto curve = Framework::CreateCurve(option->easing); in JSReset() local
563 auto curve = Framework::CreateCurve(option->easing); in SetOnframe() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_animate.cpp159 auto curve = reinterpret_cast<Curve*>(option.iCurve); in AnimateTo() local
242 auto curve in KeyframeAnimateTo() local
260 auto curve = reinterpret_cast<Curve*>(keyframe.curve); ParseAnimatorAnimation() local
270 auto curve = reinterpret_cast<Curve*>(option->easing); ParseAnimatorAnimation() local
441 CreateCurve(ArkUI_Int32 curve) CreateCurve() argument
450 auto curve = AceType::MakeRefPtr<StepsCurve>(count, static_cast<StepsCurvePosition>(end)); CreateStepsCurve() local
457 auto curve = AceType::MakeRefPtr<CubicCurve>(x1, y1, x2, y2); CreateCubicBezierCurve() local
465 auto curve = AceType::MakeRefPtr<SpringCurve>(velocity, mass, stiffness, damping); CreateSpringCurve() local
473 auto curve = AceType::MakeRefPtr<ResponsiveSpringMotion>(response, dampingFraction, overlapDuration); CreateSpringMotion() local
481 auto curve = AceType::MakeRefPtr<ResponsiveSpringMotion>(response, dampingFraction, overlapDuration); CreateResponsiveSpringMotion() local
489 auto curve = AceType::MakeRefPtr<InterpolatingSpring>(velocity, mass, stiffness, damping); CreateInterpolatingSpring() local
502 auto curve = AceType::MakeRefPtr<CustomCurve>(func); CreateCustomCurve() local
507 DisposeCurve(ArkUICurveHandle curve) DisposeCurve() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_content_modifier.cpp385 auto curve = mousePressedFlag_ ? Curves::SHARP : Curves::FRICTION; in SetBoardColor() local
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_test.cpp1943 KeyboardAnimationCurve curve; in HWTEST_F() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/stack/
H A Dstack_transition_test.cpp92 int32_t curve = ARKUI_CURVE_FAST_OUT_SLOW_IN; in TestStackTransition006() local
122 int32_t curve = ARKUI_CURVE_EASE; in TestStackTransition007() local
150 int32_t curve = ARKUI_CURVE_EASE_IN; in TestStackTransition008() local
178 int32_t curve in TestStackTransition009() local
206 int32_t curve = ARKUI_CURVE_EASE_IN_OUT; TestStackTransition010() local
234 int32_t curve = ARKUI_CURVE_FAST_OUT_SLOW_IN; TestStackTransition011() local
262 int32_t curve = ARKUI_CURVE_LINEAR_OUT_SLOW_IN; TestStackTransition012() local
290 int32_t curve = ARKUI_CURVE_FAST_OUT_LINEAR_IN; TestStackTransition013() local
318 int32_t curve = ARKUI_CURVE_EXTREME_DECELERATION; TestStackTransition014() local
346 int32_t curve = ARKUI_CURVE_SHARP; TestStackTransition015() local
374 int32_t curve = ARKUI_CURVE_RHYTHM; TestStackTransition016() local
402 int32_t curve = ARKUI_CURVE_SMOOTH; TestStackTransition017() local
430 int32_t curve = ARKUI_CURVE_FRICTION; TestStackTransition018() local
458 int32_t curve = -1; TestStackTransition019() local
488 int32_t curve = -1; TestStackTransition020() local
522 int32_t curve = ARKUI_CURVE_FAST_OUT_SLOW_IN; TestStackTransition021() local
560 int32_t curve = ARKUI_CURVE_EASE; TestStackTransition022() local
596 int32_t curve = ARKUI_CURVE_EASE_IN; TestStackTransition023() local
632 int32_t curve = ARKUI_CURVE_EASE_OUT; TestStackTransition024() local
668 int32_t curve = ARKUI_CURVE_EASE_IN_OUT; TestStackTransition025() local
704 int32_t curve = ARKUI_CURVE_FAST_OUT_SLOW_IN; TestStackTransition026() local
740 int32_t curve = ARKUI_CURVE_LINEAR_OUT_SLOW_IN; TestStackTransition027() local
776 int32_t curve = ARKUI_CURVE_FAST_OUT_LINEAR_IN; TestStackTransition028() local
812 int32_t curve = ARKUI_CURVE_EXTREME_DECELERATION; TestStackTransition029() local
848 int32_t curve = ARKUI_CURVE_SHARP; TestStackTransition030() local
884 int32_t curve = ARKUI_CURVE_RHYTHM; TestStackTransition031() local
920 int32_t curve = ARKUI_CURVE_SMOOTH; TestStackTransition032() local
956 int32_t curve = ARKUI_CURVE_FRICTION; TestStackTransition033() local
992 int32_t curve = -1; TestStackTransition034() local
1030 int32_t curve = -1; TestStackTransition035() local
1066 int32_t curve = ARKUI_CURVE_FAST_OUT_SLOW_IN; TestStackTransition036() local
1100 int32_t curve = ARKUI_CURVE_EASE; TestStackTransition037() local
1132 int32_t curve = ARKUI_CURVE_EASE_IN; TestStackTransition038() local
1164 int32_t curve = ARKUI_CURVE_EASE_OUT; TestStackTransition039() local
1196 int32_t curve = ARKUI_CURVE_EASE_IN_OUT; TestStackTransition040() local
1228 int32_t curve = ARKUI_CURVE_FAST_OUT_SLOW_IN; TestStackTransition041() local
1260 int32_t curve = ARKUI_CURVE_LINEAR_OUT_SLOW_IN; TestStackTransition042() local
1292 int32_t curve = ARKUI_CURVE_FAST_OUT_LINEAR_IN; TestStackTransition043() local
1324 int32_t curve = ARKUI_CURVE_EXTREME_DECELERATION; TestStackTransition044() local
1356 int32_t curve = ARKUI_CURVE_SHARP; TestStackTransition045() local
1388 int32_t curve = ARKUI_CURVE_RHYTHM; TestStackTransition046() local
1420 int32_t curve = ARKUI_CURVE_SMOOTH; TestStackTransition047() local
1452 int32_t curve = ARKUI_CURVE_FRICTION; TestStackTransition048() local
1484 int32_t curve = -1; TestStackTransition049() local
1518 int32_t curve = -1; TestStackTransition050() local
1552 int32_t curve = ARKUI_CURVE_FAST_OUT_SLOW_IN; TestStackTransition051() local
1586 int32_t curve = ARKUI_CURVE_EASE; TestStackTransition052() local
1618 int32_t curve = ARKUI_CURVE_EASE_IN; TestStackTransition053() local
1650 int32_t curve = ARKUI_CURVE_EASE_OUT; TestStackTransition054() local
1682 int32_t curve = ARKUI_CURVE_EASE_IN_OUT; TestStackTransition055() local
1714 int32_t curve = ARKUI_CURVE_FAST_OUT_SLOW_IN; TestStackTransition056() local
1746 int32_t curve = ARKUI_CURVE_LINEAR_OUT_SLOW_IN; TestStackTransition057() local
1778 int32_t curve = ARKUI_CURVE_FAST_OUT_LINEAR_IN; TestStackTransition058() local
1810 int32_t curve = ARKUI_CURVE_EXTREME_DECELERATION; TestStackTransition059() local
1842 int32_t curve = ARKUI_CURVE_SHARP; TestStackTransition060() local
1874 int32_t curve = ARKUI_CURVE_RHYTHM; TestStackTransition061() local
1906 int32_t curve = ARKUI_CURVE_SMOOTH; TestStackTransition062() local
1938 int32_t curve = ARKUI_CURVE_FRICTION; TestStackTransition063() local
1970 int32_t curve = -1; TestStackTransition064() local
2004 int32_t curve = -1; TestStackTransition065() local
[all...]

Completed in 33 milliseconds

123456789