Home
last modified time | relevance | path

Searched refs:SHARP (Results 1 – 25 of 73) sorted by relevance

123

/ohos5.0/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 }; 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 Dselect_overlay_paint_method.cpp119 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 Ddrag_bar_pattern.cpp103 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 Drating_modifier.h182 … 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 Drender_drag_bar.cpp67 … 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 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; variable
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()
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_modifier.cpp618 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 Ddot_indicator_modifier.cpp412 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 Dbubble_pattern.cpp317 … 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 Dfullscreen_fxaa.frag37 // 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 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")
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_modifier.h59 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 Dcheckboxgroup_modifier.h70 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 Dswitch_modifier.h58 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 Dscroll_bar_overlay_modifier.cpp204 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 Dscroll_bar_controller.cpp103 …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 Dhm_symbol.h48 SHARP = 4, enumerator
/ohos5.0/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, [wea… in CreateTriangleAnimation()
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dtoggle_button_pattern.cpp226 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 Ddate_time_animation_controller.cpp36 animationOption.SetCurve(Curves::SHARP); in PlayTitleInAnimation()
53 animationOption.SetCurve(Curves::SHARP); in PlayTitleOutAnimation()

123