Searched refs:SetShadowProperties (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | focus_animation_manager.cpp | 153 void FocusAnimationManager::SetShadowProperties(const RRect& rrect, const Offset& offset) in SetShadowProperties() function in OHOS::Ace::FocusAnimationManager 161 shadow->SetShadowProperties(rrect, offset); in SetShadowProperties() 164 void FocusAnimationManager::SetShadowProperties(const RRect& rrect, const Offset& offset, const Rec… in SetShadowProperties() function in OHOS::Ace::FocusAnimationManager 172 shadow->SetShadowProperties(rrect, offset, clipRect); in SetShadowProperties()
|
H A D | focus_animation_manager.h | 51 void SetShadowProperties(const RRect& rrect, const Offset& offset); 52 void SetShadowProperties(const RRect& rrect, const Offset& offset, const Rect& clipRect);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shadow/ |
H A D | render_shadow.h | 33 void SetShadowProperties(const RRect& rrect, const Offset& offset); 34 void SetShadowProperties(const RRect& rrect, const Offset& offset, const Rect& clipRect);
|
H A D | render_shadow.cpp | 25 void RenderShadow::SetShadowProperties(const RRect& rrect, const Offset& offset) in SetShadowProperties() function in OHOS::Ace::RenderShadow 36 void RenderShadow::SetShadowProperties(const RRect& rrect, const Offset& offset, const Rect& clipRe… in SetShadowProperties() function in OHOS::Ace::RenderShadow
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 2549 focusAnimationManager_->SetShadowProperties(rrect, offset); in ShowShadow() 2554 focusAnimationManager_->SetShadowProperties(rrect, offset, clipRect); in ShowShadow()
|