Home
last modified time | relevance | path

Searched refs:DrawingCurveType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_test_utils.h84 OHOS::Rosen::Drawing::DrawingCurveType::LINEAR, // animation curve type
93 OHOS::Rosen::Drawing::DrawingCurveType::SPRING, // animation curve type
107 OHOS::Rosen::Drawing::DrawingCurveType::SPRING, // animation curve type
121 OHOS::Rosen::Drawing::DrawingCurveType::LINEAR, // animation curve type
129 OHOS::Rosen::Drawing::DrawingCurveType::SHARP, // animation curve type
140 OHOS::Rosen::Drawing::DrawingCurveType::SHARP, // animation curve type
151 OHOS::Rosen::Drawing::DrawingCurveType::SPRING, // animation curve type
165 OHOS::Rosen::Drawing::DrawingCurveType::LINEAR, // animation curve type
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dhm_symbol.h43 enum DrawingCurveType { enum
57 DrawingCurveType curveType = DrawingCurveType::INVALID_CURVE_TYPE;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_symbol_animation.cpp64 void CreateAnimationTimingCurve(const OHOS::Rosen::Drawing::DrawingCurveType type, in CreateAnimationTimingCurve()
68 if (type == OHOS::Rosen::Drawing::DrawingCurveType::LINEAR) { in CreateAnimationTimingCurve()
70 } else if (type == OHOS::Rosen::Drawing::DrawingCurveType::SPRING) { in CreateAnimationTimingCurve()
77 } else if (type == OHOS::Rosen::Drawing::DrawingCurveType::FRICTION || in CreateAnimationTimingCurve()
78 type == OHOS::Rosen::Drawing::DrawingCurveType::SHARP) { in CreateAnimationTimingCurve()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_hm_symbol_config_ohos.cpp109 out.curveType = static_cast<DrawingCurveType>(in.curveType); in ConvertPiecewiseParameter()