Home
last modified time | relevance | path

Searched refs:ClipComponent (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clip/
H A Dclip_component.h25 class ClipComponent : public SoleChildComponent {
26 DECLARE_ACE_TYPE(ClipComponent, SoleChildComponent);
29 explicit ClipComponent(const RefPtr<Component>& child) : SoleChildComponent(child) {} in ClipComponent() function
30 ~ClipComponent() override = default;
H A Dclip_component.cpp23 RefPtr<Element> ClipComponent::CreateElement() in CreateElement()
28 RefPtr<RenderNode> ClipComponent::CreateRenderNode() in CreateRenderNode()
H A Drender_clip.cpp29 const RefPtr<ClipComponent> clip = AceType::DynamicCast<ClipComponent>(component); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_column_component.cpp80 RefPtr<ClipComponent> columnClip = AceType::MakeRefPtr<ClipComponent>(display); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Ddialog_modal_component.cpp58 auto clip = AceType::MakeRefPtr<ClipComponent>(bgBox); in BuildInnerChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Dsemi_modal_component.cpp64 auto clip = AceType::MakeRefPtr<ClipComponent>(GetChild()); in BuildInnerChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp313 RefPtr<ClipComponent> innerClip = AceType::MakeRefPtr<ClipComponent>(innerBox); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.cpp142 box->SetChild(AceType::MakeRefPtr<ClipComponent>(row)); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_component.cpp137 auto clip = AceType::MakeRefPtr<ClipComponent>(contentBox); in BuildContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_element.cpp438 auto clip = AceType::MakeRefPtr<ClipComponent>(transition); in BuildCombinedChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.cpp254 auto clip = AceType::MakeRefPtr<ClipComponent>(child); in BuildAnimation()