/third_party/skia/src/pathops/ |
H A D | SkPathOpsCurve.cpp | 62 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 D | hb-ot-cff2-table.cc | 86 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 D | theme_mock.cpp | 274 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 D | grid_event_hub.cpp | 350 auto curve = MakeRefPtr<SpringCurve>( in MoveItems() local
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | animation_option.h | 32 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 D | scroll_controller_base.h | 89 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 D | page_transition_info.h | 81 void SetCurve(const RefPtr<Curve>& curve) in SetCurve() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_swiper_ffi.cpp | 177 RefPtr<Curve> curve = CreateCurve(curveStr); in FfiOHOSAceFrameworkSwiperSetCurve() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | swiper_model_impl.cpp | 187 void SwiperModelImpl::SetCurve(const RefPtr<Curve>& curve) in SetCurve() argument
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animatable.h | 82 void SetCurve(const RefPtr<Curve>& curve) in SetCurve() argument
|
H A D | animator_info.h | 62 void SetCurve(const RefPtr<Curve>& curve) in SetCurve() argument
|
H A D | animation_util.cpp | 506 RefPtr<Curve> curve; in CreateKeyboardAnimationOption() local
|
H A D | svg_animate.cpp | 61 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 D | interaction_data.h | 115 std::vector<float> curve; member
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | base_animation_bridge.cpp | 146 void BaseAnimationBridgeUtils::SetTweenComponentParams(const RefPtr<Curve>& curve, in SetTweenComponentParams() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
H A D | jsi_curves_module.cpp | 67 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 D | theme_mock.cpp | 274 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 D | mock_animation_utils.cpp | 105 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 D | rosen_animation_utils.cpp | 146 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 D | window_scene.cpp | 686 RefPtr<Curve> curve = Curves::LINEAR; in SetOpacityAnimation() local
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | swiper_composed_element.cpp | 164 auto curve = renderSwiper->GetCurveRender(); in GetCurve() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_paint_method.cpp | 200 void RadioModifier::SetBoardColor(LinearColor color, int32_t duratuion, const RefPtr<CubicCurve>& curve) in SetBoardColor() argument
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | animate_impl.cpp | 84 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 D | animate_impl.h | 33 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 D | geometry_bezier_arc.cpp | 34 ArcToBezier(float cx, float cy, float rx, float ry, float startAngle, float sweepAngle, float* curve) ArcToBezier() argument
|