Home
last modified time | relevance | path

Searched defs:curve (Results 51 - 75 of 209) sorted by relevance

123456789

/third_party/skia/src/pathops/
H A DSkPathOpsCurve.cpp62 void SkDCurve::setConicBounds(const SkPoint curve[3], SkScalar curveWeight, in setConicBounds() argument
72 void SkDCurve::setCubicBounds(const SkPoint curve[4], SkScalar , in setCubicBounds() argument
82 void SkDCurve::setQuadBounds(const SkPoint curve[3], SkScalar , in setQuadBounds() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cff2-table.cc86 static void curve (cff2_cs_interp_env_t &env, cff2_extents_param_t& param, const point_t &pt1, const point_t &pt2, const point_t &pt3) in curve() function
187 static void curve (cff2_cs_interp_env_t &env, cff2_path_param_t& param, const point_t &pt1, const point_t &pt2, const point_t &pt3) in curve() function
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/
H A Dtheme_mock.cpp274 bool PipelineBase::Animate(const AnimationOption& option, const RefPtr<Curve>& curve, in Animate() argument
280 OpenImplicitAnimation( const AnimationOption& option, const RefPtr<Curve>& curve, const std::function<void()>& finishCallBack) OpenImplicitAnimation() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_event_hub.cpp350 auto curve = MakeRefPtr<SpringCurve>( in MoveItems() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Danimation_option.h32 AnimationOption(const RefPtr<Curve>& curve, int32_t duration) : duration_(duration), curve_(curve) {} in AnimationOption() argument
55 void SetCurve(const RefPtr<Curve>& curve) in SetCurve() argument
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_controller_base.h89 AnimateTo( const Dimension& position, float duration, const RefPtr<Curve>& curve, bool smooth, bool canOverScroll = false) AnimateTo() argument
/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_info.h81 void SetCurve(const RefPtr<Curve>& curve) in SetCurve() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_swiper_ffi.cpp177 RefPtr<Curve> curve = CreateCurve(curveStr); in FfiOHOSAceFrameworkSwiperSetCurve() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dswiper_model_impl.cpp187 void SwiperModelImpl::SetCurve(const RefPtr<Curve>& curve) in SetCurve() argument
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable.h82 void SetCurve(const RefPtr<Curve>& curve) in SetCurve() argument
H A Danimator_info.h62 void SetCurve(const RefPtr<Curve>& curve) in SetCurve() argument
H A Danimation_util.cpp506 RefPtr<Curve> curve; in CreateKeyboardAnimationOption() local
H A Dsvg_animate.cpp61 CreateKeyframe( const RefPtr<KeyframeAnimation<T>>& animation, const T& value, float time, const RefPtr<Curve>& curve) CreateKeyframe() argument
/foundation/arkui/ace_engine/frameworks/core/common/interaction/
H A Dinteraction_data.h115 std::vector<float> curve; member
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Dbase_animation_bridge.cpp146 void BaseAnimationBridgeUtils::SetTweenComponentParams(const RefPtr<Curve>& curve, in SetTweenComponentParams() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_curves_module.cpp67 RefPtr<Curve> curve; in CurvesInitInternal() local
101 CreateSpringCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, RefPtr<Curve>& curve) CreateSpringCurve() argument
136 CreateInterpolatingSpring(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, RefPtr<Curve>& curve) CreateInterpolatingSpring() argument
159 CreateCubicCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, RefPtr<Curve>& curve) CreateCubicCurve() argument
188 CreateStepsCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, RefPtr<Curve>& curve) CreateStepsCurve() argument
214 CreateSpringMotionCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, RefPtr<Curve>& curve) CreateSpringMotionCurve() argument
245 CreateResponsiveSpringMotionCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, RefPtr<Curve>& curve) CreateResponsiveSpringMotionCurve() argument
281 RefPtr<Curve> curve; ParseCurves() local
[all...]
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dtheme_mock.cpp274 bool PipelineBase::Animate(const AnimationOption& option, const RefPtr<Curve>& curve, in Animate() argument
280 OpenImplicitAnimation( const AnimationOption& option, const RefPtr<Curve>& curve, const std::function<void()>& finishCallBack) OpenImplicitAnimation() argument
/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_animation_utils.cpp105 void AnimationUtils::AddKeyFrame(float fraction, const RefPtr<Curve>& curve, const PropertyCallback& callback) in AddKeyFrame() argument
44 OpenImplicitAnimation( const AnimationOption& option, const RefPtr<Curve>& curve, const std::function<void()>& wrapFinishCallback) OpenImplicitAnimation() argument
164 BlendBgColorAnimation( RefPtr<NG::RenderContext>& renderContext, const Color& endColor, int32_t duration, const RefPtr<Curve>& curve) BlendBgColorAnimation() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_animation_utils.cpp146 void AnimationUtils::AddKeyFrame(float fraction, const RefPtr<Curve>& curve, const PropertyCallback& callback) in AddKeyFrame() argument
156 void AnimationUtils::AddDurationKeyFrame(int duration, const RefPtr<Curve>& curve, const PropertyCallback& callback) in AddDurationKeyFrame() argument
241 Rosen::RSAnimationTimingCurve curve; in CreateInteractiveAnimation() local
90 OpenImplicitAnimation( const AnimationOption& option, const RefPtr<Curve>& curve, const std::function<void()>& finishCallback) OpenImplicitAnimation() argument
192 BlendBgColorAnimation( RefPtr<NG::RenderContext>& renderContext, const Color& endColor, int32_t duration, const RefPtr<Curve>& curve) BlendBgColorAnimation() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene.cpp686 RefPtr<Curve> curve = Curves::LINEAR; in SetOpacityAnimation() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dswiper_composed_element.cpp164 auto curve = renderSwiper->GetCurveRender(); in GetCurve() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_paint_method.cpp200 void RadioModifier::SetBoardColor(LinearColor color, int32_t duratuion, const RefPtr<CubicCurve>& curve) in SetBoardColor() argument
/foundation/arkui/ace_engine/interfaces/native/node/
H A Danimate_impl.cpp84 auto curve = option->keyframes[i].curve; in KeyframeAnimateTo() local
269 auto curve = impl->getAnimation()->initCurve(animationCurve); InitCurve() local
280 auto curve = impl->getAnimation()->stepsCurve(count, end); StepsCurve() local
293 auto curve = impl->getAnimation()->cubicBezierCurve(x1, y1, x2, y2); CubicBezierCurve() local
313 auto curve = impl->getAnimation()->springCurve(velocity, mass, stiffness, damping); SpringCurve() local
336 auto curve = impl->getAnimation()->springMotion(response, dampingFraction, overlapDuration); SpringMotion() local
359 auto curve = impl->getAnimation()->responsiveSpringMotion(response, dampingFraction, overlapDuration); ResponsiveSpringMotion() local
379 auto curve = impl->getAnimation()->interpolatingSpring(velocity, mass, stiffness, damping); InterpolatingSpring() local
390 auto curve = impl->getAnimation()->customCurve(interpolate, userData); CustomCurve() local
[all...]
H A Danimate_impl.h33 ArkUI_AnimationCurve curve; member
54 ArkUICurveHandle curve; member
60 ArkUI_CurveHandle curve; member
76 ArkUI_CurveHandle curve; member
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_bezier_arc.cpp34 ArcToBezier(float cx, float cy, float rx, float ry, float startAngle, float sweepAngle, float* curve) ArcToBezier() argument

Completed in 16 milliseconds

123456789