Home
last modified time | relevance | path

Searched refs:SHARP (Results 1 - 25 of 75) sorted by relevance

123

/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Drender_data_store_render_pods.h283 enum class Sharpness { SOFT = 0, MEDIUM = 1, SHARP = 2 }; member in FxaaConfiguration::Sharpness
287 Sharpness sharpness { Sharpness::SHARP };
294 enum class Sharpness { SOFT = 0, MEDIUM = 1, SHARP = 2 }; member in FxaaConfiguration::Sharpness::TaaConfiguration::Sharpness
298 Sharpness sharpness { Sharpness::SHARP };
333 enum class Sharpness : uint32_t { SOFT = 0, MEDIUM = 1, SHARP = 2 }; member in FxaaConfiguration::Sharpness::TaaConfiguration::Sharpness::MotionBlurConfiguration::Sharpness
338 Sharpness sharpness { Sharpness::SHARP };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_paint_method.cpp115 option.SetCurve(Curves::SHARP); in CheckCirclesAndBackArrowIsShown()
137 option.SetCurve(Curves::SHARP); in CheckHasExtensionMenu()
147 option.SetCurve(Curves::SHARP); in CheckHasExtensionMenu()
169 option.SetCurve(Curves::SHARP); in CheckHandleIsShown()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_modifier.h182 SetBoardColor(LinearColor(ratingTheme->GetPressColor()), pressDuration, Curves::SHARP); in SetHoverState() member in OHOS::Ace::NG::RatingModifier::Curves
185 SetBoardColor(LinearColor(ratingTheme->GetHoverColor()), pressDuration, Curves::SHARP); in SetHoverState() member in OHOS::Ace::NG::RatingModifier::Curves
188 SetBoardColor(LinearColor(ratingTheme->GetPressColor()), hoverDuration, Curves::SHARP); in SetHoverState() member in OHOS::Ace::NG::RatingModifier::Curves
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcurves.cpp34 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 Dcurves.h41 static const RefPtr<CubicCurve> SHARP; member in OHOS::Ace::Curves
H A Dbezier_variable_velocity_motion.h73 return Curves::SHARP->MoveInternal(std::abs(offsetPct)) * MAX_SPEED; in ComputeVelocity()
H A Dcard_transition_controller.cpp195 opacityKeyframe2->SetCurve(Curves::SHARP); in CreateCardOpacityAnimation()
204 opacityKeyframe3->SetCurve(Curves::SHARP); in CreateCardOpacityAnimation()
/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/
H A Drender_drag_bar.cpp67 auto touchAnimation = AceType::MakeRefPtr<CurveAnimation<double>>(1.0, SCALE_ICON, Curves::SHARP); in Update()
180 auto leftAnimation = AceType::MakeRefPtr<CurveAnimation<Offset>>(barLeftPoint_, left, Curves::SHARP); in DoStyleAnimation()
188 auto centerAnimation = AceType::MakeRefPtr<CurveAnimation<Offset>>(barCenterPoint_, center, Curves::SHARP); in DoStyleAnimation()
195 auto rightAnimation = AceType::MakeRefPtr<CurveAnimation<Offset>>(barRightPoint_, right, Curves::SHARP); in DoStyleAnimation()
304 auto dragAnimation = AceType::MakeRefPtr<CurveAnimation<Offset>>(dragOffset_, Offset(), Curves::SHARP); in HandleTouchUp()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Ddrag_bar_pattern.cpp96 auto touchAnimation = AceType::MakeRefPtr<CurveAnimation<float>>(1.0, SCALE, Curves::SHARP); in InitProps()
199 AceType::MakeRefPtr<CurveAnimation<OffsetT<Dimension>>>(barLeftPoint, leftPoint, Curves::SHARP); in DoStyleAnimation()
208 AceType::MakeRefPtr<CurveAnimation<OffsetT<Dimension>>>(barCenterPoint, centerPoint, Curves::SHARP); in DoStyleAnimation()
216 AceType::MakeRefPtr<CurveAnimation<OffsetT<Dimension>>>(barRightPoint, rightPoint, Curves::SHARP); in DoStyleAnimation()
330 auto dragAnimation = AceType::MakeRefPtr<CurveAnimation<OffsetF>>(dragOffset, OffsetF(), Curves::SHARP); in HandleTouchUp()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_test_utils.h129 OHOS::Rosen::Drawing::DrawingCurveType::SHARP, // animation curve type
140 OHOS::Rosen::Drawing::DrawingCurveType::SHARP, // animation curve type
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_modifier.h70 SetBoardColor(LinearColor(hoverColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty() member in OHOS::Ace::NG::CheckBoxGroupModifier::Curves
76 SetBoardColor(LinearColor(clickEffectColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty() member in OHOS::Ace::NG::CheckBoxGroupModifier::Curves
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_modifier.h59 SetBoardColor(LinearColor(hoverColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty() member in OHOS::Ace::NG::CheckBoxModifier::Curves
65 SetBoardColor(LinearColor(clickEffectColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty() member in OHOS::Ace::NG::CheckBoxModifier::Curves
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_modifier.cpp605 option.SetCurve(Curves::SHARP); in StartChallengeResultAnimate()
613 option.SetCurve(Curves::SHARP); in StartChallengeResultAnimate()
630 AnimationUtils::OpenImplicitAnimation(option, Curves::SHARP, nullptr); in StartChallengeResultAnimate()
632 Curves::SHARP, dimmingAnimation); in StartChallengeResultAnimate()
634 Curves::SHARP, brighteningAnimation); in StartChallengeResultAnimate()
637 Curves::SHARP, dimmingAnimation); in StartChallengeResultAnimate()
638 AnimationUtils::AddKeyFrame(1.0f, Curves::SHARP, brighteningAnimation); in StartChallengeResultAnimate()
770 optionFirst.SetCurve(Curves::SHARP); in SetLightRingAlphaF()
774 optionSecond.SetCurve(Curves::SHARP); in SetLightRingAlphaF()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp331 Animation(renderContext, pressColor, theme->GetHoverToPressAnimationDuration(), Curves::SHARP); in ButtonOnPress()
334 Animation(renderContext, pressColor, theme->GetHoverAnimationDuration(), Curves::SHARP); in ButtonOnPress()
339 Animation(renderContext, hoverColor, theme->GetHoverToPressAnimationDuration(), Curves::SHARP); in ButtonOnPress()
342 Animation(renderContext, backgroundColor, theme->GetHoverAnimationDuration(), Curves::SHARP); in ButtonOnPress()
534 optionAlpha.SetCurve(Curves::SHARP); in StartAlphaEnteringAnimation()
609 optionAlpha.SetCurve(Curves::SHARP); in StartAlphaExitingAnimation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.cpp402 option.SetCurve(Curves::SHARP); in UpdateNormalToHoverPaintProperty()
419 option.SetCurve(Curves::SHARP); in UpdateHoverToNormalPaintProperty()
436 option.SetCurve(Curves::SHARP); in UpdateNormalToPressPaintProperty()
453 option.SetCurve(Curves::SHARP); in UpdatePressToNormalPaintProperty()
469 option.SetCurve(Curves::SHARP); in UpdateHoverAndPressConversionPaintProperty()
482 option.SetCurve(Curves::SHARP); in UpdateNormalToHoverPointDilateRatio()
495 option.SetCurve(Curves::SHARP); in UpdateHoverToNormalPointDilateRatio()
507 option.SetCurve(Curves::SHARP); in UpdateLongPointDilateRatio()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_component_manager.cpp133 DECL_ENUM(FxaaConfiguration::Sharpness, SHARP, "sharp")
145 DECL_ENUM(TaaConfiguration::Sharpness, SHARP, "sharp")
220 DECL_ENUM(MotionBlurConfiguration::Sharpness, SHARP, "sharp")
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dhm_symbol.h48 SHARP = 4, enumerator
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_bar_controller.cpp103 auto animation = AceType::MakeRefPtr<CurveAnimation<double>>(inactiveWidth, activeWidth, Curves::SHARP); in PlayGrowAnimation()
136 auto animation = AceType::MakeRefPtr<CurveAnimation<double>>(activeWidth, inactiveWidth, Curves::SHARP); in PlayShrinkAnimation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_modifier.h58 SetBoardColor(LinearColor(hoverColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty() member in OHOS::Ace::NG::SwitchModifier::Curves
64 SetBoardColor(LinearColor(clickEffectColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty() member in OHOS::Ace::NG::SwitchModifier::Curves
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar_overlay_modifier.cpp202 option.SetCurve(Curves::SHARP); in StartHoverAnimation()
246 option.SetCurve(Curves::SHARP); in StartOpacityAnimation()
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar_item.cpp116 doubleAnimationPress->SetCurve(Curves::SHARP); in PlayPressAnimation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dtoggle_button_pattern.cpp220 TOUCH_DURATION, isNeedToHandleHoverOpacity ? Curves::SHARP : Curves::FRICTION); in OnTouchDown()
244 TOUCH_DURATION, isNeedToHandleHoverOpacity ? Curves::SHARP : Curves::FRICTION); in OnTouchUp()
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_animation_controller.cpp25 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, [weak](double value) { in CreateTriangleAnimation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddate_time_animation_controller.cpp36 animationOption.SetCurve(Curves::SHARP); in PlayTitleInAnimation()
53 animationOption.SetCurve(Curves::SHARP); in PlayTitleOutAnimation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmoon_progress_modifier.cpp156 option.SetCurve(Curves::SHARP); in SetMoonAnimate()
171 option.SetCurve(Curves::SHARP); in StartPictureAnimate()

Completed in 18 milliseconds

123