/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/ |
H A D | render_data_store_render_pods.h | 283 enum class Sharpness { SOFT = 0, MEDIUM = 1, SHARP = 2 }; enumerator 287 Sharpness sharpness { Sharpness::SHARP }; 294 enum class Sharpness { SOFT = 0, MEDIUM = 1, SHARP = 2 }; enumerator 298 Sharpness sharpness { Sharpness::SHARP }; 333 enum class Sharpness : uint32_t { SOFT = 0, MEDIUM = 1, SHARP = 2 }; enumerator 338 Sharpness sharpness { Sharpness::SHARP };
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_paint_method.cpp | 119 option.SetCurve(Curves::SHARP); in CheckCirclesAndBackArrowIsShown() 141 option.SetCurve(Curves::SHARP); in CheckHasExtensionMenu() 151 option.SetCurve(Curves::SHARP); in CheckHasExtensionMenu() 173 option.SetCurve(Curves::SHARP); in CheckHandleIsShown()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | drag_bar_pattern.cpp | 103 auto touchAnimation = AceType::MakeRefPtr<CurveAnimation<float>>(1.0, SCALE, Curves::SHARP); in InitProps() 206 … AceType::MakeRefPtr<CurveAnimation<OffsetT<Dimension>>>(barLeftPoint, leftPoint, Curves::SHARP); in DoStyleAnimation() 215 …ceType::MakeRefPtr<CurveAnimation<OffsetT<Dimension>>>(barCenterPoint, centerPoint, Curves::SHARP); in DoStyleAnimation() 223 … AceType::MakeRefPtr<CurveAnimation<OffsetT<Dimension>>>(barRightPoint, rightPoint, Curves::SHARP); in DoStyleAnimation() 337 …dragAnimation = AceType::MakeRefPtr<CurveAnimation<OffsetF>>(dragOffset, OffsetF(), Curves::SHARP); in HandleTouchUp()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_modifier.h | 182 … SetBoardColor(LinearColor(ratingTheme->GetPressColor()), pressDuration, Curves::SHARP); in SetHoverState() 185 … SetBoardColor(LinearColor(ratingTheme->GetHoverColor()), pressDuration, Curves::SHARP); in SetHoverState() 188 … SetBoardColor(LinearColor(ratingTheme->GetPressColor()), hoverDuration, Curves::SHARP); in SetHoverState()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/ |
H A D | render_drag_bar.cpp | 67 … auto touchAnimation = AceType::MakeRefPtr<CurveAnimation<double>>(1.0, SCALE_ICON, Curves::SHARP); in Update() 180 …to leftAnimation = AceType::MakeRefPtr<CurveAnimation<Offset>>(barLeftPoint_, left, Curves::SHARP); in DoStyleAnimation() 188 …terAnimation = AceType::MakeRefPtr<CurveAnimation<Offset>>(barCenterPoint_, center, Curves::SHARP); in DoStyleAnimation() 195 …rightAnimation = AceType::MakeRefPtr<CurveAnimation<Offset>>(barRightPoint_, right, Curves::SHARP); in DoStyleAnimation() 304 … dragAnimation = AceType::MakeRefPtr<CurveAnimation<Offset>>(dragOffset_, Offset(), Curves::SHARP); in HandleTouchUp()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | curves.cpp | 34 const RefPtr<CubicCurve> Curves::SHARP = AceType::MakeRefPtr<CubicCurve>(0.33f, 0.0f, 0.67f, 1.0f); member in OHOS::Ace::Curves 49 … { Curves::EXTREME_DECELERATION, "Curves.ExtremeDeceleration" }, { Curves::SHARP, "Curves.Sharp" }, in ToString()
|
H A D | curves.h | 41 static const RefPtr<CubicCurve> SHARP; variable
|
H A D | bezier_variable_velocity_motion.h | 73 return Curves::SHARP->MoveInternal(std::abs(offsetPct)) * MAX_SPEED; in ComputeVelocity()
|
H A D | card_transition_controller.cpp | 195 opacityKeyframe2->SetCurve(Curves::SHARP); in CreateCardOpacityAnimation() 204 opacityKeyframe3->SetCurve(Curves::SHARP); in CreateCardOpacityAnimation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_test_utils.h | 129 OHOS::Rosen::Drawing::DrawingCurveType::SHARP, // animation curve type 140 OHOS::Rosen::Drawing::DrawingCurveType::SHARP, // animation curve type
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_modifier.cpp | 618 option.SetCurve(Curves::SHARP); in StartChallengeResultAnimate() 626 option.SetCurve(Curves::SHARP); in StartChallengeResultAnimate() 643 AnimationUtils::OpenImplicitAnimation(option, Curves::SHARP, nullptr); in StartChallengeResultAnimate() 645 Curves::SHARP, dimmingAnimation); in StartChallengeResultAnimate() 647 Curves::SHARP, brighteningAnimation); in StartChallengeResultAnimate() 650 Curves::SHARP, dimmingAnimation); in StartChallengeResultAnimate() 651 AnimationUtils::AddKeyFrame(1.0f, Curves::SHARP, brighteningAnimation); in StartChallengeResultAnimate() 783 optionFirst.SetCurve(Curves::SHARP); in SetLightRingAlphaF() 787 optionSecond.SetCurve(Curves::SHARP); in SetLightRingAlphaF()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | dot_indicator_modifier.cpp | 412 option.SetCurve(Curves::SHARP); in UpdateNormalToHoverPaintProperty() 429 option.SetCurve(Curves::SHARP); in UpdateHoverToNormalPaintProperty() 446 option.SetCurve(Curves::SHARP); in UpdateNormalToPressPaintProperty() 463 option.SetCurve(Curves::SHARP); in UpdatePressToNormalPaintProperty() 479 option.SetCurve(Curves::SHARP); in UpdateHoverAndPressConversionPaintProperty() 492 option.SetCurve(Curves::SHARP); in UpdateNormalToHoverPointDilateRatio() 501 option.SetCurve(Curves::SHARP); in UpdateHoverToNormalPointDilateRatio() 509 option.SetCurve(Curves::SHARP); in UpdateLongPointDilateRatio()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_pattern.cpp | 317 … Animation(renderContext, pressColor, theme->GetHoverToPressAnimationDuration(), Curves::SHARP); in ButtonOnPress() 320 Animation(renderContext, pressColor, theme->GetHoverAnimationDuration(), Curves::SHARP); in ButtonOnPress() 325 … Animation(renderContext, hoverColor, theme->GetHoverToPressAnimationDuration(), Curves::SHARP); in ButtonOnPress() 328 … Animation(renderContext, backgroundColor, theme->GetHoverAnimationDuration(), Curves::SHARP); in ButtonOnPress() 519 optionAlpha.SetCurve(Curves::SHARP); in StartAlphaEnteringAnimation() 594 optionAlpha.SetCurve(Curves::SHARP); in StartAlphaExitingAnimation()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/shaders/shader/ |
H A D | fullscreen_fxaa.frag | 37 // enum Sharpness { SOFT = 0, MEDIUM = 1, SHARP = 2 }; 42 } else { // SHARP
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | post_process_component_manager.cpp | 133 DECL_ENUM(FxaaConfiguration::Sharpness, SHARP, "sharp") 145 DECL_ENUM(TaaConfiguration::Sharpness, SHARP, "sharp") 220 DECL_ENUM(MotionBlurConfiguration::Sharpness, SHARP, "sharp")
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_modifier.h | 59 SetBoardColor(LinearColor(hoverColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty() 65 SetBoardColor(LinearColor(clickEffectColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_modifier.h | 70 SetBoardColor(LinearColor(hoverColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty() 76 SetBoardColor(LinearColor(clickEffectColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
H A D | switch_modifier.h | 58 SetBoardColor(LinearColor(hoverColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty() 64 SetBoardColor(LinearColor(clickEffectColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/ |
H A D | scroll_bar_overlay_modifier.cpp | 204 option.SetCurve(Curves::SHARP); in StartHoverAnimation() 246 option.SetCurve(Curves::SHARP); in StartOpacityAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_bar_controller.cpp | 103 …animation = AceType::MakeRefPtr<CurveAnimation<double>>(inactiveWidth, activeWidth, Curves::SHARP); in PlayGrowAnimation() 136 …animation = AceType::MakeRefPtr<CurveAnimation<double>>(activeWidth, inactiveWidth, Curves::SHARP); in PlayShrinkAnimation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/ |
H A D | hm_symbol.h | 48 SHARP = 4, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_animation_controller.cpp | 25 …AceType::MakeRefPtr<PickerAnimation>(pipe_, 0.0, -3.14, 0, 300, Curves::SHARP, [weak](double value… in CreateTriangleAnimation() 37 …outTriangle_ = AceType::MakeRefPtr<PickerAnimation>(pipe_, -3.14, 0.0, 0, 300, Curves::SHARP, [wea… in CreateTriangleAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | moon_progress_modifier.cpp | 156 option.SetCurve(Curves::SHARP); in SetMoonAnimate() 171 option.SetCurve(Curves::SHARP); in StartPictureAnimate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | toggle_button_pattern.cpp | 226 TOUCH_DURATION, isNeedToHandleHoverOpacity ? Curves::SHARP : Curves::FRICTION); in OnTouchDown() 250 TOUCH_DURATION, isNeedToHandleHoverOpacity ? Curves::SHARP : Curves::FRICTION); in OnTouchUp()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | date_time_animation_controller.cpp | 36 animationOption.SetCurve(Curves::SHARP); in PlayTitleInAnimation() 53 animationOption.SetCurve(Curves::SHARP); in PlayTitleOutAnimation()
|